Skip to content

A lightweight, Python-based Remote Access Tool (RAT) designed for ethical hacking demonstrations and cybersecurity education

Notifications You must be signed in to change notification settings

The1nonlyzz/Lusky-RAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฏ Lusky โ€“ Educational Python Remote Access Tool (RAT)

Lusky is a lightweight and educational Remote Access Tool built in Python. It's designed for cybersecurity demonstrations, ethical hacking tutorials, and automation scriptingโ€”all with full user consent.

โš ๏ธ Important: This project is for educational use only. Do not deploy or distribute it without full permission from all parties involved. Misuse may violate laws. Discord User: elite_qecdz sm me for suggesstions!!!!


๐Ÿ“ฆ Features

  • ๐ŸŽฎ Telegram or Discord Control โ€“ Choose your platform during build.
  • ๐Ÿ–ฅ๏ธ Screenshot Capture โ€“ Capture the entire screen and send it to your bot/channel.
  • ๐ŸŽฅ Webcam Snapshot โ€“ Take a webcam snapshot and send it to your bot/channel.
  • ๐ŸŽง Microphone Recording โ€“ Record audio from the microphone (5s) and send the file.
  • ๐Ÿ’ป Remote Shell Commands โ€“ Execute commands remotely and receive the output.
  • ๐Ÿ“ก System Info โ€“ Fetch information about the operating system, hostname, and public IP.
  • ๐Ÿ”ˆ Text-to-Speech (TTS) โ€“ Convert text to speech and play it via the machineโ€™s speakers.
  • โš ๏ธ Popup Alert Messages โ€“ Show message box alerts on the victimโ€™s screen.
  • ๐Ÿ”‡ Volume & Monitor Control โ€“ Adjust system volume and turn off the monitor remotely.
  • ๐Ÿ›‘ Website Blocking โ€“ Block websites by adding entries to the hosts file.

๐Ÿ› ๏ธ Setup

1. Clone the repo

Start by cloning the repository:

git clone https://github.com/your-username/lusky-rat
cd lusky-rat
2. Install dependencies
Install the necessary Python libraries

pip install -r requirements.txt
3. Run the Builder
Run the builder script to generate your RAT agent:
elite_qecdz dm me for suggesstions!!!!



python builder.py
When prompted:

Choose 1 for Telegram or 2 for Discord.

Enter your bot credentials (bot token and chat/channel ID).

This will generate the lusky.py agent script.

4. Optional: Compile to .exe
If you want to compile the agent into an executable file, use PyInstaller:




pyinstaller --onefile --noconsole lusky.py
The .exe will be available in the dist/ folder.

๐Ÿค– Commands
Telegram (prefix: /)
/start โ€“ Start the bot and check connection.

/screenshot โ€“ Capture and send a screenshot.

/webcam โ€“ Take a webcam photo and send it.

/record โ€“ Record the mic for 5 seconds and send the audio.

/system โ€“ Get OS, hostname, and public IP info.

/cmd <command> โ€“ Execute shell command and send output.

/tts <text> โ€“ Convert text to speech and play it.

/popup <text> โ€“ Display a popup alert with the provided text.

/block <site> โ€“ Block a website by adding it to the hosts file.

/monitor off โ€“ Turn off the monitor.

Discord (prefix: !)
!screenshot โ€“ Capture and send a screenshot.

!webcam โ€“ Take a webcam snapshot and send it.

!record โ€“ Record the mic for 5 seconds and send the audio.

!system โ€“ Fetch OS, hostname, and public IP info.

!cmd <command> โ€“ Execute shell command and send output.

!tts <text> โ€“ Convert text to speech and play it.

!popup <text> โ€“ Display a popup alert with the provided text.

!block <site> โ€“ Block a website by adding it to the hosts file.

๐Ÿ” Ethical Use Only
This tool is intended for controlled educational labs, ethical hacking demos, and automation scripting.

Important guidelines:

Always obtain full consent from all parties before running this tool.

Do not use this tool on any unauthorized systems.

You are responsible for the ethical and legal use of this tool.

๐ŸŽฌ Used In
This tool was created as part of a YouTube tutorial on ethical cybersecurity and automation scripting. It demonstrates the basic principles of remote access tools and their use in ethical, educational environments.

๐Ÿ“บ Watch the full tutorial: [Coming Soon]

๐Ÿง  License
MIT License โ€“ Use freely with cr. Do not cause harm.

Made with โค๏ธ for learning. Stay ethical, stay curious.

๐Ÿ“‘ Requirements
Create a requirements.txt file and install dependencies:

txt


soundfile
sounddevice
opencv-python
pyautogui
pynput
pyttsx3
telebot
discord.py
requests
Install dependencies

pip install -r requirements.txt
๐Ÿ“ Acknowledgements
This tool is built for educational purposes and follows ethical guidelines. It is inspired by various resources aimed at teaching cybersecurity concepts. Always ensure you're acting within the law and with permission when using such tools.

Note: The creators are not responsible for any misuse of this tool. It is your responsibility to ensure ethical and legal use at all times.


About

A lightweight, Python-based Remote Access Tool (RAT) designed for ethical hacking demonstrations and cybersecurity education

Resources

Stars

Watchers

Forks

Packages

No packages published