mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-27 21:23:09 -08:00
Update README.md
This commit is contained in:
@@ -14,30 +14,39 @@ Every 10 seconds it will check for a new message in chat and interpret it as a c
|
||||

|
||||
|
||||
**SETUP**
|
||||
1. make a discord bot at https://discord.com/developers/applications/
|
||||
2. add the bot to your discord server
|
||||
1. Make a discord bot at https://discord.com/developers/applications/
|
||||
2. Turn on ALL intents in the 'Bot' tab.
|
||||
|
||||

|
||||
|
||||
3. Give these permissions in Oauth2 tab and copy link into a browser url bar
|
||||
|
||||

|
||||

|
||||
|
||||
4. Click 'Reset Token' in "Bot" tab for your token
|
||||
5. Change $tk below with your bot token
|
||||
6. Change $ch below to the channel id of your channel.
|
||||
4. add the bot to your discord server
|
||||
5. Click 'Reset Token' in "Bot" tab for your token
|
||||
6. Change $tk below with your bot token
|
||||
7. Change $ch below to the channel id of your channel.
|
||||
|
||||
**USAGE**
|
||||
1. Setup the script
|
||||
2. Run the script on a target.
|
||||
3. Check discord for 'waiting to connect..' message.
|
||||
4. Edit the contents of your hosted file to contain 'options' to get a list of modules
|
||||
5. Do the same with any other command listed - To run that module.
|
||||
4. Type the computers name into chat to start a session
|
||||
5. The session will be started in a newly created channel - (unles you use -nonew to use the maseter channel eg. `DESKTOP-3DG5fS -nonew`)
|
||||
6. Use the commands listed below
|
||||
|
||||
**MODULES / COMMANDS**
|
||||
|
||||
*Write these in chat to run on the target.*
|
||||
|
||||
**MODULES**
|
||||
- **SpeechToText**: Send audio transcript to Discord
|
||||
- **QuickInfo**: Send a quick System info embed (sent on first connect)
|
||||
- **Systeminfo**: Send System info as text file to Discord
|
||||
- **FolderTree**: Save folder trees to file and send to Discord
|
||||
- **EnumerateLAN**: Show devices on LAN (see ExtraInfo)
|
||||
- **NearbyWifi**: Show nearby wifi networks (!user popup!)
|
||||
- **ChromeDB**: Gather Database files from Chrome and send to Discord (view them in DBBrowser.exe)
|
||||
|
||||
- **AddPersistance**: Add this script to startup.
|
||||
- **RemovePersistance**: Remove Poshcord from startup
|
||||
@@ -53,7 +62,8 @@ Every 10 seconds it will check for a new message in chat and interpret it as a c
|
||||
- **RecordScreen**: Record Screen and send to Discord
|
||||
- **TakePicture**: Send a webcam picture and send to Discord
|
||||
- **Exfiltrate**: Send various files. (see ExtraInfo)
|
||||
- **Upload**: Upload a file. (see ExtraInfo)
|
||||
- **Upload**: Upload a file from connected machine. (see ExtraInfo)
|
||||
- **Download**: Download a file to the current directory on the client. (attach a file with the command)
|
||||
- **Screenshot**: Sends a screenshot of the desktop and send to Discord
|
||||
- **Keycapture**: Capture Keystrokes and send to Discord
|
||||
|
||||
|
||||
Reference in New Issue
Block a user