Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 922 Bytes

File metadata and controls

42 lines (31 loc) · 922 Bytes

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

image

  • PROFIT

Preview

image

image