Update ReadMe.md

This commit is contained in:
UberGuidoZ 2022-08-14 18:51:41 -07:00 committed by GitHub
parent 3d6f014e20
commit 776b6f3e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,8 +48,15 @@ You can connect to Marauder in a handful of ways (make sure qFlipper is CLOSED):
Commands `channel`, `scanap`, `sniffbeacon`, `sniffdeauth`, `sniffpmkid`, `stopscan`, `clearap`, `ssid`, `update`
## LED info when using Marauder
Blue is sniffing<br>
Red is attacking
------------------------------------------------------------------------------
## SSID Command
The `ssid` command is to edit the SSID list used for beacon attacks for when when you're running something like `attack -t beacon -l`<br>
You can also use something like `ssid -a -g 4` to randomly generate four SSIDs to the list. (Check it with `list -s` to see them!)<br>
To add an SSID by name, use `ssid -a -n YourSSID` and replace `YourSSID` with the SSID name you would like.<br>
@ -60,6 +67,7 @@ There is more to play with regarding ssid commands! From [cococode](https://disc
2. list -s<br>
3. select -s (index from list)<br>
4. attack -t beacon -l<br>
5. attack -t rickroll
------------------------------------------------------------------------------