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 - Timer #25

Open
Benoulimou opened this issue Nov 1, 2024 · 1 comment
Open

Feature Request - Timer #25

Benoulimou opened this issue Nov 1, 2024 · 1 comment

Comments

@Benoulimou
Copy link

Hello,

Would it be possible to add a question of time to the arguments, such as running for a certain number of minutes or seconds? This would make it possible to create random time scripts.

@flashnuke
Copy link
Owner

this can be achieved quite easily with bash:

sudo timeout 10s python3 wifi_deauth.py ...

in this case its a 10second timeout, can be set to anything

unless you mean timeouts in certain sections of the code?

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