Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChrisJohnRiley fix for sap_service_discovery #2776

Merged
merged 1 commit into from Dec 19, 2013

Conversation

jvazquez-r7
Copy link
Contributor

I'm doing this pull request on behalf of Chris John Riley since he isn't able to do pull request atm. Short history: it tries to avoid repeated on the scanned ports because of wildcars:

Verification

  • Run the module, there shouldn't be results (ports) twice:
msf auxiliary(sap_service_discovery) > run

[*] [SAP] Beginning service Discovery '10.20.37.51'

[+] 10.20.37.51:3200     - SAP Dispatcher sapdp00 OPEN
[+] 10.20.37.51:8100     - SAP Message Server [HTTP] OPEN
[+] 10.20.37.51:50013    - SAP StartService [SOAP] sapctrl00 OPEN
[+] 10.20.37.51:3900     - ITS AGate sapavw00_<INST> OPEN
[+] 10.20.37.51:3601     - SAP Message Server sapms<SID>01 OPEN
[+] 10.20.37.51:3299     - SAP Router OPEN
[+] 10.20.37.51:7200     - LiveCache MaxDB (formerly SAP DB) OPEN
[+] 10.20.37.51:7269     - LiveCache MaxDB (formerly SAP DB) OPEN
[+] 10.20.37.51:7210     - LiveCache MaxDB (formerly SAP DB) OPEN
[*] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed
  • Before this pull request you could get the same port two times in results because of wildcards:
msf auxiliary(sap_service_discovery) > run

[*] [SAP] Beginning service Discovery '10.20.37.51'

[+] 10.20.37.51:3200     - SAP Dispatcher sapdp00 OPEN
[+] 10.20.37.51:8100     - SAP Message Server [HTTP] OPEN
[+] 10.20.37.51:50013    - SAP StartService [SOAP] sapctrl00 OPEN
[+] 10.20.37.51:3900     - ITS AGate sapavw00_<INST> OPEN
[+] 10.20.37.51:3299     - SAP Router OPEN
[+] 10.20.37.51:7210     - LiveCache MaxDB (formerly SAP DB) OPEN
[+] 10.20.37.51:7269     - LiveCache MaxDB (formerly SAP DB) OPEN
[+] 10.20.37.51:7200     - LiveCache MaxDB (formerly SAP DB) OPEN
[+] 10.20.37.51:3601     - SAP Message Server sapms<SID>01 OPEN
[+] 10.20.37.51:7269     - LiveCache MaxDB (formerly SAP DB) OPEN
[+] 10.20.37.51:7210     - LiveCache MaxDB (formerly SAP DB) OPEN
[+] 10.20.37.51:7200     - LiveCache MaxDB (formerly SAP DB) OPEN
[+] 10.20.37.51:3299     - SAP Router OPEN
[*] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed

wchen-r7 added a commit that referenced this pull request Dec 19, 2013
@wchen-r7 wchen-r7 merged commit 80eea97 into rapid7:master Dec 19, 2013
@jvazquez-r7 jvazquez-r7 deleted the chris-sap-service-discovery branch November 18, 2014 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants