Skip to content
/ pipe Public
forked from monsterxx03/pipe

Network traffic sniffer, decoder and mirror

Notifications You must be signed in to change notification settings

5up3rc/pipe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capture and mirror network traffic

Build Status

Example

Capture tcp traffic on port 80 and decode as text

pipe -p 80 -d text

Capture tcp traffic on port 6379 and decode as redis

pipe -p 6379 -d redis

Decode http traffic on port 80 with filter(fitler value should be valid golang regexp):

pipe -p 80 -d http -f "method: POST & url: /hello & Content-Type: application/json"

TODO

  • [] redis filter
  • [] http response filter
  • [] traffic redirect

About

Network traffic sniffer, decoder and mirror

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.2%
  • Makefile 0.8%