Offensive Tools

Posted on Sat, Jun 20, 2020

Meu(s) repositório(s) onde coloco alguns códigos que vou produzindo aqui e acolá.

Offensive Tools

diegoalbuquerque/offensivetools

My little tools created to study and practice my offensive thinking https://www.offensivethink.com Generate partial or full bytearray to help at binary exploitation [+] use: ./bytearraygen [-i From_Value] [-l To_Value] [-b Badchars_to_exclude>] [-f file_name] This script will generate two files of chars in hexadecimal format and binary format to use with mona.py or another similar script to find bad chars in memory, from Initial Value (-i) to last value (-l), excluding Badchars (-b) Parameters: All parameters are optional.