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
- Host: GitHub
- URL: https://github.com/javierolmedo/source2dictionary
- Owner: JavierOlmedo
- License: mit
- Created: 2018-09-27T08:44:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T14:51:13.000Z (over 7 years ago)
- Last Synced: 2025-03-22T23:12:34.135Z (over 1 year ago)
- Topics: fuzzing, hacking, hacking-tool, python3, security-tools, source-code, web-security
- Language: Python
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```