From f326a0de3adfc9a7ec4697f86e9e729e7b521809 Mon Sep 17 00:00:00 2001 From: "Remi GASCOU (Podalirius)" <79218792+p0dalirius@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:07:01 +0100 Subject: [PATCH] Updated banner --- FindUncommonShares.py | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FindUncommonShares.py b/FindUncommonShares.py index 7a786bd..5124bcc 100755 --- a/FindUncommonShares.py +++ b/FindUncommonShares.py @@ -417,7 +417,7 @@ def dns_resolve(options, target_name): def parseArgs(): - print("FindUncommonShares v%s - by @podalirius_\n" % VERSION) + print("FindUncommonShares v%s - by Remi GASCOU (Podalirius)\n" % VERSION) parser = argparse.ArgumentParser(add_help=True, description="Find uncommon SMB shares on remote machines.") diff --git a/README.md b/README.md index f6d47b2..9e10c33 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ ``` $ ./FindUncommonShares.py -h -FindUncommonShares v3.2 - by @podalirius_ +FindUncommonShares v3.2 - by Remi GASCOU (Podalirius) usage: FindUncommonShares.py [-h] [-v] [-q] [--debug] [-no-colors] [-t THREADS] [-ns NAMESERVER] [-tf TARGETS_FILE] [-tt TARGET] [-tu TARGET_URL] [-tU TARGETS_URLS_FILE] [-tp TARGET_PORTS] [-ad AUTH_DOMAIN] [-ai AUTH_DC_IP] [-au AUTH_USER] [--ldaps] [--no-ldap] [--subnets]