V0r-T3x / pwnagotchi_plugins

my homebrew plugins
47 stars 1 forks source link

api_key & Api_url #1

Closed ViPeR5000 closed 1 year ago

ViPeR5000 commented 2 years ago

How to Define

api_key & Api_url

V0r-T3x commented 2 years ago

to get the api_key for wpa-sec go there: https://wpa-sec.stanev.org/?get_key

inside the /etc/pwnagotchi/config.toml:

main.plugins.wpa-sec.enabled = true
main.plugins.wpa-sec.api_key = "your generated api_key here"
main.plugins.wpa-sec.api_url = "https://wpa-sec.stanev.org"
main.plugins.wpa-sec.download_results = true
main.plugins.wpa-sec.whitelist = []
ViPeR5000 commented 2 years ago

its the api key to banthex is missing


main.plugins.crack_house.api_key = ""
main.plugins.crack_house.api_url = "https://banthex.de/"
ViPeR5000 commented 2 years ago

BANTHEX: API-KEY isn't set. Can't upload to banthex.de

V0r-T3x commented 2 years ago

to get the api_key for banthed go there: https://banthex.de/index.php/register/ create an account, connect to the site and go there: https://banthex.de/index.php/wpa-psk-auditor/ you will be able to generate an api_key as wpa-sec the plugin and the banthex backend code are clones of wpa-sec to run both on the same pwnagotchi

main.plugins.banthex.enabled = true
main.plugins.banthex.api_key = "your gnerated api_key here"
main.plugins.banthex.api_url = "https://banthex.de/wpa/"
main.plugins.banthex.download_results = true
main.plugins.banthex.whitelist = []

banthex is a recent site (by @banthex), you can help to crack password too. The site have a leaderboard of the members. https://github.com/Banthex/help_crack_banthex

ViPeR5000 commented 2 years ago

thks