- Learning Python Web Penetration Testing
- Christian Martorella
- 209字
- 2021-06-25 20:54:49
Summary
In this chapter, we have seen what web application penetration testing is, why it is important to perform the test, what the methodology to follow is when performing a penetration test, the different domains that need to be covered, and why it is important to know how to write your own tools with Python.
We have also seen the tools that make the web application pen tested tool kit. This helped us understand how the tools align with the methodology and will also serve as inspiration when we need to create our own tools, learn from them, and understand how they work.
We also saw the lab environment that we'll be using throughout this book.
We have installed VirtualBox, run the lab virtual machine, and accessed the testing web app, scruffy bank. We saw a quick example of the text editor, and finally, we saw an important warning about the consequences of doing penetration testing without permission from the customer.
In Chapter 2, Interacting with Web Applications, we'll learn how to interact with a web application using Python, understand the anatomy of an HTTP request, URL, headers, message body, and we'll create a script to perform a request and interpret the response and its headers.
- Instant Node Package Manager
- .NET之美:.NET關鍵技術深入解析
- 工程軟件開發技術基礎
- 兩周自制腳本語言
- Microsoft Dynamics 365 Extensions Cookbook
- Learning RxJava
- C語言程序設計基礎與實驗指導
- Kotlin Standard Library Cookbook
- Android 應用案例開發大全(第3版)
- 算法訓練營:提高篇(全彩版)
- SQL Server 2016 從入門到實戰(視頻教學版)
- 愛上C語言:C KISS
- Android 游戲開發大全(第二版)
- C語言程序設計
- Developing RESTful Web Services with Jersey 2.0