Skip to main content
SAP Pentest Playbook
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Edit page

Service discovery & enumeration

Description

Common used Network Ports:

  • 8443/tcp (HTTPs)

Options

  • Shodan:
    • title:"Login" port:8443 product:"Apache Tomcat/Coyote JSP engine" http.component:"OpenUI5"
    • title:"Login" port:8443 product:"Apache Tomcat/Coyote JSP engine" http.favicon.hash:-425273705
  • Hunter.how:
    • web.title="Login" and protocol=="https" and web.body="sccLogin" and ip.port=="8443"
  • Nmap:
    • nmap -sSVC -n -Pn -p8443 <Target Address(es)/Domain Name>
  • nuclei templates

References