- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 151字
- 2021-07-08 09:41:09
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: "To launch fierce, we type fierce -h to see the help menu."
A block of code is set as follows:
if (argc < 2) { printf("strcpy() NOT executed....\n"); printf("Syntax: %s <characters>\n", argv[0]); exit(0); }
Any command-line input or output is written as follows:
fierce -dns host.com -threads 10
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 right-click and navigate to Search for | All commands in all modules."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 精通JavaScript+jQuery:100%動(dòng)態(tài)網(wǎng)頁設(shè)計(jì)密碼
- Spring Cloud Alibaba微服務(wù)架構(gòu)設(shè)計(jì)與開發(fā)實(shí)戰(zhàn)
- 深入淺出Windows API程序設(shè)計(jì):編程基礎(chǔ)篇
- 數(shù)據(jù)結(jié)構(gòu)簡(jiǎn)明教程(第2版)微課版
- Building a Quadcopter with Arduino
- R語言與網(wǎng)絡(luò)輿情處理
- Selenium Testing Tools Cookbook(Second Edition)
- Java并發(fā)編程之美
- 自學(xué)Python:編程基礎(chǔ)、科學(xué)計(jì)算及數(shù)據(jù)分析(第2版)
- Windows Phone 8 Game Development
- 面向?qū)ο蟪绦蛟O(shè)計(jì)及C++(第3版)
- Test-Driven iOS Development with Swift
- Mastering Unreal Engine 4.X
- MATLAB從入門到精通
- The Python Apprentice