smb-scanner/README.md

43 lines
1.5 KiB
Markdown
Raw Normal View History

2024-06-25 23:58:08 -04:00
![App Screenshot](https://res.cloudinary.com/dnq1cp8ev/image/upload/v1719372913/smb_tvphl4.png)
# SMB Scanner Tool
> [!NOTE]\
> A simple proof of concept SMB protocol scanner tool that finds SMB shares on open ports.
## Badges
2024-06-26 00:05:26 -04:00
<p align="center">
<img alt="GitHub Followers" src="https://img.shields.io/github/followers/twhite96?style=for-the-badge&logo=github&logoColor=white&labelColor=black&color=white"> &nbsp; &nbsp;
<img alt="Infosec Exchange Followers" src="https://img.shields.io/mastodon/follow/110494047736700791?domain=https%3A%2F%2Finfosec.exchange&style=for-the-badge&logo=mastodon&logoColor=white&label=%40tiff%20on%20Infosec%20Exchange&labelColor=white&color=%2310B981"> &nbsp;&nbsp;
<img alt="PGO" src="https://img.shields.io/badge/PGP-728E_9212_5304_2C89_FF79%C2%A0_5463_A720_CEE5_FA60_40F4-10B981?style=for-the-badge&logoColor=black&labelColor=white">
</p>
2024-06-25 23:58:08 -04:00
## Acknowledgements
- [TCM Secuity](https://tcm-sec.com/): for helping take down the cybersecurity gatekeepers
- [The Mayor from TCM Security](https://themayor.notion.site/9c46a29fdead4d1880c70bfafa8d453a?v=accccf47ecb44ca2ad6e2a07b06f67bf): For sparking my curiosity
- [The team at Core Security](https://github.com/fortra/impacket/tree/master): for Impacket which has been extremely helpful in building this.
## Usage/Examples
To use:
```sh
$ python3 smb_scanner.py <ip>
```
## FAQ
## This is just a proof of concept tool!
Please use this for testing, ideas, to troll me, whatever you'd like but please don't do anything dumb with it.