官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text 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: "In this particular case, the VM has been assigned an IP address of 192.168.204.132."

A block of code is set as follows:

# MSF port scanner
onhost_add {
  println("[*] MSF Port Scanner New Host OpenPorts on$1");
  $console = console();
  cmd($console, "use auxiliary/scanner/portscan/tcp");
  cmd($console, "set THREADS 12");
  cmd($console, "set PORTS 139, 143");
  # enter other ports as required
  cmd($console, "set RHOSTS $1");
  cmd($console, "run -j");
  cmd($console, "use auxiliary/scanner/discovery/udp_sweep");
  cmd($console, "set THREADS 12");
  cmd($console, "set BATCHSIZE 256");
  cmd($console, "set RHOSTS $1");
  cmd($console, "run -j");
  db_sync(); 
}

Any command-line input or output is written as follows:

root@kali~# update-rc.d networking defaults

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "If you double-click on the truecrypt1 icon, you will be taken to a File Browser view."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 治多县| 孟连| 巧家县| 平顺县| 嵊泗县| 南岸区| 诸暨市| 嘉禾县| 元阳县| 梨树县| 天峻县| 米易县| 施甸县| 陆川县| 嵊州市| 道孚县| 岑巩县| 白山市| 莆田市| 天气| 正镶白旗| 龙川县| 肃宁县| 彭州市| 永年县| 新晃| 湖州市| 奉贤区| 灌南县| 乌兰察布市| 赤壁市| 仙桃市| 舞阳县| 天柱县| 石嘴山市| 万荣县| 三原县| 祥云县| 凯里市| 辛集市| 合水县|