Skip to content

jgasyna/security-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Security Utils

This project contains source code and supporting files for a variery of system level security tools and utilities

FILE UTILS

  • recursive_file_dups.py - Run this script to find identical files that may be named differently
python recursive_file_dups.py <path>

Notes:

  • Assumes python 3
  • The big trip up here was getting the absolute path - Watch out for the pesky Hidden .DS_Store if using a mac (Removed from Finder in Mojave. Yea thanks for that Apple!)
  • If no path is given, it runs in current path

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages