Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to specific the result directory to something other than boofuzz-results? #502

Open
prRZ5F4LXZ opened this issue Apr 4, 2021 · 3 comments

Comments

@prRZ5F4LXZ
Copy link

boofuzz/constants.py
7:RESULTS_DIR = "boofuzz-results"

I see "boofuzz-results" is hard-code in the source code. Is there a way to specify where to save the file?

@SR4ven
Copy link
Collaborator

SR4ven commented Apr 4, 2021

Right now it seems to be fully hard coded.

I guess we could see this as a feature request? Shouldn't be too hard to implement an additional Session argument to specify the database file path.

@jtpereyda
Copy link
Owner

Yep, I figure a -o option to specify the directory name. Right now "boofuzz-results" is a directory in which results directories are created. I'm leaning toward following AFL's example and specifying the entire output directory names. E.g. -o boofuzz-results/testRun1 etc.

@SR4ven
Copy link
Collaborator

SR4ven commented Dec 9, 2021

The session argument db_filename was implemented in #588.

A command line argument like -o still has to be added to boofuzz/boofuzz/cli.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants