Skip to content

I think it isnt working #1

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

Open
viniciuspereiras opened this issue Feb 16, 2022 · 3 comments
Open

I think it isnt working #1

viniciuspereiras opened this issue Feb 16, 2022 · 3 comments

Comments

@viniciuspereiras
Copy link

Hello! Nice project, do you know if its working? I tested here but dont work

@bensmith83
Copy link
Owner

Hi! I haven't tested it in a long time and don't have it set up right now. What platform are you running it on? Do you get any error messages?

@viniciuspereiras
Copy link
Author

Im testing using a network adapter named tp link 802.11n nic and pwnagotchi in latest version. Dont show any error messages, the script runs good and shows that the packages are sent, but in my pwnagotchi I cant see nothing :(

@bensmith83
Copy link
Owner

I'm assuming you're running something like sudo python3 pwnagotchya.py -i wlan1 -d -t. Let me know if you're doing something different.

A couple things to try:
Use tcpdump on the interface you're passing to -i (wlan1 in the example above). Something like tcpdump -i wlan1 -n -s 0 -w output.pcap
Edit the fields in testfriend.json. the -t paramater uses this json file to create the 'friend' - you can try editing the name and identify and maybe some of the version stuff. It's been a while since I've looked at the project and maybe the version being sent is too old or something like that.

It's also possible that something else has changed in how pwnagotchi looks for friends. Interested to see what you find.

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

2 participants