metasploit-framework

https://github.com/rapid7/metasploit-framework

Ruby

Metasploit Framework

MetasploitModule#check_urlprefixes

"/urlprefix outputs the list of URL prefixes that are handled in the ABAP part of the SAP Web AS.
This is how the message server finds out which URLs must be forwarded where.
 (SAP help) -> this disclose custom URLs that are also checked for authentication

Source | Google | Stack overflow

Edit

git clone [email protected]:rapid7/metasploit-framework.git

cd metasploit-framework

open modules/auxiliary/scanner/sap/sap_icm_urlscan.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-MetasploitModule-check_urlprefixes-for-pr


# Commit to git

git add modules/auxiliary/scanner/sap/sap_icm_urlscan.rbgit commit -m "better docs for MetasploitModule#check_urlprefixes"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-MetasploitModule-check_urlprefixes-for-pr

hub pull-request


# Celebrate!