- Effective Python Penetration Testing
- Rejah Rehim
- 189字
- 2021-07-14 11:29:43
Preface
Python is a high-level and general-purpose language with clear syntax and a comprehensive standard library. Often referred to as a scripting language, Python is dominant in information security with its low complexity, limitless libraries, and third-party modules. Security experts have singled out Python as a language for developing information security toolkits, such as w3af . The modular design, human-readable code, and fully developed suite of libraries make Python suitable for security researchers and experts to write scripts and build tools for security testing.
Python-based tools include all types of fuzzers, proxies, and even the occasional exploit. Python is the driving language for several current open source penetration-testing tools from Volatility for memory analysis to libPST for abstracting the process of examining e-mails. It is a great language to learn because of the large number of reverse engineering and exploitation libraries available for your use. So, learning Python may help you in difficult situations where you need to extend or tweak those tools.
In this book,we will get an idea of how a penetration tester can use these tools and libraries to aid his or her day-to-day work.
- C/C++常用算法手冊(第3版)
- Nginx Essentials
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Terraform:多云、混合云環(huán)境下實現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- Couchbase Essentials
- MINECRAFT編程:使用Python語言玩轉(zhuǎn)我的世界
- 自學(xué)Python:編程基礎(chǔ)、科學(xué)計算及數(shù)據(jù)分析(第2版)
- 大學(xué)計算機(jī)基礎(chǔ)
- 區(qū)塊鏈項目開發(fā)指南
- 嵌入式C編程實戰(zhàn)
- Python程序設(shè)計:基礎(chǔ)與實踐
- JavaScript程序設(shè)計基礎(chǔ)教程(慕課版)
- Implementing DevOps with Ansible 2
- Salt Cookbook
- 信息安全技術(shù)(第2版)