Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shivam0110/Ethical-Hacking

Codes for malware, viruses and key-logger and other tools
https://github.com/shivam0110/Ethical-Hacking

c codes cpp cybersecurity ethical-hacking keylogger malware malware-folder open-source pentesting pentesting-tools pentesting-windows viruses vpn windows

Last synced: 3 months ago
JSON representation

Codes for malware, viruses and key-logger and other tools

Awesome Lists containing this project

README

        

# Ethical-Hacking
Codes for malware, viruses and key-logger and other tools

1. The Basic malware folder contain c code for backdoor and server file, its debian based so its recommended to use os like Kali or Ubuntu or you can convert it to windows type.

2. Keylogger.h is a hearder file for you can add to your backdoor.c or any other c or cpp code.

3. Malware folder is the c code i have developed.

4. To hide your malware from being detected by Anti-Virus softwares you can use hex editor and or add various useless functions to hide actuall code.

5. Basic virus codes in cpp language, each virus code has comments which describes what it do.

NOTE: This project is created only for learning purpose.

These work mainly for windows OS.