Update portscan-top-tcp-ports.py

Fixed missing import.
This commit is contained in:
Tib3rius 2022-10-27 10:58:11 -04:00 committed by GitHub
parent 8ee03c2dc1
commit 25050606c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
from autorecon.plugins import PortScan
from autorecon.config import config
import requests
class QuickTCPPortScan(PortScan):