From 7a94a1e0e41f9659f42444c4f6a790d9cf166279 Mon Sep 17 00:00:00 2001 From: mihaiitdata Date: Sun, 15 Feb 2026 11:17:42 +0200 Subject: [PATCH] =?UTF-8?q?DOC:=20=C3=8Enlocuit=20'parola99'=20cu=20'passw?= =?UTF-8?q?ord'=20=C3=AEn=20documenta=C8=9Bie=20CERIN=C8=9A=C4=82=20UTILIZ?= =?UTF-8?q?ATOR:=20-=20=C3=8Enlocuie=C8=99te=20'parola99'=20cu=20'password?= =?UTF-8?q?'=20=C3=AEn=20documenta=C8=9Bie=20MODIFIC=C4=82RI:=20=E2=9C=85?= =?UTF-8?q?=20FIX=5FOPERATOR=5FBLOCK.md=20-=20toate=20apari=C8=9Biile=20?= =?UTF-8?q?=C3=AEnlocuite=20=E2=9C=85=20SECURITY=5FFIX=5Fv1.2.2.md=20-=20t?= =?UTF-8?q?oate=20apari=C8=9Biile=20=C3=AEnlocuite=20MOTIVA=C8=9AIE:=20-?= =?UTF-8?q?=20'password'=20este=20mai=20generic=20=C8=99i=20mai=20profesio?= =?UTF-8?q?nal=20-=20Evit=C4=83=20confuziile=20cu=20parole=20specifice=20-?= =?UTF-8?q?=20Documenta=C8=9Bie=20mai=20clar=C4=83=20pentru=20utilizatori?= =?UTF-8?q?=20Fi=C8=99iere=20modificate:=20-=20FIX=5FOPERATOR=5FBLOCK.md?= =?UTF-8?q?=20(19=20apari=C8=9Biii=20=C3=AEnlocuite)=20-=20SECURITY=5FFIX?= =?UTF-8?q?=5Fv1.2.2.md=20(6=20apari=C8=9Biii=20=C3=AEnlocuite)=20Total:?= =?UTF-8?q?=2025=20apari=C8=9Biii=20'parola99'=20=E2=86=92=20'password'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FIX_OPERATOR_BLOCK.md | 28 ++++++++++++++-------------- SECURITY_FIX_v1.2.2.md | 10 +++++----- 2 files changed, 19 insertions(+), 19 deletions(-) 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