User Guide: PADS - secviz/davix GitHub Wiki
PADS allows to passively instrument hosts on the network and their services.
Currently there is no help available for pads.
- Open a console.
- To start the PADS daemon execute the command:
sh /etc/rc.d/rc.pads start
- The assets are recorded in a log file. To view the assets, tail this log file with following command:
tail -f /var/log/pads/assets.csv
- Generate some traffic with Firefox to get the PADS log file populated with information.
- To stop the PADS daemon execute the command:
sh /etc/rc.d/rc.pads stop