⭕Web Pentest
Basic checks
try to check application is php based by adding /index.php after the domain
check basic directory like :- /admin /robots.txt /.git
check for .git folder or any other git files
check directory or files named License or release
check released application vulnerable version
look for any mail address
try to find username present on
check "powered by"
check "powered by" application's github repository for more directory results
try to find version number on web page or in page source
check copyright , version , release
to find for specific file or file location - try to install it that service in own machine
check SSL/TLS certificate
wapplalyzer
find technology of web application
Check database
check framework
check server name
check cms
source code
check html comments
check js scripts
check other js links
developer tools
check js scripts loading while the page loads
check the contents of the js scripts (sometimes they hold some useful information)
burp-suite
check for :- x=powered-by
check response for both http & https (sometimes you find something different)
check server name in response
check response for both ip & domain name (sometimes you find something different)
check response time
check response size while testing
File found on web server
check metadata of that file
(pdf,img,...)usingexiftool
Last updated