https://github.com/lontivero/vinchuca
A resilient peer-to-peer botnet agent in .NET
https://github.com/lontivero/vinchuca
botnet flood peer peer-botnet-agent
Last synced: 7 months ago
JSON representation
A resilient peer-to-peer botnet agent in .NET
- Host: GitHub
- URL: https://github.com/lontivero/vinchuca
- Owner: lontivero
- License: mit
- Created: 2015-05-28T01:13:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T15:26:49.000Z (over 8 years ago)
- Last Synced: 2024-10-12T20:34:45.960Z (about 1 year ago)
- Topics: botnet, flood, peer, peer-botnet-agent
- Language: C#
- Homepage:
- Size: 326 KB
- Stars: 74
- Watchers: 18
- Forks: 50
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vinchuca
======Vinchuca is a resilent peer-to-peer botnet agent developed in .NET for educational purposes only. It is released with some missing features and without control panel in order to prevent misuses. However, it includes several interesting features
Goals
-----
Have some fun and explore the techniques used by popular botnet like Zeus Game Over.+ Tested with .NET _YES_
+ Tested with Mono _NO_Features
-------
* **Anti-debugging** it includes a couple of techniques to prevent debugging.
* **Single Instance** only one bot process.
* **Sandbox Detection** it doesn't run if detects a sondbox
* **Socks proxy integrated**
* **Http proxy integrated**
* **Https traffic tampering** it can sniff http traffic creating a fake on-the-fly certificate.
* **Internet connection detector** it stops if no internet access
* **Peer-to-Peer protocol** the best part!!!
* **Encrypted protocol communication with Diffie-Hellman key exchange handshake**
* **Signed protocol messages** to verify botmaster sign.
* **English-like Domain Generator Algorithm** for backup channel
* **DDoS**
* Http Flood
* Syn Flood
* Udp Flood
* **WebInject** (no ready but easy thanks to Http/s traffic tampering)
* **USB spreading**
* **Windows Firewall open**
* **Integrated windows backdoor**Development
-----------
Vinchuca is only developed during vacations. Anyway, you are welcome to contribute code. You can send code both as a patch or a GitHub pull request.Build Status
------------[](https://ci.appveyor.com/project/lontivero/vinchuca)
Demo
------------## DDoS Attacks
[](https://youtu.be/lBLOgpmDqR0)
## Backdoor
[](https://youtu.be/AciyyzAhoUI)