All Projects → omaidf → go-malware

omaidf / go-malware

Licence: other
Golang Virus Examples

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-malware

Php Antimalware Scanner
AMWScan (PHP Antimalware Scanner) is a free tool to scan php files and analyze your project to find any malicious code inside it.
Stars: ✭ 181 (+170.15%)
Mutual labels:  virus, malware
Serpentine
C++/Win32/Boost Windows RAT (Remote Administration Tool) with a multiplatform Java/Spring RESTful C2 server and Go, C++/Qt5 frontends
Stars: ✭ 216 (+222.39%)
Mutual labels:  virus, malware
Telegram Rat
Windows Remote Administration Tool via Telegram. Written in Python
Stars: ✭ 201 (+200%)
Mutual labels:  virus, malware
Malware
Rootkits | Backdoors | Sniffers | Virus | Ransomware | Steganography | Cryptography | Shellcodes | Webshells | Keylogger | Botnets | Worms | Other Network Tools
Stars: ✭ 156 (+132.84%)
Mutual labels:  virus, malware
Anti-Debugging
A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.
Stars: ✭ 297 (+343.28%)
Mutual labels:  virus, malware
Antidebugging
A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.
Stars: ✭ 161 (+140.3%)
Mutual labels:  virus, malware
Botnets
This is a collection of #botnet source codes, unorganized. For EDUCATIONAL PURPOSES ONLY
Stars: ✭ 2,523 (+3665.67%)
Mutual labels:  virus, malware
Gobot2
Second Version of The GoBot Botnet, But more advanced.
Stars: ✭ 431 (+543.28%)
Mutual labels:  virus, malware
ToxicEye
👽 Program for remote control of windows computers via telegram bot. Written in C#
Stars: ✭ 305 (+355.22%)
Mutual labels:  virus, malware
Malware-Sample-Sources
Malware Sample Sources
Stars: ✭ 214 (+219.4%)
Mutual labels:  virus, malware
Ratel
RAT-el is an open source penetration test tool that allows you to take control of a windows machine. It works on the client-server model, the server sends commands and the client executes the commands and sends the result back to the server. The client is completely undetectable by anti-virus software.
Stars: ✭ 121 (+80.6%)
Mutual labels:  virus, malware
The-MALWARE-Repo
A repository full of malware samples.
Stars: ✭ 380 (+467.16%)
Mutual labels:  virus, malware
Inferno
🔥 Modern command line tool for malware creation on Windows
Stars: ✭ 105 (+56.72%)
Mutual labels:  virus, malware
Cypher
Pythonic ransomware proof of concept.
Stars: ✭ 178 (+165.67%)
Mutual labels:  virus, malware
Zeus
NOT MY CODE! Zeus trojan horse - leaked in 2011, I am not the author. This repository is for study purposes only, do not message me about your lame hacking attempts.
Stars: ✭ 1,043 (+1456.72%)
Mutual labels:  virus, malware
Open Myrtus
RCEed version of computer malware / rootkit MyRTUs / Stuxnet.
Stars: ✭ 208 (+210.45%)
Mutual labels:  virus, malware
Virii
Collection of ancient computer virus source codes
Stars: ✭ 378 (+464.18%)
Mutual labels:  virus, malware
Trojancockroach
A Stealthy Trojan Spyware
Stars: ✭ 424 (+532.84%)
Mutual labels:  virus, malware
Kicomav
KicomAV is an open source (GPL v2) antivirus engine designed for detecting malware and disinfecting it.
Stars: ✭ 227 (+238.81%)
Mutual labels:  virus, malware
ConTroll Remote Access Trojan
Created a VERY SIMPLE remote access Trojan that will establish administrative control over any windows machine it compromises.
Stars: ✭ 69 (+2.99%)
Mutual labels:  virus, malware

Golang Virus Examples

Malware

ExfilDocs

  • Searches drive for specific file extensions
  • Uploads files to C2 via SSH

Outlook Exfil

  • Asks for Outlook Credentials
  • Authenticates via IMAP, searches attachments and uploads files to C2 via SSH TO DO: Fix Windows Compilation

Screen Shotter

  • Uploads screenshot every 20 seconds to C2 via SSH

Dropper

  • Hosts 3 files, downloads them from itself then executes them.

Compile to windows: CGO_ENABLED=1 CC=/usr/local/Cellar/mingw-w64/5.0.4_1/bin/x86_64-w64-mingw32-gcc CXX=/usr/local/Cellar/mingw-w64/5.0.4_1/bin/x86_64-w64-mingw32-g++ GOOS=windows GOARCH=amd64 go build .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].