http://y7egb5vi45k74makeixpfb7jnimfxm3gf233lb3ke2ldonozjk55nvad.onion/nmap_notes.html
In this example, we are using all scripts in the
default and broadcast category to carry out a scan on the host 192.168.56.1 . $ nmap --script default,broadcast 192.168.56.1 The following list describes each category. auth These scripts deal with authentication credentials such as include
x11-access, ftp-anon, and oracle-enum-users. Scripts which use brute
force attacks to determine credentials are placed in the brute category
instead. broadcast Scripts in this category typically do...