Skip to content

A tool to analyze the network flow during attack/defence capture the flag competitions

License

Notifications You must be signed in to change notification settings

ehabfahmi/caronte

Repository files navigation

[WIP] Caronte

Build Status codecov

Caronte is a tool to analyze the network flow during capture the flag events of type attack/defence. It reassembles TCP packets captured in pcap files to rebuild TCP connections, and analyzes each connection to find user-defined patterns. The patterns can be defined as regex or using protocol specific rules. The connection flows are saved into a database and can be visualized with the web application. REST API are also provided.

Packets can be captured locally on the same machine or can be imported remotely. The streams of bytes extracted from the TCP payload of packets are processed by Hyperscan, an high-performance regular expression matching library. // TODO

About

A tool to analyze the network flow during attack/defence capture the flag competitions

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 49.0%
  • Go 43.0%
  • SCSS 6.5%
  • Shell 0.6%
  • Python 0.4%
  • Dockerfile 0.3%
  • HTML 0.2%