Add rich to RM

This commit is contained in:
Michael Taggart
2022-07-17 08:08:59 -07:00
parent 341f34bf99
commit 912999a241
+1 -1
View File
@@ -14,7 +14,7 @@ The repository contains 2 directories: `extension` and `server`. Let's begin wit
### Server
Clone this repository to any server accessible from your victim. Make sure Flask is installed with `pip3 install flask`. Then, simply run `flask run [port]`. Your server is now listening for data.
Clone this repository to any server accessible from your victim. Make sure Flask and Rich are installed with `pip3 install flask rich`. Then, simply run `flask run [port]`. Your server is now listening for data.
### Extension