Skip to content

andrew-js-wright/keylogging-payload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keylogging Payload

This repository is used to demonstrate the importance of locking your machine. It uses the Hak5 rubberducky to install a keylogger and webserver which will tail the logs of the keylogger, displaying them for all to see.

Before you start

  • Update your sudoers file to allow your user to use sudo without requiring a password e.g. add something like this to /etc/sudoers:
    username ALL=(ALL) NOPASSWD: ALL
    
  • Update the filepath in duckyscript.txt to the location of this directory.
  • Run ./launch.sh
  • Update the filepaths in frontail/frontail.plist

Todo

  • Remove hardcoded file paths from the project

When you're done

DON'T FORGET TO RUN ./uninstall STOP HACKING YOURSELF

About

A keylogger for a Hak5 rubber ducky

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages