Download Latest Version TDD_Kyusho.zip (72.4 kB)
Email in envelope

Get an email when there's a new version of Kyusho-Sensitive Data Search Tool

Home / Old-version
Name Modified Size InfoDownloads / Week
Parent folder
0.0 2013-08-19
readme.txt 2013-08-16 1.2 kB
Totals: 2 Items   1.2 kB 0
Use your head - don't use this to crawl other people's systems if you don't have permission. Normal forensic proceedures apply.

This script is provided as-is with no guarantee of support. Feel free to modify it.
We are not responsible for lost data - make your backups and don't run on prod systems at peak hours.

Using a cross platform scripting language, Python 27, a colleague and I created a a script to search a mounted drive  
for clear text social security numbers and credit card data then output it to a file. Future versions will implement not  
only searching ASCII but hex data too, searching for date of birth, code reusability (object oriented), and e-mail  
notification options. 

Usage:
Run the script from Mac or Linux via the Python interpreter.  To run the executable on a Windows machine open a privileged command prompt. Choose start/run enter "cmd" no quotes then press Ctrl+Shift+Enter and choose yes (at the UAC). 

At this point, for Mac, Linux and Windows follow the prompts.  The script will write an output.txt file with the results.


8/4/2013: bug fix in regexes.  A ^ at the beginning and $ at the end, would only match lines that had nothing on them but a single SSN or CC#
Source: readme.txt, updated 2013-08-16