From 2f9ba27ed134e1523c232720aed5d920a5c48f32 Mon Sep 17 00:00:00 2001 From: Dobin Date: Mon, 19 Feb 2024 20:07:57 +0000 Subject: [PATCH] fix --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index a9b024c..1587cd3 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ > camponoti-balzani infects ants, and eventually kills the hosts after > they move to an ideal location for the fungus to spread its spores. -Ophiocordyceps camponoti-balzani - ## What @@ -73,19 +71,6 @@ PS C:\repos\supermega> python.exe .\supermega.py --shellcode .\shellcodes\msf-me ``` -## rbmode -``` - save,run - | | - | +---------- 1 - change AddressOfEntryPoint - | 2 - hijack branching instruction at Original Entry Point (jmp, call, ...) - | 3 - setup TLS callback - | 4 - hijack branching instruction at DLL Exported function (use -e to specify export to hook) - | - +-------------- 1 - store shellcode in the middle of a code section - 2 - append shellcode to the PE file in a new PE section -``` - ## Directories * `shellcodes/`: Input: Shellcodes we want to use as input (payload)