Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Effective Python Penetration Testing

Posted By: AlenMiler
Effective Python Penetration Testing

Effective Python Penetration Testing by Rejah Rehim
English | 29 Jun. 2016 | ASIN: B01C2XX8XI | 164 Pages | AZW3 | 1.87 MB

Key Features

Learn to utilize your Python scripting skills to pentest a computer system, network, and web-application
Get proficient at the art of assessing vulnerabilities by conducting effective penetration testing
This is the ultimate guide that teaches you how to use Python to protect your systems against sophisticated cyber attacks

Book Description

Penetration testing is a practice of testing a computer system, network, or web application to find weaknesses in security that an attacker can exploit. Effective Python Penetration Testing will help you utilize your Python scripting skills to safeguard your networks from cyberattacks.

We will begin by providing you with an overview of Python scripting and penetration testing. You will learn to analyze network traffic by writing Scapy scripts and will see how to fingerprint web applications with Python libraries such as ProxMon and Spynner.

Moving on, you will find out how to write basic attack scripts, and will develop debugging and reverse engineering skills with Python libraries. Toward the end of the book, you will discover how to utilize cryptography toolkits in Python and how to automate Python tools and libraries.

What you will learn

Write Scapy scripts to investigate network traffic
Get to know application fingerprinting techniques with Python
Understand the attack scripting techniques
Write fuzzing tools with pentesting requirements
Learn basic attack scripting methods
Utilize cryptographic toolkits in Python
Automate pentesting with Python tools and libraries

About the Author

Rejah Rehim is currently a security architect with FAYA India and is a long-time preacher of open source. He is a steady contributor to the Mozilla Foundation, and his name has been featured on the San Francisco Monument made by the Mozilla Foundation.

He is a part of the Mozilla add-on review board and has contributed to the development of several node modules. He has to his credit the creation of eight Mozilla add-ons, including the highly successful Clear Console add-on, which was selected as one of the best Mozilla add-ons of 2013. With a user base of more than 44,000, it has registered more than 6,90,000 downloads to date. He has successfully created the world's first, one-of-a-kind security testing browser bundle, PenQ, an open source Linux-based penetration testing browser bundle preconfigured with tools for spidering, advanced web searching, fingerprinting, and so on.

Rejah is also an active member of OWASP and is the chapter leader of OWASP Kerala. He is also an active speaker at FAYA:80, one of the premier monthly tech rendezvous in Technopark, Kerala. Besides being a part of the cyber security division of FAYA currently and QBurst in the past, Rejah is also a fan of process automation and has implemented it in FAYA. In addition to these, Rejah also volunteers with Cyberdome, an initiative of the Kerala police department, as Deputy Commander.

Table of Contents

Python Scripting Essentials
Analyzing Network Traffic with Scapy
Application Fingerprinting with Python
Attack Scripting with Python
Fuzzing and Brute-Forcing
Debugging and Reverse Engineering
Crypto, Hash, and Conversion Functions
Keylogging and Screen Grabbing
Attack Automation
Looking Forward