From 783197698345d5a567936033297b9809196f56cd Mon Sep 17 00:00:00 2001 From: Domenico Del Giudice <114437746+domedg@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:01:02 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cafef1ce..221d8afa 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,7 @@ nmap -sU -p- # UDP scan (all ports) nmap -sV # Service version detection ``` + **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. @@ -337,7 +338,7 @@ cd ModBusSploit pip install -r requirements.txt ``` -**Step 3: Run the script +**Step 3: Run the script** ```sh python3 start.py ```