https://github.com/bostrt/modsec-sdbm-util-fuzzing
https://github.com/bostrt/modsec-sdbm-util-fuzzing
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bostrt/modsec-sdbm-util-fuzzing
- Owner: bostrt
- Created: 2016-12-04T01:38:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T00:38:29.000Z (over 9 years ago)
- Last Synced: 2025-02-12T20:35:15.144Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# modsec-sdbm-util-fuzzing
```
# git clone --recursive https://github.com/bostrt/modsec-sdbm-util-fuzzing.git
# cd modsec-sdbm-util-fuzzing
# ./run.sh -d /path/to/mod_security/default_SESSION
Cleaning up any old data
Running tests...
Complete
Found 1 Segmentation fault
Found 0 Address Sanitizer (libasan) messages
Check ./results/fuzzing.log
```
*If you are on Linux distribution with systemd, try `./show-zero-frame.sh 1`*
## Troubleshooting
```
Building modsec-sdbm-util
Error while building modsec-sdbm-util. Please investigate why build could not complete.
```
- Go into the `modsec-sdbm-util-fuzzing/modsec-sdbm-util` directory attempt building manually. Build steps are inside of the `modsec-sdbm-util/README.md`.
```
Starter data is required. Please create database in ./data/data.{pag,dir}
```
- Make sure you specify the `-d` flag and specify a valid database for the fuzzing to get started with. The file specified in `-d` will not have any changes made to it.