help.faq-00.html Maven / Gradle / Ivy
JBroFuzz Frequently Asked Questions
JBroFuzz Frequently Asked Questions (FAQ)
Q: What can I find within this section?
Frequently asked questions cover basic guidelines and pointers towards aspects of using JBroFuzz, it's purpose and underlying philosophy.
This section is structured into a number of sub-sections that can be accessed by clicking on the panel on the left hand side of this window.
More detailed information, can be found in the Help Topics section.
Q: Fancy wording what does JBroFuzz actually do?
JBroFuzz has the ability to send intentionally malformed data to any web server, recording the responses.
This yields testing certain aspects of the security of web servers, by crafting corresponding requests and reviewing the responses received.
The term stateless simply implies that the different requests/replies being generated do not depend on previous ones made.
Q: What JBroFuzz is not claiming to be..
The automated answer to your problems regarding sending a bunch of AAA's to a listening daemon service.
Unfortunately, you still have to know a bit about fuzzing web applications, HTTP and HTTPS, headers GET and POST statements, etc.