Skip to content

Commit

Permalink
One more fix #24
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Jul 11, 2024
1 parent e262348 commit fffac9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/nmap.py → plugin/portscanner.py
Original file line number Diff line number Diff line change
@@ -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) <[email protected]>
# 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
Expand Down

0 comments on commit fffac9d

Please sign in to comment.