-
Notifications
You must be signed in to change notification settings - Fork 13
iakshaychauhan/Build-Undetectable-Malware-Using-C-Language-Ethical-Hacking
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
1. Compile and Run the sever.c file in linux i.e Kali Linux use the code given below to compile: gcc server.c -o server 2. Now compile backdoor.c in Kali Linus ny using Mingw32 use the code given below to compile: i686-w64-mingw32-gcc -o malware.exe backdoor.c -lwsock32 -lwininet By using this code it would create a exe file that runs on target's windows machine And you are ready to rock!
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published