slomotion7320 / smbpentest

Test Samba Servers which may have been configured improperly for anonymous access to vulnerable shares.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smbpentest

Tool for testing anonymous access to vulnerable Samba shares hosted on servers where permissions may have been configured improperly.

Installation

$ git clone https://github.com/slomotion7320/smbpentest.git
cd ./smbpentest
pip install -r requirements.txt

Usage

smbpentest.py [-h] [-ip ip address] [-o file]

Test an IPV4 Address.

options:
-h, --help      show this help message and exit
-ip ip address  IPV4 Address to test. (Example: 10.10.10.10)
-o file         Output results to a text file document

About

Test Samba Servers which may have been configured improperly for anonymous access to vulnerable shares.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%