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: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
1 wk ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 2 Replies
2 wks ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 wks ago -
Forum Thread: How to Track Who Is Sms Bombing Me . 3 Replies
3 wks ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
1 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
2 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
3 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
4 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
5 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
5 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
7 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
7 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
7 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
8 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
8 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
8 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
8 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
8 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
9 mo ago -
How to: Sign the APK File with Embedded Payload (The Ultimate Guide) 10 Replies
9 mo ago
-
How To: Dox Anyone
-
How To: Use SQL Injection to Run OS Commands & Get a Shell
-
How To: Create & Obfuscate a Virus Inside of a Microsoft Word Document
-
How To: Brute-Force FTP Credentials & Get Server Access
-
How To: Target Bluetooth Devices with Bettercap
-
How To: Pop a Reverse Shell with a Video File by Exploiting Popular Linux File Managers
-
How To: Exploit EternalBlue on Windows Server with Metasploit
-
How To: Crack SSH Private Key Passwords with John the Ripper
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Use Kismet to Watch Wi-Fi User Activity Through Walls
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
How To: Find Passwords in Exposed Log Files with Google Dorks
-
How To: Spy on Traffic from a Smartphone with Wireshark
-
How To: Intercept Images from a Security Camera Using Wireshark
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Use SpiderFoot for OSINT Gathering
-
How To: Set Up a Headless Raspberry Pi Hacking Platform Running Kali Linux
-
How To: Escape Restricted Shell Environments on Linux
-
How To: Find OSINT Data on License Plate Numbers with Skiptracer
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