Book Image

Learning Python Web Penetration Testing [Video]

By : Christian Martorella
Book Image

Learning Python Web Penetration Testing [Video]

By: Christian Martorella

Overview of this book

Make your applications attack-proof by penetration testing with Python About This Video • Become proficient at writing your own tools to identify security vulnerabilities in web applications • Take your first steps to becoming a security professional by getting an in-depth understanding of the process behind web application security testing • See practical examples of each phase of the web application testing process: Reconnaissance, Mapping, Vulnerability Discovery, and Vulnerability Exploitation In Detail With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app in order to assess its vulnerabilities to external threats. While there are an increasing number of sophisticated ready-made tools to scan systems for vulnerabilities, the use of Python allows testers to write system-specific scripts, or alter and extend existing testing tools to find, exploit, and record as many security weaknesses as possible. This course will walk you through the web application penetration testing methodology, showing you how to write your own tools with Python for every main activity in the process. It will show you how to test for security vulnerabilities in web applications just like security professionals and hackers do. The course starts off by providing an overview of the web application penetration testing process and the tools used by professionals to perform these tests. Then we provide an introduction to HTTP and how to interact with web applications using Python and the Requests library. Then will follow the web application penetration testing methodology and cover each section with a supporting Python example. To finish off, we test these tools against a vulnerable web application created specifically for this course. Stop just running automated tools—write your own and modify existing ones to cover your needs! This course will give you a flying start as a security professional by giving you the necessary skills to write custom tools for different scenarios and modify existing Python tools to suit your application’s needs.
Table of Contents (7 chapters)
Chapter 4
Resources Discovery
Content Locked
Section 4
Adding More Information
In this video, we will add the detection of redirections and generate more information about the responses, such as the time it takes the response and the MD5 hash of the content. - Detect the redirections - Add the response time and MD5 hash - Test the script and note the improvements