MCPcopy Create free account
hub / github.com/AutoRecon/AutoRecon / configure

Method configure

autorecon/default-plugins/nmap-rsync.py:10–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8 self.tags = ['default', 'safe', 'rsync']
9
10 def configure(self):
11 self.match_service_name('^rsync')
12
13 async def run(self, service):
14 await service.execute('nmap {nmap_extra} -sV -p {port} --script="banner,(rsync* or ssl*) and not (brute or broadcast or dos or external or fuzzer)" -oN "{scandir}/{protocol}_{port}_rsync_nmap.txt" -oX "{scandir}/xml/{protocol}_{port}_rsync_nmap.xml" {address}')

Callers

nothing calls this directly

Calls 1

match_service_nameMethod · 0.80

Tested by

no test coverage detected