Forum Replies Created
- AuthorPosts
- Diego PérezModerator
Hi!
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érezModeratorHi!
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érezModeratorHi!
Are you using python 3? If so then use python 2, it will be easier.Let me know.
DiegoDiego PérezModeratorHi!
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érezModeratorHi!
Cool you got it!
DiegoDiego PérezModeratorHi!
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érezModeratorHi!
As the errors saids there’s no requests module so you need to install it:… pip install requests.
Greetings!
DiegoDiego PérezModeratorHi!
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érezModeratorHi!
Yes, if you get a VIP membership you can find him on the discord server:Greetings!
DiegoDiego PérezModeratorHi!
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érezModeratorHi!
Can you share a screenshot with the command used and the result please?
Thanks!
DiegoDiego PérezModeratorYou’re welcome!
Greetings!
DiegoDiego PérezModeratorHi!
Great, good to know.
Greetings!
DiegoDiego PérezModeratorHi!
The virtual machines needs to be powered off in order to change any setting, it can’t be in suspended mode because it won’t work neither, so power it off and try again.Greetings!
DiegoDiego PérezModeratorHi!
Which lazagne version did you use?
Greetings!
Diego - AuthorPosts