ud2 / advisories

Security advisories
GNU General Public License v2.0
165 stars 68 forks source link

escaped hexadecimal #4

Open atef201080 opened 7 years ago

atef201080 commented 7 years ago

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..

bilobom commented 7 years ago

@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