Skip to content

HoneyPotHive/Snoofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snoofer

snoofer = "Version 2.5.0"
print snoofer

Description

Using rockyou.txt or any .txt files with passwords. Using those and filtering them down to uniqe passwords with 8 characters and up with at least one of each a special character and a number. To then search a targeted directory of all the txt and word docx files to find those vulnerable passwords in them. The larger the directory the longer the scan.

Current File support

.txt, .docx, .cfg, .config, .csv

Requirements


  • pip install -r requirements.txt
  • Python 3.9 - 3.10.2

Setup


Subjected to change as new releases come out to optimize these steps

  1. Open snooferfunctions.py and change the directory line 19 path = (r"C:\leakedpasswords") This is where you want to throw all your .txt files with passwords you want to search for like rockyou.txt

  2. Open Snoofer.py and change the target location where you want to seach line 4 path2 = (r"C:\Test") This is where you want it to do the scan.

Known Issues


When installing pip package python-docx it can error out needing legacy. You will have to down grade to 3.10.2 or lower is whel doesnt support yet the latest version of python.