Hello guys, I'm trying to write a backdoor, I need to inject some code into an EXE programmatically, any help for that would be appreciated thank you
Forum Thread: How to Inject Code into EXE
- Hot
- Active
-
Forum Thread: Whatsapp Hack? 16 Replies
1 day ago -
Forum Thread: How to Track Who Is Sms Bombing Me . 4 Replies
2 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
2 mo ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 mo ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
3 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
5 mo ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 1 Replies
5 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
6 mo ago -
Forum Thread: When My Kali Linux Finishes Installing (It Is Ready to Boot), and When I Try to Boot It All I Get Is a Black Screen. 8 Replies
7 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
7 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
8 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
9 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
10 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
10 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
10 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
10 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
10 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
11 mo ago
-
How To: Crack Password-Protected Microsoft Office Files, Including Word Docs & Excel Spreadsheets
-
How To: Install & Lock Down Kali Linux for Safe Desktop Use
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Spy on Traffic from a Smartphone with Wireshark
-
How To: Dox Anyone
-
Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How To: Make Your Own Bad USB
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Top 10 Things to Do After Installing Kali Linux
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
How to Hack Wi-Fi: Getting Started with Terms & Technologies
-
How To: Hack Wi-Fi & Networks More Easily with Lazy Script
-
BT Recon: How to Snoop on Bluetooth Devices Using Kali Linux
-
How to Hack Wi-Fi: Creating an Evil Twin Wireless Access Point to Eavesdrop on Data
-
How To: Hack Apache Tomcat via Malicious WAR File Upload
-
How To: Flash Kali NetHunter on OnePlus and Nexus Devices (Most) As a Secondary ROM
-
How To: Write Your Own Bash Script to Automate Recon
-
How To: Create & Obfuscate a Virus Inside of a Microsoft Word Document
-
Exploit Development: How to Write Specific Values to Memory with Format String Exploitation
4 Responses
You need to compile code in visual basic or something and compile it as a .exe i think...
Check out dontrustme's guide on malware, he has a guide on malware development in C.
Can you clarify what "inject some code into an EXE" means? Are you wanting to inject code into a program on disk or into a running process? There's plenty of guides with a simple Google search which takes five seconds.
After you've researched and still don't understand, please ask an appropriate question that's more specific otherwise no one knows exactly what you want. For example: "How do I inject code into running process as a remote thread and execute it on the Windows platform?"
There are 3 options:
1.Reverse Engineering (which is harder and takes time but it's not easily detected)
2.Compile your code as a exe or dll and then attach it to exe you want using free softwares (which is easily detected by AVs and may infect your own PC)
3.Just like option 2 but instead of using a free software you are gonna use a nonfree software (which is not easily detected by AVs but again you may end up with a infected PC and also you have to pay some money)
Share Your Thoughts