llaurelson / Ethical-Hacking

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C 83.2%Language:C++ 16.8%