diff --git a/FIX_OPERATOR_BLOCK.md b/FIX_OPERATOR_BLOCK.md index b0b0a1c..c05a8b5 100644 --- a/FIX_OPERATOR_BLOCK.md +++ b/FIX_OPERATOR_BLOCK.md @@ -56,7 +56,7 @@ Class { ```conf Operator { name = "Raducu"; - password = "$PLAIN$parola99"; + password = "$PLAIN$password"; host = "*@*"; class = "Opers"; admin = yes; @@ -116,7 +116,7 @@ Operator { ```conf Operator { name = "Raducu"; - password = "$PLAIN$parola99"; + password = "$PLAIN$password"; host = "*@*"; class = "Opers"; admin = yes; @@ -151,7 +151,7 @@ pkill ircd ### **9. Test în IRC:** ```irc -/OPER Raducu parola99 +/OPER Raducu password # Ar trebui să vezi: *** You are now an IRC Operator @@ -189,7 +189,7 @@ Class { ```conf Operator { name = "Raducu"; - password = "$PLAIN$parola99"; + password = "$PLAIN$password"; host = "*@*"; class = "Opers"; admin = yes; @@ -240,14 +240,14 @@ Operator → fără snomask ✅ --- **Fix aplicat**: snomask mutat în Class, eliminat din Operator -**Test**: `/OPER Raducu parola99` ar trebui să funcționeze! ✅ +**Test**: `/OPER Raducu password` ar trebui să funcționeze! ✅ **Data**: 15 Februarie 2026 **CONFIGURAȚIA TA (INVALIDĂ):** ```conf Operator { name = "Raducu"; - password = "$PLAIN$parola99"; + password = "$PLAIN$password"; host = "*@*"; class = "Opers"; @@ -274,7 +274,7 @@ Operator { ```conf Operator { name = "Raducu"; - password = "$PLAIN$parola99"; + password = "$PLAIN$password"; host = "*@*"; class = "Opers"; @@ -301,7 +301,7 @@ Dacă nu vrei mesaj swhois, **elimină complet** linia: ```conf Operator { name = "Raducu"; - password = "$PLAIN$parola99"; + password = "$PLAIN$password"; host = "*@*"; class = "Opers"; @@ -340,7 +340,7 @@ Operator { name = "Raducu"; # Password-ul operatorului (hash MD5) - password = "$PLAIN$parola99"; + password = "$PLAIN$password"; # Host-uri permise pentru operator host = "*@*"; @@ -362,7 +362,7 @@ Operator { ```conf Operator { name = "Raducu"; - password = "$PLAIN$parola99"; + password = "$PLAIN$password"; host = "*@*"; class = "Opers"; admin = yes; @@ -408,7 +408,7 @@ nohup /home/ircd/ircd/bin/ircd -f /home/ircd/ircd/lib/ircd.conf & ### **7. Test în IRC:** ```irc -/OPER Raducu parola99 +/OPER Raducu password # Ar trebui să vezi: *** You are now an IRC Operator @@ -482,7 +482,7 @@ grep -A 15 "Operator {" /home/ircd/ircd/lib/ircd.conf # Ar trebui să vezi ceva ca: Operator { name = "Raducu"; - password = "$PLAIN$parola99"; + password = "$PLAIN$password"; host = "*@*"; class = "Opers"; admin = yes; @@ -516,7 +516,7 @@ grep -A 15 "Operator {" /home/ircd/ircd/lib/ircd.conf | grep "^#" ```conf Operator { name = "Raducu"; - password = "$PLAIN$parola99"; + password = "$PLAIN$password"; host = "*@*"; class = "Opers"; admin = yes; @@ -533,6 +533,6 @@ Operator { --- **Fix aplicat**: Elimină liniile comentate din Operator block -**Test**: `/OPER Raducu parola99` ar trebui să funcționeze! ✅ +**Test**: `/OPER Raducu password` ar trebui să funcționeze! ✅ **Data**: 15 Februarie 2026 diff --git a/SECURITY_FIX_v1.2.2.md b/SECURITY_FIX_v1.2.2.md index 3874826..df8228c 100644 --- a/SECURITY_FIX_v1.2.2.md +++ b/SECURITY_FIX_v1.2.2.md @@ -10,7 +10,7 @@ ```conf Operator { name = "Raducu"; - password = "$PLAIN$parola99"; # ❌ PAROLA VIZIBILĂ ÎN CLAR! + password = "$PLAIN$password"; # ❌ PAROLA VIZIBILĂ ÎN CLAR! host = "*@*"; class = "Opers"; }; @@ -85,12 +85,12 @@ fi **Apel umkpasswd:** ```bash -/home/ircd/ircd/bin/umkpasswd -m md5 "parola99" +/home/ircd/ircd/bin/umkpasswd -m md5 "password" ``` **Output:** ``` -Password: parola99 +Password: password $MD5$7KXUuW$JwLGFLPsSqXZI4Hy.QqXN0 ``` @@ -177,7 +177,7 @@ nano /home/ircd/ircd/lib/ircd.conf 3. **Înlocuiește:** ```conf # ÎNAINTE: -password = "$PLAIN$parola99"; +password = "$PLAIN$password"; # DUPĂ: password = "$MD5$7KXUuW$JwLGFLPsSqXZI4Hy.QqXN0"; @@ -246,7 +246,7 @@ $MD5$randomSalt$hashValue ### ÎNAINTE (v1.2.1): ```conf -password = "$PLAIN$parola99"; +password = "$PLAIN$password"; ``` - ❌ Parola vizibilă în clar - ❌ Oricine cu acces citire vede parola