-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Requirements
-
Client(viewer)
- Show packets which are exchanged during a single TCP/UDP connection using CFG
- Filter each connection by team, service and contents
- Generate python code which can reproduce the target connection
-
Server(worker)
- Bring packet dumps and split them into smaller packets by TCP/UDP connection [done]
- Separate flag connections from other connections [done]
- Provide API endpoint for the Client
- round list
- team list
- service list per team
- flag TCP connection list per service
- no-flag TCP connection list per service
- filtering packets in the working directory
- successful replay flag connection
- Sharding analyzing into multiple workers (tentative in case original packet size is huge)
- Replay flag connection to the target service and get the results
- Provide API endpoint for the Admin
- set team list
- set service list per team
- set flag for each service
-
Admin
- Manages team list and service list
- Manages flag of each our service
- Upload *.pcap file
Reactions are currently unavailable