Skip to content

Commit

Permalink
add supported commands to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flancast90 authored Feb 20, 2022
1 parent 95b2d8e commit 37f67f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ $ cd path/to/wifi-bg/src
$ python3 __main__.py
```

#### Commands
wifi-bf has som optional flags/commands that change change its default behaviours. Below is the list given by ``__main__.py --help``:
```
optional arguments:
-h, --help show this help message and exit
-u URL, --url URL The url that contains the list of passwords
-f FILE, --file FILE The file that contains the list of passwords
-v, --verbose Optional: Use to show all passwords attempted, rather than just the successful one.
```

#### Attacking/Screenshots
After starting the program, a menu will appear containing all available nearby networks.
![Start Menu](https://i.imgur.com/RWAIroT.png)
Expand Down

0 comments on commit 37f67f3

Please sign in to comment.