December 2017
Intermediate to advanced
860 pages
16h 1m
English
Let's see some important functions from the libraries, which are used in this module as follows:
| Functions | Library File | Usage |
| run_host | /lib/msf/core/auxiliary/scanner.rb | The main method which will run once for each host. |
| connect | /lib/msf/core/exploit/ftp.rb | This function is responsible for initializing a connection to the host and grabbing the banner that it stores in the banner variable automatically. |
| report_service | /lib/msf/core/auxiliary/report.rb | This method is used specifically for adding a service and its associated details into the database. |
We define the run_host method, which serves as the main method. The connect function will be responsible for initializing a connection to the host. However, ...
Read now
Unlock full access