Forum Replies Created
- AuthorPosts
- Sithum Nimlaka AbeydheeraParticipant
I use this commands,
./ngrok http 8080
./ngrok tcp 4444Sithum Nimlaka AbeydheeraParticipantHello Akabueze,
You can use this tool for it. https://zsecurity.org/hiddeneye-with-ngrok-all-in-one-phishing-solution/ Tool name is “hidden eye”Regards,
Sithum NimlakaSithum Nimlaka AbeydheeraParticipantYah, I use it. But NGROK is not working.
Sithum Nimlaka AbeydheeraParticipantYou got it!
You’re Welcome Akabueze.Sithum Nimlaka AbeydheeraParticipantcan u share screenshot about your error,
Sithum Nimlaka AbeydheeraParticipanttype
cd usr/share/veil
you can find location of the veil.Regards,
Sithum NimlakaSithum Nimlaka AbeydheeraParticipantHello Akabueze,
Try following commandsapt update
apt -y install veil
/usr/share/veil/config/setup.sh –force –silentTo run it:
/usr/share/veil/Veil.pySithum Nimlaka AbeydheeraParticipantIt’s okay 😀😁😀😁
Sithum Nimlaka AbeydheeraParticipantNo bro, it is this “Virus:Win32/Floxif.H” virus.
Sithum Nimlaka AbeydheeraParticipantokay, i fix it. It is virus infection
Sithum Nimlaka AbeydheeraParticipantTnx
Sithum Nimlaka AbeydheeraParticipantYou’re welcome diego. How i share this to another students.
Sithum Nimlaka AbeydheeraParticipantDiego,
I found some good source code for spoof sms. But it is show error. I can’t understand it. Can you help me ?*Source code
————————————————————————————————————–
from clockwork import clockworkapi = clockwork.API(“my api”)
message = clockwork.SMS(from_name=”name”,
to=”number”,
message=”Hello World”)
response = api.send(message)if response.success:
print(response.id)
else:
print(response.error_code)
print(response.error_description)
——————————————————————————————————————-
*error message
——————————————————————————————————————-
PS C:\Users\user> & “C:/Program Files (x86)/Python37-32/python.exe” c:/Users/user/Desktop/clockwork_sms_spoof.py
15
Traceback (most recent call last):
File “c:/Users/user/Desktop/clockwork_sms_spoof.py”, line 13, in <module>
print(response.error_description)
AttributeError: ‘SMSResponse’ object has no attribute ‘error_description’
—————————————————————————————————————–Regards,
Sithum Nimlaka.Sithum Nimlaka AbeydheeraParticipantI think you have not install apk tool. Please try following command.
sudo apt-get install apktool
Regards,
Sithum Nimlaka.Sithum Nimlaka AbeydheeraParticipantYah, you can use hex editor for bypass av’s. Please try hex editor for it.
- AuthorPosts