上传者: ramissue
|
上传时间: 2021-08-27 15:52:15
|
文件大小: 1.95MB
|
文件类型: PDF
Title: Understanding Network Hacks: Attack and Defense with Python
Author: Bastian Ballmann
Length: 178 pages
Edition: 2015
Language: English
Publisher: Springer
Publication Date: 2015-01-20
ISBN-10: 3662444364
ISBN-13: 9783662444368
This book explains how to see one's own network through the eyes of an attacker, to understand their techniques and effectively protect against them. Through Python code samples the reader learns to code tools on subjects such as password sniffing, ARP poisoning, DNS spoofing, SQL injection, Google harvesting and Wifi hacking. Furthermore the reader will be introduced to defense methods such as intrusion detection and prevention systems and log file analysis by diving into code.
Table of Contents
Chapter 1 Installation
Chapter 2 Network 4 Newbies
Chapter 3 Python Basics
Chapter 4 Layer 2 Attacks
Chapter 5 TCP/IP Tricks
Chapter 6 WHOIS DNS?
Chapter 7 HTTP Hacks
Chapter 8 Wifi Fun
Chapter 9 Feeling Bluetooth on the Tooth
Chapter 10 Bargain Box Kung Fu
Appendix A Scapy Reference
Appendix B Secondary Links