https://github.com/monsterxx03/pipe
Network traffic sniffer, decoder and mirror
https://github.com/monsterxx03/pipe
http network redis sniffer
Last synced: 15 days ago
JSON representation
Network traffic sniffer, decoder and mirror
- Host: GitHub
- URL: https://github.com/monsterxx03/pipe
- Owner: monsterxx03
- Created: 2017-03-02T11:39:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T05:56:05.000Z (about 8 years ago)
- Last Synced: 2024-06-20T17:41:41.940Z (over 1 year ago)
- Topics: http, network, redis, sniffer
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capture and mirror network traffic
[](https://travis-ci.org/monsterxx03/pipe)
## 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