Skip to content

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

Notifications You must be signed in to change notification settings

blark/checksmbv1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages