Revert "One more fix #24"

This reverts commit fffac9dcb7.
This commit is contained in:
Namhyeon Go 2024-07-11 15:37:43 +09:00
parent fffac9dcb7
commit aa009b5a27

View File

@ -1,13 +1,13 @@
#!/usr/bin/python3 #!/usr/bin/python3
# #
# portscanner.py # portscan.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 (from github.com/gnh1201/welsonjs) # Created at: 2022-01-26 (github.com/gnh1201/welsonjs)
# Updated at: 2024-07-11 # Updated at: 2024-07-09
# #
import sys import sys
import nmap import nmap