- Learning Penetration Testing with Python
- Christopher Duffy
- 172字
- 2021-07-09 21:52:52
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
try: import docx from docx.shared import Inches except: sys.exit("[!] Install the docx writer library as root or through sudo: pip install python-docx")
Any command-line input or output is written as follows:
echo TEST > my_wordlist
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "We organize the vulnerabilities by Number Of Exploits Descending to find the exploitable vulnerabilities."
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- .NET 4.0面向?qū)ο缶幊搪劊夯A(chǔ)篇
- MySQL 8 DBA基礎(chǔ)教程
- Mastering Python Networking
- ADI DSP應(yīng)用技術(shù)集錦
- 微信小程序項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Mastering Linux Network Administration
- 程序是怎樣跑起來(lái)的(第3版)
- Hack與HHVM權(quán)威指南
- Mastering Object:Oriented Python(Second Edition)
- Web前端開發(fā)技術(shù)實(shí)踐指導(dǎo)教程
- SQL Server 2014數(shù)據(jù)庫(kù)設(shè)計(jì)與開發(fā)教程(微課版)
- Python網(wǎng)絡(luò)運(yùn)維自動(dòng)化
- Activiti權(quán)威指南
- Developing Multi:Platform Apps with Visual Studio Code