Giới thiệu sách Python: Python Network Hacking Essentials -TL

Python Network Hacking Essentials
Earnest Wish, Leo


Chapter 1 Preparation for Hacking 1
1.1 Starting Python 1
1.2. Basic Grammar 3
1.3 Functions 8
1.4 Class and Object 11
1.5 Exception Handling 14
1.6 Module 17
1.7 File Handling 21
1.8 String Format 25

Chapter 2 Network Hacking 28
2.1 Network Hacking Introduction 28
2.2 Configure a Test Environment 30
2.3 Vulnerability Analysis via Port Scanning 42
2.4 Stealing Credentials Using Packet Sniffing 58
2.5 Overview of a DoS Attack 66
2.6 DoS - Ping of Death 69
2.7 DoS - TCP SYN Flood 80
2.8 DoS - Slowloris Attack 96

Chapter 3 Conclusion 10