From 8ac9598f15d85ad43f2f0c21cebf02ca138bfb8e Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 2 May 2024 18:33:51 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b30b673..98124077 100644 --- a/README.md +++ b/README.md @@ -634,8 +634,9 @@ Enabling this feature will drastically reduce attackers visibility and consequen ## Add Users to Nginx (T-Pot WebUI) Nginx (T-Pot WebUI) allows you to add as many `` accounts as you want (according to the [User Types](#user-types)).
-To **add** a new user run `~/tpotce/genuser.sh` which will also update the accounts without the need to restart T-Pot.
-To **remove** users open `~/tpotce/.env`, locate `WEB_USER` and remove the corresponding base64 string (to decode: `echo | base64 -d`, or open CyberChef and load "From Base64" recipe). For the changes to take effect you need to restart T-Pot using `systemctl stop tpot` and `systemctl start tpot` or `sudo reboot`. +To **add** a new user run `~/tpotce/genuser.sh`.
+To **remove** users open `~/tpotce/.env`, locate `WEB_USER` and remove the corresponding base64 string (to decode: `echo | base64 -d`, or open CyberChef and load "From Base64" recipe).
+For the changes to take effect you need to restart T-Pot using `systemctl stop tpot` and `systemctl start tpot` or `sudo reboot`.

## Import and Export Kibana Objects