# nikto
# Web server scanner which performs tests against web servers for multiple items.
# More information: <https://cirt.net/Nikto2>.
# Perform a basic Nikto scan against a target host:
perl nikto.pl -h 192.168.0.1
# Specify the port number when performing a basic scan:
perl nikto.pl -h 192.168.0.1 -p 443
# Scan ports and protocols with full URL syntax:
perl nikto.pl -h https://192.168.0.1:443/
# Scan multiple ports in the same scanning session:
perl nikto.pl -h 192.168.0.1 -p 80,88,443
# Update to the latest plugins and databases:
perl nikto.pl -update
# Scan web application for vulnerabilities nikto
perl ~/bin/nikto-2.1.6/program/nikto.pl -host www.host.com -S /tmp/niktoSave3 -o /tmp/niktoSave3/host_`date +%F_%H%M`.htm -F htm -until 5m -p 443
Thursday, 24 July 2025
nikto
TermRecord
TermRecord is a simple terminal session recorder with easy-to-share self-contained HTML output! TermRecord -o /tmp/session.html
-
7z : Compression utility aa : a simple utility to help create backups ab : Apache HTTP server benchmarking tool aespipe : AES encrypti...
-
grub-mkconfig - generate a GRUB configuration file grub-mkconfig -o /boot/grub/grub.cfg
-
# To sort directories/files by size: du -sk *| sort -rn # To show cumulative human-readable size: du -sh # To show cumulative human-readabl...