Skip to content
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

how to trigger backdoor mode? #2

Open
ghost opened this issue Jan 20, 2022 · 1 comment
Open

how to trigger backdoor mode? #2

ghost opened this issue Jan 20, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 20, 2022

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

@exil-security
Copy link

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")))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant