mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
fix
This commit is contained in:
@@ -5,8 +5,6 @@
|
|||||||
> camponoti-balzani infects ants, and eventually kills the hosts after
|
> camponoti-balzani infects ants, and eventually kills the hosts after
|
||||||
> they move to an ideal location for the fungus to spread its spores.
|
> they move to an ideal location for the fungus to spread its spores.
|
||||||
|
|
||||||
Ophiocordyceps camponoti-balzani
|
|
||||||
|
|
||||||
|
|
||||||
## What
|
## 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
|
## Directories
|
||||||
|
|
||||||
* `shellcodes/`: Input: Shellcodes we want to use as input (payload)
|
* `shellcodes/`: Input: Shellcodes we want to use as input (payload)
|
||||||
|
|||||||
Reference in New Issue
Block a user