Update guess-port-scan.py

Fixed typo.
This commit is contained in:
Tib3rius 2022-01-09 20:39:30 -05:00
parent b01f5cbcf2
commit 265970a9cc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from autorecon.plugins import PortScan
from autorecon.targets import Service
import re
class GuesPortScan(PortScan):
class GuessPortScan(PortScan):
def __init__(self):
super().__init__()