Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morphykutay/malware-exe
A simple malware written in C
https://github.com/morphykutay/malware-exe
c malware malware-development
Last synced: about 1 month ago
JSON representation
A simple malware written in C
- Host: GitHub
- URL: https://github.com/morphykutay/malware-exe
- Owner: MorphyKutay
- License: gpl-3.0
- Created: 2024-04-02T12:24:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T12:35:37.000Z (10 months ago)
- Last Synced: 2024-11-07T05:42:30.898Z (3 months ago)
- Topics: c, malware, malware-development
- Language: C
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Malware-Exe
A simple malware written in C![SS](https://github.com/MorphyKutay/Malware-Exe/blob/main/ss.png)
### Build
1-) `> gcc main.c -o main -lws2_32`
![S2S](https://github.com/MorphyKutay/Malware-Exe/blob/main/ss2.png)
2-) **Replace the ip and port with your own ip address**
3-) **Run `nc -lvnp 1234` on the attacker machine**