- Effective Python Penetration Testing
- Rejah Rehim
- 105字
- 2021-07-14 11:29:47
Summary
We have gone through the basics of packet crafting and sniffing with various Python modules, and saw that Scapy is very powerful and easy to use. By now we have learned the basics of socket programming and Scapy. During our security assessments, we may need the raw outputs and access to basic levels of packet topology so that we can analyze and make decisions ourselves. The most attractive part of Scapy is that it can be imported and used to create networking tools without going to create packets from scratch.
We will discuss application fingerprinting with Python in more detail in the next chapter.
推薦閱讀
- Vue.js 3.x從入門到精通(視頻教學版)
- Python Game Programming By Example
- R語言游戲數據分析與挖掘
- VMware虛擬化技術
- Instant Nancy Web Development
- C#開發案例精粹
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- UML軟件建模
- Penetration Testing with the Bash shell
- Scrapy網絡爬蟲實戰
- 例解Python:Python編程快速入門踐行指南
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- 企業級Java現代化:寫給開發者的云原生簡明指南
- 精通Rust(第2版)
- TensorFlow+Keras深度學習算法原理與編程實戰