Skip to content
/ ezDistract Public

A simple redteam tool that distracts blue teamers in competitions from using their terminal properly using keystroke hijacking and manipulation.

Notifications You must be signed in to change notification settings

O72/ezDistract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ezDistract

A simple redteam tool that will distract the blue teamers from using the terminal properly. (for competition usage)

Prerequisites

# Install python3.
sudo apt-get install python3.6
# Install keyboard module.
sudo pip3 install keyboard
# Install argparse module.
sudo pip3 install argparse

Installation

git clone https://github.com/O72/ezDistract.git
cd ezDistract
python3 ezDistract.py -h

Usage

$ python3 ezDistract.py -h
usage: ezDistract.py [options]

optional arguments:
  -h, --help   show this help message and exit

Flag options:

  -c, --clear  Clears the terminal as soon as the user click any key in the
               keyboard
  -a, --add    Add the same key multiple times in the terminal
  -w, --write  Write sentences in terminal as soon as the userclick any key in
               the keyboard

To run in the Background for Windows

C:\O72\RedTeaming>START /B ezDistract.exe -h

To run in the Background for Linux

λ O72 RedTeaming → python3 ezDistract.py -h &

About

A simple redteam tool that distracts blue teamers in competitions from using their terminal properly using keystroke hijacking and manipulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages