- Effective Python Penetration Testing
- Rejah Rehim
- 85字
- 2021-07-14 11:29:47
Chapter 3. Application Fingerprinting with Python
One important step during web application security assessment is fingerprinting. As a security researcher/pentester, we have to be well-versed at fingerprinting, which gives lot of information about underlying technology like software or framework version, web server info, OS and many more. This helps us to discover all the well-known vulnerabilities that are affecting the application and server.
In this chapter, we will cover the following topics:
- Web scraping
- E-mail gathering
- OS fingerprinting
- EXIF data extraction
- Application fingerprinting
推薦閱讀
- WildFly:New Features
- 實戰Java程序設計
- Python從入門到精通(精粹版)
- VMware vSphere 6.7虛擬化架構實戰指南
- SQL語言從入門到精通
- Building an RPG with Unity 2018
- 常用工具軟件立體化教程(微課版)
- 從零開始學C#
- Java程序員面試筆試寶典(第2版)
- Internet of Things with ESP8266
- Azure Serverless Computing Cookbook
- Processing創意編程指南
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Django 5企業級Web應用開發實戰(視頻教學版)
- Java7程序設計入門經典