Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated this for ya! #5

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
7 changes: 7 additions & 0 deletions .todos
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Add concurrency *COMPLETED 091024*
- sniffer
- specify threads
- concurrent futures


- Add extra error handling and logging *COMPLETED 091024*
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# sharesniffer Change Log

## [0.1-b.9] = 2024-09-05
### changed
- New Argument (--nmapdatadir): Users can specify their own NSE script directory using this argument. If they don't, the script will look for it in default directories.
- Directory Check: If the user provides a directory that doesn’t exist, the script will notify them and exit.
- Dynamic NSE Script Path Detection: If no custom path is given, the script will try to locate it using common paths (/usr/local/share/nmap/scripts, /usr/share/nmap/scripts).
- Error Handling for Missing Directories: If the script cannot find the NSE script directory, it will exit with an error message.
- Created .todos file

## [0.1-b.8] = 2018-07-02
### fixed
- bug fix for traceback TypeError in get_nfs_shares function (pyneda pr d0f5888)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ python sharesniffer.py -l 4 --hosts 192.168.56.0/24 -e 192.168.56.1,192.168.56.2
### Download

```shell
$ git clone https://github.com/shirosaidev/sharesniffer.git
$ git clone https://github.com/FashyGainz/sharesniffer.git
$ cd sharesniffer
```
[Download latest version](https://github.com/shirosaidev/sharesniffer/releases/latest)
[Download latest version](https://github.com/FashyGainz/sharesniffer/releases/latest)


### CLI Options
Expand Down
Loading