From fffac9dcb70f74ca058bdfa2ab56ffdcf623d4ab Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 11 Jul 2024 15:36:28 +0900 Subject: [PATCH] One more fix #24 --- plugins/nmap.py => plugin/portscanner.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename plugins/nmap.py => plugin/portscanner.py (88%) diff --git a/plugins/nmap.py b/plugin/portscanner.py similarity index 88% rename from plugins/nmap.py rename to plugin/portscanner.py index ecf0238..5ebd3db 100644 --- a/plugins/nmap.py +++ b/plugin/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