From 826230c2454035b153ba5dace47334804b70b3dc Mon Sep 17 00:00:00 2001 From: Jona Date: Thu, 4 Jan 2024 15:05:00 +0100 Subject: [PATCH] Update README.md, Install section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a112f19..7434a27 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ These protocol can used in other Fuzzing framework like [Kitty](https://github.c # Install ## Python requirements +(you can use `pip install -r requirements.txt`) * gnureadline (OSX only) +* configparser * requests * paramiko * beautifulsoup4 @@ -172,4 +174,4 @@ You can use the tab key for completion. * [S7comm PLC Scanner usage](docs/s7comm_scan.en-us.md) * [Profinet DCP Set ip module usage](docs/profinet_set_ip.en-us.md) * [Load modules from extra folder](docs/load_extra_modules_from_folder.en-us.md) -* [How to write your own module](docs/how_to_create_module.en-us.md) \ No newline at end of file +* [How to write your own module](docs/how_to_create_module.en-us.md)