H4T3D

Google IP4 Captcha Hijacking

Sep 12th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Google IP4 Captcha Hijacking
  2.  
  3. POC (proof of concept): http://viper-7.com/08vbvz/5.6.10?
  4.  
  5.  
  6. Reproduction steps:
  7. 1.make an html file
  8. 2.use file arbitrary method
  9. 3.bypass captcha
  10.  
  11. Browser/OS: Any
  12.  
  13. Attack scenario: Could Bypass Google Captcha by using below method !
  14.  
  15. <form id="frmCaptcha" name="frmCaptcha">
  16. <table >
  17. <tr>
  18. <td align="left" >
  19. <label for="captcha">Captcha</label>
  20. </td>
  21. <td>
  22. <input id="txtCaptcha" type="text" name="txtCaptcha" value="" maxlength="10" size="32" />
  23. </td>
  24. <td>
  25. <img id="imgCaptcha" src="https://ipv4.google.com/sorry/image?" />
  26. </td>
  27. </tr>
  28. <tr>
  29. <td>&nbsp;</td>
  30. <td>
  31. <input id="btnCaptcha" type="button" value="Captcha Test" name="btnCaptcha"
  32. onclick="getParam(document.frmCaptcha)" />
  33. </td>
  34. </tr>
  35. </table>
  36.  
  37. <div id="result">&nbsp;</div>
  38. </form>
  39. </body>
Add Comment
Please, Sign In to add comment