JBroFuzz Changelog

What's new in JBroFuzz 2.3

Jun 25, 2010
  • Multiple instances can now save data in different launch directories, under: Preferences -> Directory Locations
  • Keep History of previous dir in: File -> Save, File -> Open, File -> Save As
  • Fixed find functionality when viewing fuzzing responses (thx Markus!)
  • Added a swap button, in the Encoder Window, plus friends
  • Encoder/Hash is now also a standalone jar/exe file
  • Added right click encode/decode functionality in the Fuzzer tab - Request Text Panel
  • Added a standalone jbrofuzz-core-2.3.jar fuzzing API library

New in JBroFuzz 2.2 (May 26, 2010)

  • 50 new Oracle SQL Injection Payloads
  • Added back CRLF padding at the end of the message request
  • Fixed preference option under Fuzzing for "\r\n" instead of "\n"
  • Fixed "Payload in the wrong location" (sourceforge ID: 2997848)
  • Added a payloads column in the output table (you can sort by payload!)
  • Fixed a memory leakage problem when displaying more than 3000 rows
  • Fixed a memory leakage problem within the "On The Wire" panel

New in JBroFuzz 2.0 (Apr 12, 2010)

  • User basic authentication supported and updated headers to show 2.0 release
  • Fixed preferences bug.
  • Added Authorization header option in UI, under URL Encoding
  • Created a Verifier for .jbrf files
  • Fixed a small mistake in EncoderHashFrame.java
  • Implemented a Cross Product Fuzzer within core/CrossProductFuzzer.java
  • Introduced PowerFuzzer.java, DoubleFuzzer.java and fixed the directory location preferences.
  • Fixed Graphing Tab, right click menu
  • Arrayedified preferences, fixed maximum frame size, extracted all icons in a /icons folder.
  • EncoderHashFrame.java binded keys changed to alt+enter to encode and alt+backspace to decode
  • Split org.owasp.jbrofuzz.encode to core and UI
  • Added more documentation within the help topics about fuzzing
  • Added print functionality to keyboard shortcuts
  • Added keyboard shortcuts
  • Fixed the category of SQL Injection
  • Updated INSTALL, README files, converted jbrofuzz.sh to unix format