diff --git a/plugins/nmap.py b/plugins/portscanner.py similarity index 88% rename from plugins/nmap.py rename to plugins/portscanner.py index ecf0238..5ebd3db 100644 --- a/plugins/nmap.py +++ b/plugins/portscanner.py @@ -1,13 +1,13 @@ #!/usr/bin/python3 # -# portscan.py +# portscanner.py # NMAP port scanning wrapper for Caterpillar Proxy # # Caterpillar Proxy - The simple web debugging proxy (formerly, php-httpproxy) # Namyheon Go (Catswords Research) # https://github.com/gnh1201/caterpillar -# Created at: 2022-01-26 (github.com/gnh1201/welsonjs) -# Updated at: 2024-07-09 +# Created at: 2022-01-26 (from github.com/gnh1201/welsonjs) +# Updated at: 2024-07-11 # import sys import nmap