Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Virgula0 authored Jan 11, 2025
1 parent 841b742 commit 99c3929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ MCC Score: 1.000000
---

## Running the Detector
The `detector.py` represents the live-demo for NMAP attacks detection.

To run the detector:

Expand All @@ -241,6 +242,9 @@ sudo python3 detector.py
- `injector.py` simulates normal HTTP traffic with occasional `NMAP` scans (10% probability).
- If at least **30%** of session packets are flagged as anomalies, the system will detect an ongoing `NMAP` attack.

> [!TIP]
> When running the script, a log file containing all events called `logs` is created in the main project directory.
---

## Requirements
Expand Down

0 comments on commit 99c3929

Please sign in to comment.