blark / checksmbv1

A simple little Python script that uses Impacket to check if SMBv1 is enabled on a remote host

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checksmbv1

A Python script to check if SMBv1 is enabled on a remote host.

Install

The script uses Impacket to negotiate the SMBv1 connection, and the click module for command line options and colour output.

To install requirements run:

pip install -r requirements.txt

Usage

There's not much to it at this point... just run:

checksmbv1 <ip>

About

A simple little Python script that uses Impacket to check if SMBv1 is enabled on a remote host


Languages

Language:Python 100.0%