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

Method run

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

Source from the content-addressed store, hash-verified

11 self.match_service_name('^ldap')
12
13 async def run(self, service):
14 await service.execute('nmap {nmap_extra} -sV -p {port} --script="banner,(ldap* or ssl*) and not (brute or broadcast or dos or external or fuzzer)" -oN "{scandir}/{protocol}_{port}_ldap_nmap.txt" -oX "{scandir}/xml/{protocol}_{port}_ldap_nmap.xml" {address}')

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected