Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bostrt/modsec-sdbm-util-fuzzing
https://github.com/bostrt/modsec-sdbm-util-fuzzing
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bostrt/modsec-sdbm-util-fuzzing
- Owner: bostrt
- Created: 2016-12-04T01:38:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T00:38:29.000Z (about 8 years ago)
- Last Synced: 2024-11-01T10:08:17.584Z (2 months 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.