CMS / Servers / Others

00. Webroot

/var/www/html/            # Apache	
/usr/local/nginx/html/    # Nginx	
c:\inetpub\wwwroot\       # IIS	
C:\xampp\htdocs\          # XAMPP

01. Wordpress

  • Scan

## ------------------| Basic
wpscan -e vt,tt,u,ap --url <URL>
wpscan -e vt,tt,u,ap -o wpscan.log --url <URL>

## ------------------| Plugin detection
wpscan -e ap --plugins-detection aggressive --url <URL>

## ------------------| Default Locations
/wp-content/plugins/akismet/index.php
/wp-content/themes/twentytwenty/404.php
/wp-content/themes/twentytwentyone/404.php
/wp-content/themes/twentytwentytwo/404.php
/wp-content/plugins/revslider/public/index.php
/wp-content/plugins/contact-form-7/wp-contact-form-7.php
  • Bruteforce password/username

  • Username/Password

  • Webshell

02. Joomla

03. Drupal

03.1 Enumerations

03.2 Upload shell

04. Tomcat

05. Nginx

05. SharePoint / OWA

05.1 SharePoint

05.2 OWA

06. Jenkins

  • Interesting endpoints

  • Configaration files

  • Reset password [Read full post from here]

  • Remote Code Execution

  • Create New Job

  • Schedule Method

  • Trigger Remotely Method

07. Grafana

08. Consul

09. Spring Framework

  • Spring Cloud Function Vulnerability(CVE-2022-22963)

Last updated