Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shivam0110/Ethical-Hacking
- Owner: shivam0110
- Created: 2020-05-09T14:37:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T16:51:38.000Z (over 3 years ago)
- Last Synced: 2024-07-30T21:00:42.446Z (6 months ago)
- Topics: c, codes, cpp, cybersecurity, ethical-hacking, keylogger, malware, malware-folder, open-source, pentesting, pentesting-tools, pentesting-windows, viruses, vpn, windows
- Language: C
- Size: 25.4 KB
- Stars: 28
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethical-Hacking
Codes for malware, viruses and key-logger and other tools1. 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.