Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darxisr/botnet
MIRAI undetectable rebuild. Pls use this source code for study purposes only. The author is't responsible for your actions.
https://github.com/darxisr/botnet
c ddos dos golang malware malware-analysis mirai mirai-botnet network network-programming research
Last synced: 16 days ago
JSON representation
MIRAI undetectable rebuild. Pls use this source code for study purposes only. The author is't responsible for your actions.
- Host: GitHub
- URL: https://github.com/darxisr/botnet
- Owner: DarxiSR
- License: mit
- Created: 2024-11-28T09:41:05.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-11-28T10:22:50.000Z (25 days ago)
- Last Synced: 2024-11-28T10:33:17.652Z (25 days ago)
- Topics: c, ddos, dos, golang, malware, malware-analysis, mirai, mirai-botnet, network, network-programming, research
- Language: C
- Homepage: https://t.me/Darxis
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# INFORMATION
It's a simple rebuild of MIRAI botnet. I rewrote [MIRAI botnet original source code](https://github.com/jgamblin/Mirai-Source-Code) and delete useless functions (For example: GRE flood).
Also i fixed any bugs of botnet agent and C&C panel and create new bash scripts to automate the building process.![image info](./MAIN.jpeg)
In C&C source code i use test password to database connection: `g0123011G!`. Please, change this value! This password only for testion and it's rly so weak!
## Supported Architectures
- x86_64
- ARM x32
- ARM x64
- MIPS
- MIPSEL
- I686
- M68K
- POWERPC
- SH4
- SPARC![image info](./FILES.jpeg)
## Supported attacks
- TCP flood
- UDP flood![image info](./FLOOD.jpeg)
Yes, i know that modern botnets use HTTP, WS/WSS, gRPC-web-proto, SOAP etc. ddos different attack techniques but i specifically did not add them for objective reasons.