Platform-Specific Checks
WordPress: xmlrpc.php, readme.html, license.txt, install.php, debug.log, REST API user enum, version disclosure.
Laravel: .env file, storage/logs/laravel.log, Telescope (/telescope), Debug Bar (/_debugbar), phpinfo.php, .git/HEAD, composer.json.
React / Next.js: .env file, JS source maps (.js.map), .git/HEAD, robots.txt review, /api/auth endpoint check.
Node.js: .env file, package.json, node_modules directory, .git/HEAD, .npmrc, /api-docs Swagger exposure.
PHP: phpinfo.php, .env file, /phpmyadmin/, .git/HEAD, config.php, error_log file.
Python (Django/Flask): .env file, requirements.txt, /admin/ panel, /__debug__/ toolbar, .git/HEAD, /api/schema/ exposure.
Score Calculation
Score starts at 100. Each Critical deducts 20 pts. Each Warning deducts 8 pts. Minimum 0. Score β₯75 = green, β₯50 = amber, <50 = red.