lundi 2 octobre 2017

How to deobfuscate a HTML document

Could a HTML document be deobfuscated. For example, I've a code:

<html><head><title>something</title>
</head><body>anything absurd material.
</body></html>

And I want to change it as:

<html>
    <head>
        <title>something</title>
    </head>
    <body>
        anything absurd material.
    </body>
</html>

I know this can be done with text editor, but what would if the document gets too high enough to obfuscate one's mind.




Aucun commentaire:

Enregistrer un commentaire