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

Poisontap need help please #133

Open
M1ndHunt3r007 opened this issue Dec 8, 2017 · 15 comments
Open

Poisontap need help please #133

M1ndHunt3r007 opened this issue Dec 8, 2017 · 15 comments

Comments

@M1ndHunt3r007
Copy link

Dear,
I am trying to get Poisontap working on my Pi Zero.
I having problems with the backend_server...does any1 knows a good tut for this?
The last 2 days, I was busy searching the webabout this matter, but I cant find any good working tutorial.

Please help

Kind regards.
Natascha

Sorry for my poor English

@M1ndHunt3r007
Copy link
Author

M1ndHunt3r007 commented Dec 9, 2017

To bad, no help...

@samyk
Copy link
Owner

samyk commented Dec 9, 2017

Did you try the example in the readme?

@M1ndHunt3r007
Copy link
Author

M1ndHunt3r007 commented Dec 9, 2017

Yes, i tried, but no luck.....for the backend serever; I did this:
https://nuxview.blogspot.nl/2016/11/poisontap-setting-up-backend.html
i tried to search on the net for a more detailed tutorial, but no luck...

@samyk
Copy link
Owner

samyk commented Dec 9, 2017

I have no idea what issues you're running into because you've provided no information other than "no luck"

@M1ndHunt3r007
Copy link
Author

node

@M1ndHunt3r007
Copy link
Author

i dont know what I must change in the backdoor.html, I have 2 ip's from digital ocean...I dont know which Ip i must put in the backdoor.html

@samyk
Copy link
Owner

samyk commented Dec 9, 2017

Are they both public IPs? If you're not sure, what are the IPs? The backend_server should listen to all IPs by default.

@M1ndHunt3r007
Copy link
Author

Which files must i edit now?

@samyk
Copy link
Owner

samyk commented Dec 9, 2017

Use 188.166.15.36 - change "YOUR.DOMAIN" in backdoor.html to the IP you want to use

@M1ndHunt3r007
Copy link
Author

Thank you Samyk.
I will work on this matter.....I think i have 1 other issue....: When I want to do this:
#DHCP:
sudo cp -f dhcpd.conf /etc/dhcp/dhcpd.conf
add this to /etc/default/isc-dhcp-server:
INTERFACES="usb0" (>>>>>I got an error: Permission denied)

I will search the web for a solution..
Thnxz for helping

@M1ndHunt3r007
Copy link
Author

M1ndHunt3r007 commented Dec 9, 2017

This guy did it very good
https://www.youtube.com/watch?v=BSV-aEkAbNY

If some1 can make a tutorial, that is the same as in the video, I will pay him for his time.

Kind regards

@M1ndHunt3r007
Copy link
Author

I got this error message, and I dont know how to fix it:

events.js:163
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE :::1337
at Object.exports._errnoException (util.js:1050:11)
at exports._exceptionWithHostPort (util.js:1073:20)
at Server.setupListenHandle [as _listen2] (net.js:1259:14)
at listenInCluster (net.js:1307:12)
at Server.listen (net.js:1406:7)
at Object. (/poisontap/backend_server.js:50:8)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
root@Poisontap:/poisontap#

@samyk
Copy link
Owner

samyk commented Dec 11, 2017

Something else is running on port 1337 (possibly another instance of the backdoor). lsof -n | grep 1337 should tell you what process and you can kill -9 it

@M1ndHunt3r007
Copy link
Author

Thnxz, that worked...server is listening on port 1337 now...
thnxz man...

@aidanbowler
Copy link

ip number for leighton buzzard

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

3 participants