Skip to content

Commit

Permalink
Updated banner
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Feb 11, 2025
1 parent 43f70ba commit f326a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FindUncommonShares.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f326a0d

Please sign in to comment.