An open API service indexing awesome lists of open source software.

https://github.com/javierolmedo/source2dictionary

A tool developed in python to convert the source code into a dictionary to perform fuzzing
https://github.com/javierolmedo/source2dictionary

fuzzing hacking hacking-tool python3 security-tools source-code web-security

Last synced: 11 months ago
JSON representation

A tool developed in python to convert the source code into a dictionary to perform fuzzing

Awesome Lists containing this project

README

          





Source Code 2 Dictionary


🛠️ A tool to convert source code into a dictionary to perform fuzzing 🛠️



🔗 Javier Olmedo
 | 
HACKPUNTES 🌐

# Source2Dictionary
A tool developed in python to convert the source code into a dictionary to perform fuzzing.

## Install
Install Source2Dictionary is very simple, you can follow this steps:

```
bash
sudo -s << EOF
git clone https://github.com/JavierOlmedo/Source2Dictionary.git
cd Source2Dictionary
chmod +x install.sh
./install.sh
python3 s2d.py
EOF
```