Skip to content

ynx0/vinchuca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Build status

Demo

DDoS Attacks

DDoS Video

Backdoor

Backdoor Video

About

A resilient peer-to-peer botnet agent in .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%