Book Image

Python Web Penetration Testing Cookbook

By : Benjamin May, Cameron Buchanan, Andrew Mabbitt, Dave Mound, Terry Ip
Book Image

Python Web Penetration Testing Cookbook

By: Benjamin May, Cameron Buchanan, Andrew Mabbitt, Dave Mound, Terry Ip

Overview of this book

Table of Contents (16 chapters)
Python Web Penetration Testing Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 2. Enumeration

In this chapter, we will cover the following topics:

  • Performing a ping sweep with Scapy

  • Scanning with Scapy

  • Checking username validity

  • Brute forcing usernames

  • Enumerating files

  • Brute forcing passwords

  • Generating e-mail addresses from names

  • Finding e-mail addresses from web pages

  • Finding comments in source code