added rsync service scan
This commit is contained in:
parent
45137c1917
commit
be586dba19
|
@ -396,6 +396,14 @@ service-names = [
|
|||
'rpcclient -p {port} -U "" {address}'
|
||||
]
|
||||
|
||||
service-names = [
|
||||
'^rsync'
|
||||
]
|
||||
|
||||
[[rsync.scan]]
|
||||
name = 'rsync'
|
||||
command = 'nmap {nmap_extra} -sV --script="rsync-list-modules" -p {port} {address} -oN "{scandir}/{protocol}_{port}_rsync_nmap.txt" -oX "{scandir}/xml/{protocol}_{port}_rsync_nmap.xml"'
|
||||
|
||||
[sip]
|
||||
|
||||
service-names = [
|
||||
|
|
Loading…
Reference in New Issue