diff options
| author | jerome <jerome@xlinfo.fr> | 2025-10-14 00:36:03 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-10-14 00:36:03 +0200 |
| commit | 07754820563e5e039cd1d5fc6cc10db480a22fee (patch) | |
| tree | 11496a82f2b41248ff8c6a0d410be8e6aed3e05b | |
| parent | 08a3900aa70b1d5809b2c5334ed3866117ac3286 (diff) | |
| download | python-07754820563e5e039cd1d5fc6cc10db480a22fee.tar.gz python-07754820563e5e039cd1d5fc6cc10db480a22fee.zip | |
organisation
| -rw-r--r-- | sockets/scan.py (renamed from scan/scan.py) | 1 | ||||
| -rw-r--r-- | tools/dns_zone_xfer.py (renamed from scan/dns_zone_xfer.py) | 0 | ||||
| -rw-r--r-- | tools/nmapscanner.py (renamed from scan/nmapscanner.py) | 0 |
3 files changed, 1 insertions, 0 deletions
diff --git a/scan/scan.py b/sockets/scan.py index 38150b2..91f3ad0 100644 --- a/scan/scan.py +++ b/sockets/scan.py @@ -1,5 +1,6 @@ import sys import socket +import time def scan(host,*ports): for port in ports: diff --git a/scan/dns_zone_xfer.py b/tools/dns_zone_xfer.py index 9459cc2..9459cc2 100644 --- a/scan/dns_zone_xfer.py +++ b/tools/dns_zone_xfer.py diff --git a/scan/nmapscanner.py b/tools/nmapscanner.py index 5cd0659..5cd0659 100644 --- a/scan/nmapscanner.py +++ b/tools/nmapscanner.py |
