One more fix #24

This commit is contained in:
Namhyeon Go 2024-07-11 15:38:38 +09:00 committed by GitHub
parent aa009b5a27
commit caca4e3f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,13 @@
#!/usr/bin/python3 #!/usr/bin/python3
# #
# portscan.py # portscanner.py
# NMAP port scanning wrapper for Caterpillar Proxy # NMAP port scanning wrapper for Caterpillar Proxy
# #
# Caterpillar Proxy - The simple web debugging proxy (formerly, php-httpproxy) # Caterpillar Proxy - The simple web debugging proxy (formerly, php-httpproxy)
# Namyheon Go (Catswords Research) <gnh1201@gmail.com> # Namyheon Go (Catswords Research) <gnh1201@gmail.com>
# https://github.com/gnh1201/caterpillar # https://github.com/gnh1201/caterpillar
# Created at: 2022-01-26 (github.com/gnh1201/welsonjs) # Created at: 2022-01-26 (from github.com/gnh1201/welsonjs)
# Updated at: 2024-07-09 # Updated at: 2024-07-11
# #
import sys import sys
import nmap import nmap