Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.01 KB

WifiExfiltrateDiscord

Description

This is a simple powershell script to exfiltrate wifi passwords using discord. There is also a Rubber Ducky script you can use to automate the process with a rubber ducky. You don't need admin privileges to run this script.

Important

You can change the value of {LANG VALUE} depending of the language used in the target.

  • French : "Contenu de la clé"
  • English : "Key Content"

Encoding powershell Command

For the rubber ducky script, you can encode the coommand using the following encoding syntax :

[Convert]::ToBase64String([System.Text.Encoding]::Unicode.GetBytes("'{COMMAND}'"))

Then you can use the command like the following :

powershell.exe -ep bypass -encodedCommand {ENCODING_RESULT}

Contact

Twitter URL