https://github.com/logalexus/tta
TCP Traffic Analyzer
https://github.com/logalexus/tta
attack-defense ctf-tools fastapi ids tcp-analysis traffic-analysis traffic-monitoring vuejs
Last synced: 7 months ago
JSON representation
TCP Traffic Analyzer
- Host: GitHub
- URL: https://github.com/logalexus/tta
- Owner: logalexus
- License: agpl-3.0
- Created: 2024-03-13T16:50:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T13:47:36.000Z (over 1 year ago)
- Last Synced: 2025-01-29T05:33:31.063Z (8 months ago)
- Topics: attack-defense, ctf-tools, fastapi, ids, tcp-analysis, traffic-analysis, traffic-monitoring, vuejs
- Language: Python
- Homepage:
- Size: 439 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TCP Traffic Analyzer
## Description
This application allows you to intercept traffic in real time and look for suspicious activity in packets using regular expressions
## Usage
To use this you need:- Clone repository
````
git clone https://github.com/logalexus/TTA.git && cd TTA
````
- Go to **.env** and specify the interface and login and password
````
# Interface to capture on:
TTA_INTERFACE=enp0s3# Web creds
TTA_LOGIN=login
TTA_PASSWORD=pass
````
- Start app
````
docker compose up -d
````
- Go to web
````
http://localhost:8000
````
- Next, we indicate the service port that we will monitor
- PROFIT
## Preview

