ud2 / advisories

Security advisories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

escaped hexadecimal

atef201080 opened this issue · comments

i was trying this exploit in hg532e but the file was returned into escaped hexadecimal, it wasn't readable. how to convert it back to readable ASCII string..

@atef201080 The file your mentioning is probably the defaultcfg.xml and it is encrypted, for instance if you try to get the /etc/inittab you won't get that .
There's an interesting decryption tool for the configuration file here https://hg658c.wordpress.com/2015/03/17/hg658c_configtool/ for the HG-658c routers that can be modified to decrypt your file. Give a try