Security Misconfigurations
Last updated
Last updated
# Security headers check
curl -I https://target.com
# CORS check
curl -H "Origin: https://evil.com" -I https://target.com/api/endpoint
# Git exposure
git-dumper https://target.com/.git/ ./git_dump