All Downloads are FREE. Search and download functionalities are using the official Maven repository.

help.faq-02.html Maven / Gradle / Ivy

Go to download

JBroFuzz is a stateless web application fuzzer for requests being made over HTTP and/or HTTPS. Its purpose is to provide a single, portable application that offers stable web protocol fuzzing capabilities. As a tool, it emerged from the needs of penetration testing.

The newest version!



JBroFuzz Frequently Asked Questions


JBroFuzz FAQ - Java


Q: How do I run the .jar file?

 

Say the file you want to run is named: JBroFuzz.jar

 

From the command line type the following:
>>java -jar JBroFuzz.jar

 

You will need to have Java installed on your system. It's probably worth checking: http://www.java.sun.com



 


Q: Do I need a Java Runtime Environment (JRE)?

 

Yes. JBroFuzz will run on any platform for which a JRE is available.

 

JREs for Windows, Linux and Solaris can be obtained for free from http://java.sun.com/j2se/downloads.html

 


 


Q: How much memory should I launch JBroFuzz with?

 

By default the JRE settings are typically limited to 64 Mb of memory. If JBroFuzz is to be used for memory intensive operations, it is advised to use 256 Mb of memory.

Say the file you want to run with 256Mb of available memory is named: JBroFuzz.jar

From the command line type the following:
>>java -jar -Xmx256m JBroFuzz.jar

You will need to have Java installed on your system. It's probably worth checking: http://www.java.sun.com

 



Q: What version of Java does JBroFuzz require to run?

 

 

JDK/JRE 1.6 or later.

 






© 2015 - 2025 Weber Informatics LLC | Privacy Policy