From b1975496e32cbaedd41ec612054762828923e07c Mon Sep 17 00:00:00 2001 From: tiff Date: Tue, 25 Jun 2024 23:58:08 -0400 Subject: [PATCH] Update something --- README.md | 39 ++++++++++++++++++++++++++++++++++++++- src/smb_scanner.py | 2 +- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed544f9..8c33b05 100644 --- a/README.md +++ b/README.md @@ -1 +1,38 @@ -# smb-scanner +![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 + +![GitHub followers](https://img.shields.io/github/followers/twhite96?style=for-the-badge&logo=github&logoColor=white&labelColor=black&color=white) +![Mastodon Follow](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) +![Static Badge](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) + +## 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 +``` + + +## 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. + + diff --git a/src/smb_scanner.py b/src/smb_scanner.py index 56c42fd..04d4cdb 100644 --- a/src/smb_scanner.py +++ b/src/smb_scanner.py @@ -5,7 +5,7 @@ import socket import urllib3 import os from os.path import exists -import datetim +import datetime import textwrap import sys