All Projects → ant4g0nist → Manucombi

ant4g0nist / Manucombi

Mutates and generates files with all possible combinations of fuzzed bytes in the file.

Programming Languages

python
139335 projects - #7 most used programming language

ManuCombi - Mutates and generates files with all possible combinations of fuzzed bytes in the file.

Usage:

~/ManuCombi ❯❯❯ python combin.py -h

usage: combin.py [-h] -s SAMPLE [-r ROUND] -e EXT -o OUTPUT [-v]

optional arguments:
  -h, --help            show this help message and exit
  -s SAMPLE, --sample SAMPLE
                        sample file to fuzz
  -r ROUND, --round ROUND
                        combination round
  -e EXT, --ext EXT     extension of sample file
  -o OUTPUT, --output OUTPUT
                        output folder to save samples
  -v, --version         show program's version number and exit

~/ManuCombi ❯❯❯ python combin.py -s Sample.xls -o op -e xls
[+]	Going through round 1

~/ManuCombi ❯❯❯ python combin.py -s Sample.xls -o op -e xls -r 3
[+]	Going through round 3
  • thanks for beer'g with my dumb ass code
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].