Skip to content

Commit

Permalink
Update README.md with new loglevel system.
Browse files Browse the repository at this point in the history
Also update text for --nomanagement
  • Loading branch information
ipaqmaster committed Mar 9, 2023
1 parent 4e74cfc commit 58302a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ The script supports a few options to begin with:

* `--interface` An interface to work with. Required for normal operation.

* `--loglevel #` Optional verbosity. Verbose=1, Debug=2.
* `--debug` Quick --loglevel 2
* `--verbose` Quick --loglevel 1

* `--debug` To have the script output more information about its activity (Useful for debugging or just keeping an eye on the process)

* `--nomanagement` If you plan to use this script alongside airodump-ng, bettercap or tcpdump with your own channel management method and only want it to come along for the ride without gettng in the way.
* `--nomanagement` If you plan to use this script alongside airodump-ng, bettercap or tcpdump with your own channel management method this prevents the script from managing interfaces and channel hopping. Just along for the ride.

* `--importcsv` To import any csv data you've exported from the database or created using an earlier version

Expand Down

0 comments on commit 58302a8

Please sign in to comment.