add quick tag to default port scan plugin
add quick tag to default port scan plugin
This commit is contained in:
parent
61f6650408
commit
411929cd11
|
@ -10,7 +10,7 @@ class QuickTCPPortScan(PortScan):
|
|||
self.name = 'Top TCP Ports'
|
||||
self.description = 'Performs an Nmap scan of the top 1000 TCP ports.'
|
||||
self.type = 'tcp'
|
||||
self.tags = ['default', 'default-port-scan']
|
||||
self.tags = ['default', 'default-port-scan', 'quick']
|
||||
self.priority = 0
|
||||
|
||||
async def run(self, target):
|
||||
|
|
Loading…
Reference in New Issue