Skip to content

A TCP proxy used to inspect/manipulate communication sessions (e.g. preventing data from being sent/received).

License

Notifications You must be signed in to change notification settings

nthorne/killerrabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

killerrabbit

This application is a TCP proxy that can be used to inspect and modify communication sessions; its behavior is controlled by connecting to the application control port (currently hard coded to 9089).

sample session

$ ./killerrabbit.py
$ telnet localhost 9089
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Control session established (? for available commands)
> q
Connection closed by foreign host.

About

A TCP proxy used to inspect/manipulate communication sessions (e.g. preventing data from being sent/received).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages