Skip to content

SecuProject/smb-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMB Audit

ssh-audit is a tool for SMB configuration auditing.


  ███████╗███╗   ███╗██████╗      █████╗ ██╗   ██╗██████╗ ██╗████████╗
  ██╔════╝████╗ ████║██╔══██╗    ██╔══██╗██║   ██║██╔══██╗██║╚══██╔══╝
  ███████╗██╔████╔██║██████╔╝    ███████║██║   ██║██║  ██║██║   ██║   
  ╚════██║██║╚██╔╝██║██╔══██╗    ██╔══██║██║   ██║██║  ██║██║   ██║   
  ███████║██║ ╚═╝ ██║██████╔╝    ██║  ██║╚██████╔╝██████╔╝██║   ██║   
  ╚══════╝╚═╝     ╚═╝╚═════╝     ╚═╝  ╚═╝ ╚═════╝ ╚═════╝ ╚═╝   ╚═╝   

  By: SecuProject - Version: 0.0.1-Dev


usage: smb-audit.py [-t IP_ADDRESS|-l FILE_NAME] [-p PORT] [-d] [-oj FILE_NAME]

ssh-audit is a tool for SMB configuration auditing.

options:
  -h, --help            show this help message and exit
  -t [IP_ADDRESS], --target [IP_ADDRESS]
                        The IP address of the server (e.g. "192.168.1.1")
  -p [PORT], --port [PORT]
                        Samba Server Hostname or IP Address
  -l [FILE_NAME], --list [FILE_NAME]
                        List of ip addresses to scan
  -oj [FILE_NAME]       Output file in json
  -d, --debug           Debug Mode On

Requirement

Setup

To install requirements:

pip3 install -r requirements.txt

Features and Functionality

  • Test smb version enable
  • Test anonymous login
  • Test if signing is enable
  • List encryption algorithm

Demo

asciicast

Source

Legal Disclaimer:

This project is made for educational and ethical testing purposes only. Usage of this software for attacking targets without prior mutual consent is illegal. 
It is the end user's responsibility to obey all applicable local, state and federal laws. 
Developers assume no liability and are not responsible for any misuse or damage caused by this program.

About

ssh-audit is a tool for SMB configuration auditing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages