-
Notifications
You must be signed in to change notification settings - Fork 45
/
Tools
30 lines (19 loc) · 877 Bytes
/
Tools
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PE:
https://github.com/Antonin-Deniau/cave_miner
Exploit Development
https://github.com/h0mbre/CTP-OSCE/tree/master/Offset
https://github.com/HanseSecure/ExploitDev/tree/master/poc
https://github.com/h0mbre/CTP-OSCE/tree/master/TinyRev
Covert your shellcode to a Unicode exploit compatible:
https://github.com/un4ckn0wl3z/Alpha2-encoder
Read how to use it here: https://xavibel.com/page/2/
X86 ASSEMBLY SHORT AND CONDITIONAL JUMP CHEAT SHEET
https://vellosec.net/2018/08/x86-assembly-short-and-conditional-jump-cheat-sheet/
Fuzzing:
https://github.com/h0mbre/CTP-OSCE/tree/master/Boo-Gen
Simple x86 Assembly to Shellcode Script:
https://vellosec.net/2018/08/simple-x86-assembly-to-shellcode-script/
Online x86 / x64 Assembler and Disassembler
https://defuse.ca/online-x86-assembler.htm
X86 Opcode and Instruction Reference Home
http://ref.x86asm.net/coder32.html