Update README.md

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

View file

@ -322,6 +322,7 @@ nmap -sU -p- <indirizzo-IP> # UDP scan (all ports)
nmap -sV <indirizzo-IP> # Service version detection nmap -sV <indirizzo-IP> # Service version detection
``` ```
**Testing (ModBusSploit) 🛠️** **Testing (ModBusSploit) 🛠️**
In this section, we will perform tests on the **[ModBusSploit](https://github.com/C4l1b4n/ModBusSploit/)** tool to simulate attacks on the Conpot honeypot. In this section, we will perform tests on the **[ModBusSploit](https://github.com/C4l1b4n/ModBusSploit/)** tool to simulate attacks on the Conpot honeypot.
@ -337,7 +338,7 @@ cd ModBusSploit
pip install -r requirements.txt pip install -r requirements.txt
``` ```
**Step 3: Run the script **Step 3: Run the script**
```sh ```sh
python3 start.py python3 start.py
``` ```