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

Feature request: add cli mode #40

Open
MiniAvarec opened this issue Apr 2, 2020 · 0 comments
Open

Feature request: add cli mode #40

MiniAvarec opened this issue Apr 2, 2020 · 0 comments

Comments

@MiniAvarec
Copy link

Is it possible to add cli-mode of script?
This request is somehow related to issue #37 , where if you are connecting to device via WiFi and launch script - you will lose your devices.

It would be great if launch options could be passed via parameters.
For example:

  1. Get list of nearby WLANs
python3 attack_tool.py -i wlan1 --scan --timeout 60

And after 60 seconds it will produce static output with all found WLANs.
2. If you want to sniff any network:

python3 attack_tool.py -i wlan1 --hanshakes --essid(--bssid) <name> 

After this it will generate files with handshakes or PMKIDs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Release 0.2.2
  
To do
Development

No branches or pull requests

1 participant