October 2016
Beginner to intermediate
650 pages
14h 43m
English
Python has a library that allows you to browse and interact with web applications at the source level. After installing the library, you either import the library or use the twill shell, called twill-sh.

You can then load the target website and review the page's source with the following commands:
go http://192.168.195.159/dvwa/index.php show
This simply shows the source code of the site, which allows you to further interact with the site.

This allows you to interact directly with the components of the site and ...
Read now
Unlock full access