This commit is contained in:
Dobin
2024-02-19 20:07:57 +00:00
parent bf310ca343
commit 2f9ba27ed1
-15
View File
@@ -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)