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 needed help about backdoor mode. How to trigger it , should an operator add password="password" on any http/tcp request?
or is there any other technique to send a specific type of packet? thx
The text was updated successfully, but these errors were encountered:
Hello,
You can trigger the backdoor mode using a crafter TCP request.
You can use scapy with the following command:
send(IP(dst="127.0.0.1") / TCP(sport=51337,dport=443,flags="SR",seq=1000) / (bytes(b"password")))
Sorry, something went wrong.
No branches or pull requests
Hello , I needed help about backdoor mode. How to trigger it , should an operator add password="password" on any http/tcp request?
or is there any other technique to send a specific type of packet? thx
The text was updated successfully, but these errors were encountered: