Skip to content
HackIndex logo

HackIndex

HTTP/HTTPS:

Vulnerability Discovery

Web vuln checks: XSS, SQLi, SSRF, XXE, IDOR, JWT, and more

17 guides 2 steps Updated Mar 29, 2026
17 guides

Check Exposed .git Directory

Detect exposed .git directories on web servers that may leak source code, credentials, and project history via misconfigured web root deployments.

Jan 23, 2026 2 min read

Command Injection Detection

Detect command injection vulnerabilities in HTTP/HTTPS services by identifying unsanitized input points that allow OS command execution on the target server.

Mar 28, 2026 2 min read

CORS Misconfiguration Testing

Techniques for identifying CORS misconfigurations by probing Origin validation, wildcard usage, and credential exposure in cross-origin HTTP responses.

Mar 28, 2026 3 min read
2 steps

File inclusion

Discover Local and Remote File Inclusion vulnerabilities in web apps by testing path traversal, null bytes, and URL-based payloads via HTTP parameters.

Jan 26, 2026 3 min read

Source Map Exposure

Identifies exposed JavaScript source maps via .map files, revealing original source code, file structure, and comments unintended for production.

Apr 1, 2026 6 min read