Web application security - the fast guide 1.1 | Page 76

Chapter 4 - Be the attacker P a g e | 76 4.11 More Tools: This is a set of tools that you can use enhance information collection about targeted website or application (we will explain with more details:  OWASP DirBuster to brute force directory and files and return a fair portion of the website structure. Figure 28:snapshot of DirBister tool  JAD (Java Decompiler) is a tool used to decompile java file and extract source code.so if you were able to capture any compiled java classes you can decompile it using this tool http://www.javadecompilers.com/jad The usage is as follow: > jad comiledClass.class