Skip to content

micrictor/batty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batty

A tool to make other users of a Linux system Go Batty!

Golang + Bad + TTY = Go Batty

Specifically, it will read and write to a specified TTY, randomly introducing typos as the TTY user inputs characters.

Usage

  1. Identify the tty device for your target TTY
$ tty
/dev/pts/1
  1. Run the batty command as root against your target TTY
$ sudo ./batty /dev/pts/1
  1. Type away in the target TTY, watch weird things occur

Configuration

You may specify a different rate for error induction using the -r or -rate flat. By default typos will be edited in 10% of the time.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages