README.md
README.md
tool useful to exploit format string vulnerabilities
2- getenvaddr
tool from Jon Erickson useful to get the address of an env. variables
3- obj_parser
parser that extract the shellcode from the objdump output
4- Shellcodes
containers of useful and personal shellcodes
5- shellcode_tester
a small C program useful to test if a shellcode works or not. ( compilation flag inside the file )
6- assemble_shellcode
bash script that takes a .s file containing shellcode, assemble it and outputs the hexadecimal
7- codefinder.sh
script useful to grep specific chunk of code in a folder where there are tons of source files
8- utils.py
collection of useful function for develop exploit in python flawfinder: A simple program that examines C/C++ source code and reports possible security weaknesses (“flaws”) sorted by risk level. [ http://www.dwheeler.com/flawfinder/ ]
cflow: GNU cflow analyzes a collection of C source files and prints a graph, charting control flow within the program. [http://www.gnu.org/software/cflow/]
Online Binary-Decimal Converter This converter allows you to convert numbers from decimal format to binary format and from binary format to decimal format. It supports the main variable data types used in most programming languages. It also floating point numbers (single and double precision) according to the standard IEEE754. [http://www.binaryconvert.com/]
Online Disassembler [https://www.onlinedisassembler.com/odaweb/]
Online Assembler [https://defuse.ca/online-x86-assembler.htm#disassembly]
Hex to ASCII text converter [http://www.rapidtables.com/convert/number/hex-to-ascii.htm]
Big number converter [ http://www.mobilefish.com/services/big_number/big_number.php]