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

Cannot get DiscoHash to start or send any discord messages? #6

Open
Zandiexoder opened this issue Jan 24, 2024 · 2 comments
Open

Cannot get DiscoHash to start or send any discord messages? #6

Zandiexoder opened this issue Jan 24, 2024 · 2 comments

Comments

@Zandiexoder
Copy link

Zandiexoder commented Jan 24, 2024

Relative section of config.toml:

main.plugins.discohash.enabled = true
main.plugins.discohash.webhook_url = "https://discord.com/api/webhooks/XXXXXXXXXXXXXX"

Bluetooth Tether has been successfully set up.
I differed from the guide by:
Installing HCXtools locally using git clone https://salsa.debian.org/pkg-security-team/hcxtools

And I put the plugin in a different in a different location with all of my other custom plugins that being at /etc/pwnagotchi/plugins

I also get errors when running sudo cp ./* /usr/bin/ in the HCXtools directory

I get the error:

cp: -r not specified; omitting directory './debian'
cp: -r not specified; omitting directory './include'
cp: -r not specified; omitting directory './man'
cp: -r not specified; omitting directory './usefulscripts'

In pwnlog it says: [*] DiscoHash plugin loaded

Using jayofelony's bookworm fork

Any help is very much appreciated! 😊

@Zandiexoder Zandiexoder changed the title Cannot get DiscoHash to start? Cannot get DiscoHash to start or send any discord messages? Jan 24, 2024
@gabrielb357
Copy link

I have same problem. would be nice to be able to get this up and running

@wpa-2
Copy link

wpa-2 commented Aug 28, 2024

This fixed it for me

`wget https://salsa.debian.org/pkg-security-team/hcxtools/-/archive/debian/sid/hcxtools-debian-sid.zip

Then run the following on your pwnagotchi to install hcxtools and it's dependencies

sudo su
apt-get update
apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev
unzip hcxtools-debian-sid.zip
cd hcxtools-debian-sid
cp -r ./* /usr/bin/
Ignore cp: cannot overwrite non-directory '/usr/bin/man' with directory './man'

chmod ug+x /usr/bin/hcxpcapngtool`

Jays 64bit image

15:44:08 [INFO] [+] DiscoHash EAPOL/PMKID Success: REMOVED 15:44:12 [INFO] [+] DiscoHash EAPOL/PMKID Success: REMOVED 15:44:15 [INFO] [+] DiscoHash EAPOL/PMKID Success: REMOVED.22000 created 15:44:17 [INFO] [+] DiscoHash EAPOL/PMKID Success: REMOVED.22000 created 15:44:19 [INFO] [+] DiscoHash EAPOL/PMKID Success: REMOVED6.22000 created 15:44:21 [INFO] [+] DiscoHash EAPOL/PMKID S

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