mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
Update README.md
This commit is contained in:
parent
c4e94eeca1
commit
7831976983
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue