Cymothoa is a backdooring tool, that inject backdoor's shellcode directly into running applications. Stealth and lightweight...
Features
- Runtime backdoor inject
- Covert processes
License
GNU General Public License version 2.0 (GPLv2)Follow cymothoa
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Could you tell me why the new INST_POINTER is ptr + 2 instead of ptr? <snip> 203 ptr = search_lib_region(pid, args.lib_name, MEM_EXEC); 204 205 printf("[+] injecting code into 0x%.8x\n", ptr); 206 207 reg.INST_POINTER = ptr + 2; <---- Curious 208 printf("[+] copy general purpose registers\n"); </snip> Looking forward to your reply!