Python Web Penetration Testing Cookbook

Over 60 indispensable Python recipes to ensure you always have the right code on hand for web application testingIn DetailThis book gives you an arsenal of Python scripts perfect to use or to customize your needs for each stage of the testing process. Each chapter takes you step by step through the...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: Buchanan, Cameron, Ip, Terry, Mabbitt, Andrew, May, Benjamin, Mound, Dave
Format: Buch
Sprache:eng
Online-Zugang:Volltext
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:Over 60 indispensable Python recipes to ensure you always have the right code on hand for web application testingIn DetailThis book gives you an arsenal of Python scripts perfect to use or to customize your needs for each stage of the testing process. Each chapter takes you step by step through the methods of designing and modifying scripts to attack web apps. You will learn how to collect both open and hidden information from websites to further your attacks, identify vulnerabilities, perform SQL Injections, exploit cookies, and enumerate poorly configured systems. You will also discover how to crack encryption, create payloads to mimic malware, and create tools to output your findings into presentable formats for reporting to your employers.What You Will LearnEnumerate users on web apps through PythonDevelop complicated header-based attacks through PythonDeliver multiple XSS strings and check their execution successHandle outputs from multiple tools and create attractive reportsCreate PHP pages that test scripts and toolsIdentify parameters and URLs vulnerable to Directory TraversalReplicate existing tool functionality in PythonCreate basic dial-back Python scripts using reverse shells and basic Python PoC malware