# whatweb
# Next-generation web scanner.
# More information: <https://morningstarsecurity.com/research/whatweb>.
# Scan websites/targets for web technologies:
whatweb website1 website2 ...
# Read targets/websites from a file:
whatweb -i targets_file
# Scan a website/target in verbose mode:
whatweb -v example.com
# Run an aggressive scan on a website:
whatweb -a 3 example.com
# Scan a network and suppress errors:
whatweb --no-errors 192.168.0.0/24
# List plugins:
whatweb -l
# List plugin details:
whatweb -I plugin_name
Wednesday, 2 July 2025
whatweb
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...