Forum Replies Created
- AuthorPosts
Diego Pérez
ModeratorHi!
To be able to connect with real devices you need a wireless adapter, do you have one?
You will need it as well to get a connection from devices outside the network, for this you need to set port forwarding rules in your router and use your public ip in the backdoor.And as long as the devices are connected to the same router then it doesn’t matter if it’s a wired or wireless connection, the network is the same.
Greetings!
DiegoDiego Pérez
ModeratorHi!
You are trying to connect to servers that might not have ssh enabled. Check the Services tag in top bar menu and you’ll find the one on one sessions section, there you can request one.Check this video, it will help:
Greetings!
DiegoDiego Pérez
ModeratorHi!
Then follow the instructions on this website:
https://support.torproject.org/tbb/how-to-verify-signature/And remember to run the command prompt as administrator.
Greetings!
DiegoDiego Pérez
ModeratorHi!
The regular expression will not change, it’s the same in any python version. The thing is that with python 3 the result is being displayed as a byte-like object, not as a string. This a constant issue with python3 but for this script is better to use python 2.Greetings!
DiegoDiego Pérez
ModeratorHi!
Have you watched the lecture where Zaid showed how to create a backdoor and setup a listener in msfconsole? If so then those are the steps, just use ifconfig to know which is the local interface for the VPN, and you said you already have the VPN ip, so use it while creating the backdoor.Greetings!
DiegoDiego Pérez
ModeratorHi!
Are you using python 3? If so then use python 2, it will be easier.Let me know.
DiegoDiego Pérez
ModeratorHi!
Can you just run gpg.exe and share the results? If that doesn’t work then open a command pront as administrator and try it again.
Let me know how it goes!
DiegoDiego Pérez
ModeratorHi!
Cool you got it!
DiegoDiego Pérez
ModeratorHi!
In this case you don’t need to do any port forwarding in the router, the VPN is already doing it for you, just bind the listener to the interface connected to the VPN and use the public VPN address in the backdoor.
Greetings!
DiegoDiego Pérez
ModeratorHi!
As the errors saids there’s no requests module so you need to install it:… pip install requests.
Greetings!
DiegoDiego Pérez
ModeratorHi!
To enable port forwarding you’ll need to contact the VPN provider, they are the ones who can do it if there’s no option in your account settings.
And the problem with veil will just affect python backdoors so avoid using them, this has to be fixed by developers.Greetings!
DiegoDiego Pérez
ModeratorHi!
Yes, if you get a VIP membership you can find him on the discord server:Greetings!
DiegoDiego Pérez
ModeratorHi!
Where did you download gpg from? And which exact file did you download?
Can you tell me more details about your OS?(RAM, OS version, processor, etc)
Thanks!
DiegoDiego Pérez
ModeratorHi!
Can you share a screenshot with the command used and the result please?
Thanks!
DiegoDiego Pérez
ModeratorYou’re welcome!
Greetings!
Diego- AuthorPosts