Python Penetration Testing Cookbook
eBook - ePub

Python Penetration Testing Cookbook

,
  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Python Penetration Testing Cookbook

,
Book details
Table of contents
Citations

About This Book

Over 50+ hands-on recipes to help you pen test networks using Python, discover vulnerabilities, and find a recovery pathAbout This Book• Learn to detect and avoid various types of attack that put system privacy at risk• Enhance your knowledge of wireless application concepts and information gathering through practical recipes• Learn a pragmatic way to penetration-test using Python, build efficient code, and save timeWho This Book Is ForIf you are a developer with prior knowledge of using Python for penetration testing and if you want an overview of scripting tasks to consider while penetration testing, this book will give you a lot of useful code for your toolkit.What You Will Learn• Learn to configure Python in different environment setups.• Find an IP address from a web page using BeautifulSoup and Scrapy• Discover different types of packet sniffing script to sniff network packets• Master layer-2 and TCP/ IP attacks• Master techniques for exploit development for Windows and Linux• Incorporate various network- and packet-sniffing techniques using Raw sockets and ScrapyIn DetailPenetration testing is the use of tools and code to attack a system in order to assess its vulnerabilities to external threats. Python allows pen testers to create their own tools. Since Python is a highly valued pen-testing language, there are many native libraries and Python bindings available specifically for pen-testing tasks.Python Penetration Testing Cookbook begins by teaching you how to extract information from web pages. You will learn how to build an intrusion detection system using network sniffing techniques. Next, you will find out how to scan your networks to ensure performance and quality, and how to carry out wireless pen testing on your network to avoid cyber attacks. After that, we'll discuss the different kinds of network attack. Next, you'll get to grips with designing your own torrent detection program. We'll take you through common vulnerability scenarios and then cover buffer overflow exploitation so you can detect insecure coding. Finally, you'll master PE code injection methods to safeguard your network.Style and approachThis book takes a recipe-based approach to solving real-world problems in pen testing. It is structured in stages from the initial assessment of a system through exploitation to post-exploitation tests, and provides scripts that can be used or modified for in-depth penetration testing.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Python Penetration Testing Cookbook by in PDF and/or ePUB format, as well as other popular books in Computer Science & System Administration. We have over one million books available in our catalogue for you to explore.

Information

Year
2017
ISBN
9781784394097
Edition
1

Table of contents

  1. Title Page
  2. Copyright
  3. Credits
  4. About the Author
  5. About the Reviewers
  6. www.PacktPub.com
  7. Customer Feedback
  8. Preface
  9. Why Python in Penetration Testing?
  10. Setting Up a Python Environment
  11. Web Scraping with Python
  12. Data Parsing with Python
  13. Web Scraping with Scrapy and BeautifulSoup
  14. Network Scanning with Python
  15. Network Sniffing with Python
  16. Scapy Basics
  17. Wi-Fi Sniffing
  18. Layer 2 Attacks
  19. TCP/IP Attacks
  20. Introduction to Exploit Development
  21. Windows Exploit Development
  22. Linux Exploit Development