MCPcopy Index your code
hub / github.com/AutoRecon/AutoRecon / manual

Method manual

autorecon/default-plugins/nmap-oracle.py:13–14  ·  view source on GitHub ↗
(self, service, plugin_was_run)

Source from the content-addressed store, hash-verified

11 self.match_service_name('^oracle')
12
13 def manual(self, service, plugin_was_run):
14 service.add_manual_command('Brute-force SIDs using Nmap:', 'nmap {nmap_extra} -sV -p {port} --script="banner,oracle-sid-brute" -oN "{scandir}/{protocol}_{port}_oracle_sid-brute_nmap.txt" -oX "{scandir}/xml/{protocol}_{port}_oracle_sid-brute_nmap.xml" {address}')
15
16 async def run(self, service):
17 await service.execute('nmap {nmap_extra} -sV -p {port} --script="banner,(oracle* or ssl*) and not (brute or broadcast or dos or external or fuzzer)" -oN "{scandir}/{protocol}_{port}_oracle_nmap.txt" -oX "{scandir}/xml/{protocol}_{port}_oracle_nmap.xml" {address}')

Callers

nothing calls this directly

Calls 1

add_manual_commandMethod · 0.80

Tested by

no test coverage detected