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 ```