Skip to content

Stopping the Fuzzing without using Keyboard interrupt #600

Answered by SR4ven
ACBNair asked this question in Q&A
Discussion options

You must be logged in to vote

Two options come to my mind:

  1. Raise any exception which is not caught in boofuzz and catch it in your script calling session.fuzz.
  2. If you have access to the session object, set session._index_end = 0. That will break the main fuzzing loop.

You might also want to set keep_web_open=False in Session so that boofuzz will not block holding the website open.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ACBNair
Comment options

@SR4ven
Comment options

SR4ven Feb 27, 2022
Collaborator

Answer selected by ACBNair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants