October 2016
Intermediate to advanced
298 pages
5h 49m
English
In this subsection, we'll see the usage of different kinds of auxiliary modules that will help us in reconnaissance of the target.
Mainly, reconnaissance-related auxiliary modules will be listed under the auxiliary/scanner/http/ structure of the framework. This will be similar to the following screenshot:

Let us now use an auxiliary module to brute-force for directories. For this, I'll use the auxiliary/scanner/http/brute_dirs module.
We need to fireup the MSFConsole and hit the following command:
use auxiliary/scanner/http/brute_dirsRunning show options shows a comprehensive list of options supported ...
Read now
Unlock full access