Maximilian Lindner

Results 53 comments of Maximilian Lindner

I took a look at this a little while ago and thought about adding an extra class using `curses`. Currently I only have a non functional example of how it...

TODO: Windows support

I too have noticed that the whole restart code isn't very consistent. And I think I have mentioned something similar in #363 before. I doubt that ignoring restart_target callbacks in...

From https://github.com/jtpereyda/boofuzz/pull/385#discussion_r385598441: Rework log messages related to opening and closing the target connection and take `_reuse_target_connection` into account.

Just an idea: - Send a normal request at the beginning and save the received data - Send fuzzed data - Send normal request again and compare the received data...

> I don't understand what is wrong with stickler-ci Seems like it runs into a timeout. Nothing u need to worry about. If you want to check for code style...

For the database logger this is already implemented. If you set `fuzz_db_keep_only_n_pass_cases = 1` it will only write failed test cases to the db/disk. For the other loggers such an...

You can use `boo open ` to reopen the webinterface of a completed test. The db file is created in a subdir called boofuzz-results in the current working dir. If...

While browsing through the open issues, I came across #284. Maybe we can fix that in case we touch the backend.

#66 also appears to be related