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

Custom number of deauth packets to send #31

Closed
ritiek opened this issue Jun 8, 2017 · 3 comments
Closed

Custom number of deauth packets to send #31

ritiek opened this issue Jun 8, 2017 · 3 comments

Comments

@ritiek
Copy link
Contributor

ritiek commented Jun 8, 2017

Hi, thanks for wifite!

I tried looking in the --help but I could not find a way to send a custom number of de-auth packets like we can do it in aireplay-ng using the -0 option. I hope I didn't miss anything. Thanks again!

@ritiek ritiek changed the title Custom number of Custom number of deauth packets to send Jun 8, 2017
@derv82
Copy link
Owner

derv82 commented Jun 11, 2017

The script currently defaults to 1 deauth packet per target:

https://github.com/derv82/wifite2/blob/master/py/Aireplay.py#L325

I have only needed 1 deauth packet when testing -- then again, I'm about 3 feet from my test routers.

I agree this should be an option.

@derv82 derv82 closed this as completed in b9c90b3 Jun 11, 2017
@derv82
Copy link
Owner

derv82 commented Jun 11, 2017

Option is --num-deauths [num] and applies to all deauths sent by the script:

  • SSID decloaking,
  • WPA handshake capture,
  • WEP deauth and continue option

@ritiek
Copy link
Contributor Author

ritiek commented Jun 12, 2017

Thanks a lot!

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

No branches or pull requests

2 participants