-
Book Overview & Buying
-
Table Of Contents
Kali Linux Web Penetration Testing Cookbook
By :
Firebug is a browser add-on that allows us to analyze the inner components of a web page, such as table elements, cascading style sheets (CSS) classes, frames, and so on. It also has the ability to show us DOM objects, error codes, and request-response communication between the browser and server.
In the previous recipe, we saw how to look into a web page's HTML source code and found a hidden input field that established some default values for the maximum size of a file. In this recipe, we will see how to use the browser's debugging extensions, in this particular case, Firebug for Firefox or OWASP-Mantra.
With vulnerable_vm running, browse to http://192.168.56.102/WackoPicko.
Right-click on Check this file and then select Inspe ct Element with Firebug.

There is a type="hidden" parameter on the first input of the form; double-click on hidden.
Replace hidden by text and hit Enter.

Now double-click on the 30000 of the...
Change the font size
Change margin width
Change background colour