Update portscan.py

This commit is contained in:
Namhyeon Go 2024-07-04 14:46:40 +09:00 committed by GitHub
parent 4bef7a2417
commit 7d5d997881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ from base import Extension
class PortScanner(Extension):
def __init__(self):
self.type = "rpcmethod"
self.method = "discover_ports_by_hosts"
self.method = "scan_ports_by_hosts"
self.exported_methods = []
def dispatch(self, type, id, params, conn):