How do I find, amid the inspection of a web page, code parts in Base64?
Asked
Viewed 31 times
0
As I think, amid the inspection of a web page, parts of coigo in Base64?
Just give a Ctrl+U on the page you want. After giving a Ctrl+F to open the search, type there "Base64" and ask Match. You must find something like <img id="myid" src="data:image/png;base64,iVBORw0KGgoAAAANSUh...> But remember that Base64 does not need to be used exclusively for image, other things can be encoded in Base64
Just give a Ctrl+U on the page you want. After giving a Ctrl+F to open the search, type there "Base64" and ask Match. You must find something like
<img id="myid" src="data:image/png;base64,iVBORw0KGgoAAAANSUh...>
But remember that Base64 does not need to be used exclusively for image, other things can be encoded in Base64– hugocsl
Including malicious code injection
– Leandro Angelo
was worth my good!!!
– Negreiros