Skip to content

Visual indication when SpiderLabs Responder captures creds using Pi Zero & Blinkt! based on Mubix "Snagging creds from locked machines".

Notifications You must be signed in to change notification settings

johnc2k/Responder-Blinkt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Responder-Blinkt

Summary:

Added a Blinkt! to my #PiZero for visual indication when #Responder captures creds #NTLM pic.twitter.com/mfA4nJbzwL

— John Cobb (@johnc2k) September 18, 2016
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

PreReqs:

pip install pyinotify

Install:

  • Copy monitor.py to /root/monitor.py
  • Copy the empty Responder.db.bck to /root/Responder/Responder.db
  • Edit /etc/rc.local and add before Exit 0 :
# Start Monitor
/usr/bin/screen -dmS monitor bash -c 'python /root/monitor.py'

Usage:

  • Attach Pi Zero to target device via USB.
  • This will automatically shutdown the Pi Zero once the Responder.db has been modified.

Todo:

  • Add shutdown indication using Blinkt
  • Add Network Traffic indication using Blinkt? (i.e. like the CPU usage demo)

About

Visual indication when SpiderLabs Responder captures creds using Pi Zero & Blinkt! based on Mubix "Snagging creds from locked machines".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages