Skip to content

VHAE04/Web-Pentest-Checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

☄️Web-Pentest-Checklist☄️



Client side 🌕

  • XSS
  • HTML DOM, Response
  • CSRF
  • CSP Bypass

Server side 🌏

  • Find server
X-Powered-By: PHP
X-AspNet-Version: ASP.Net
x-cache, x-status, hit/miss: web cache
X-Application-Context: spring boot
/robots.txt, /.well-known/security.txt, /sitemap.xml...
  • Bruteforce : Weak password
  • Scan port Ex: nmap
  • cookies : JWT-rs256..
  • file bak, backup.zip.bak...
  • SQL Injection
  • Upload file
PHP
.php .php3 .php4 .php5 .php7 .htaccess .pht .phtm .phtml .phar .phps
upload zip file with symlink ln -s ../index.php abc.txt; zip -y abc.zip abc.txt
PHP exif_imagetype only check first bytes (magic bytes)
ASP
.aspx .shtml .stm .config .ashx .asmx .aspq .axd .cshtm .cshtml .rem .soap .vbhtm .vbhtml .asa .asp .cer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published