Python Web Penetration Testing Cookbook
eBook - ePub

Python Web Penetration Testing Cookbook

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

Partager le livre
  1. 224 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Python Web Penetration Testing Cookbook

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

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Python Web Penetration Testing Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Python Web Penetration Testing Cookbook par Cameron Buchanan, Terry Ip, Andrew Mabbitt, Benjamin May, Dave Mound en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Computer Science et Programming in Python. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2015
ISBN
9781784392932

Python Web Penetration Testing Cookbook


Table of Contents

Python Web Penetration Testing Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why subscribe?
Free access for Packt account holders
Disclamer
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it

How it works

There's more

See also
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Gathering Open Source Intelligence
Introduction
Gathering information using the Shodan API
Getting ready
How to do it

How it works

There's more

Scripting a Google+ API search
Getting ready
How to do it

How it works

See also

There's more

Downloading profile pictures using the Google+ API
How to do it
How it works
Harvesting additional results from the Google+ API using pagination
How to do it
How it works
Getting screenshots of websites with QtWebKit
Getting ready
How to do it

How it works

There's more

Screenshots based on a port list
Getting ready
How to do it

How it works

There's more

Spidering websites
Getting ready
How to do it

How it works

There's more

2. Enumeration
Introduction
Performing a ping sweep with Scapy
How to do it

How it works

Scanning with Scapy
How to do it

How it works

There's more

Checking username validity
Getting ready
How to do it

How it works

There's more

See also
Brute forcing usernames
Getting ready
How to do it

How it works

See also
Enumerating files
Getting ready
How to do it

How it works

Brute forcing passwords
Getting ready
How to do it

How it works

See also
Generating e-mail addresses from names
Getting ready
How to do it

How it works

There's more

See also
Finding e-mail addresses from web pages
Getting ready
How to do it

How it works

There's more

See also
Finding comments in source code
How to do it

How it works

There's more

3. Vulnerability Identification
Introduction
Automated URL-based Directory Traversal
Getting ready
How to do it

How it works

There's more
Automated URL-based Cross-site scripting
How to do it

How it works

There's more

Automated parameter-based Cross-site scripting
How to do it

How it works

There's more

Automated fuzzing
Getting ready
How to do it

How it works

There's more

See also
jQuery checking
How to do it

How it works

There's more

Header-based Cross-site scripting
Getting ready
How to do it

How it works

See also
Shellshock checking
Getting ready
How to do it

How it works

4. SQL Injection
Introduction
Checking jitter
How to do it

How it works

There's more

Identifying URL-based SQLi
How to do it

How it works

There's more

Exploiting Boolean SQLi
How to do it

How it works

There's more

Exploiting Blind SQL Injection
How to do it

How it works

There's more

Encoding payloads
How to do it

How it works

There's more

5. Web Header Manipulation
Introduction
Testing HTTP methods
How to do it

How it works

There's more

Fingerprinting servers through HTTP headers
How to do it

How it works

There's more

Testing for insecure headers
Getting ready
How to do it

How it works

Brute forcing login through the Authorization header
Getting ready
How to do it

How it works

There's more

See also
Testing for clickjacking vulnerabilities
How to do it

How it works

Identifying alternative sites by spoofing user agents
How to do it

How it works

See also
Testing for insecure cookie flags
How to do it

How it works

There's more

Session fixation through a cookie injection
Getting ready
How to do it

How it works

There's more

6. Image Analysis and Manipulation
Introduction
Hiding a message using LSB steganography
Getting ready
How to do it

How it works

There's more

See also
Extracting messages hidden in LSB
How to do it

How it works

There's more

Hiding text in images
How to do it

How it works

There's more

Extracting text from images
How to do it

How it works

There's more

Enabling command and control using steganography
Getting ready
How to do it

How it works

7. Encryption and Encoding
Introduction
Generating an MD5 hash
Getting ready
How to do it

How it works

Generating an SHA 1/128/256 hash
Getting ready
How to do it

How it works

Implementing SHA and MD5 hashes together
Getting ready
How to do it

How it works

Implementing SHA in a real-world scenario
Getting ready
How to do it

How it works

Generating a Bcrypt hash
Getting ready
How to do it

How it works

Cracking an MD5 hash
Getting ready
How to do it

How it works

Encoding with Base64
Getting ready
How to do it

How it works

Encoding with ROT13
Getting ready
How to do it

How it works

Cracking a substitution cipher
Getting ready
How to do it

How it works

Cracking the Atbash cipher
Getting ready
How to do it

How it works

Attacking one-time pad reuse
Getting ready
How to do it

How it works

Predicting a linear congruential generator
Getting ready
How to do it

How it works

Identifying hashes
Getting ready
How to do it

How it works

8. Payloads and Shells
Introduction
Extracting data through HTTP requests
Getting Ready
How to do it

How it works

Creating an HTTP C2
Getting Started
How to do it

How it works

Creating an FTP C2
Getting Started
How to do it

How it works

Creating an Twitter C2
Getting Started
How to do it

How it works

Creating a simple Netcat shell
How to do it

How it works

9. Reporting
Introduction
Converting Nmap XML to CSV
Getting ready
How to do it

How it works

Extracting links from a URL to Maltego
How to do it

How it works

There’s more

Extracting e-mails to Maltego
How to do it

How it works

Parsing Sslscan into CSV
How to do it

How it works

Generating graphs using plot.ly
Getting ready
How to do it

How it works

Index

Python Web Penetration Testing Cookbook

Copyright © 2015 Packt Publishing
All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by a...

Table des matiĂšres