Skip to content

style77/darkangel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darkangel

Simple TCP botnet with functional CLI to send commands to remote devices

I did this project purely for fun, I forgot how much fun Golang gives me. However it took out as such a nice portfolio project.

Showcase

I understand sometimes you just want to see how project works so instead of forcing you to clone repository onto your local machine, I recorded short showcase

<iframe width="560" height="315" src="https://www.youtube.com/embed/5xTrj2-Jqwk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Installation

git clone https://github.com/Style77/darkangel.git
cd darkangel/server
go build # Builds the server
cd ../client
go build # Builds the client

Now you can run the server and client on your machine.

License

MIT

Disclaimer

This project is for educational purposes only. I am not responsible for any damage you cause with this software, however I don't think it can do much damage since there even Windows Defender nowadays is able to detect it as a virus.

About

Simple TCP botnet written in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages