Update README.md

This commit is contained in:
Domenico Del Giudice 2025-03-02 14:02:31 +01:00 committed by GitHub
parent 7831976983
commit 95036e32dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -321,7 +321,8 @@ nmap -sS -p- <indirizzo-IP> # TCP SYN scan (all ports)
nmap -sU -p- <indirizzo-IP> # UDP scan (all ports)
nmap -sV <indirizzo-IP> # Service version detection
```
<br>
<br>
**Testing (ModBusSploit) 🛠️**
@ -354,7 +355,8 @@ python3 start.py
3. **Result on Kibana dashboard:**
<img width="1188" alt="kibana_dash" src="https://github.com/user-attachments/assets/de9c841b-830d-42d9-b778-61c270cc9c8c" />
<br>
<br>
**Brute force attack examples using Hydra:**
```sh