Photon Lockdown
Challenge Description
We’ve located the adversary’s location and must now secure access to their Optical Network Terminal to disable their internet connection. Fortunately, we’ve obtained a copy of the device’s firmware, which is suspected to contain hardcoded credentials. Can you extract the password from it?
Categoria: Hardware
Dificultad: Muy Fácil
Puntos: 10
Solution
Montar rootfs en linux y posteriormente buscar strings.
┌──(root㉿kali)-[/media/root/disk]
└─# grep -r HTB .
grep: ./bin/ip: binary file matches
grep: ./bin/tc: binary file matches
./etc/config_default.xml:<Value Name="SUSER_PASSWORD" Value="HTB{N0w_Y0u_C4n_L0g1n}"/>