HTTP/HTTPS 80/443/*
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Scan for web application vulnerability
nikto -h $TARGET_URL
Brute force directories and files in websites.
gobuster -w /usr/share/seclists/Discovery/Web_Content/common.txt -u $TARGET_URL
Check for OpenSSL HeartBleed
sslscan $TARGET_URL
Important information in phpinfo()
DOCUMENT_ROOT
wpscan --url $TARGET_URL