Geeks With Blogs

@apopovsky
  • apopovsky @infobiker parece que sacaron mal los promedios, la vuelta era de 25.3km. no de 29 como estaba previsto. about 75 days ago
  • apopovsky RT “@ChaseMit: Just want to point out the NRA's plan to stop school shootings is literally the plot of Kindergarten Cop.”" about 153 days ago
  • apopovsky Aparte del paro del subte ahora tenemos lluvia por tiempo indeterminado about 281 days ago
  • apopovsky Hoy en bici a la oficina, me ahorre 15 minutos. Vamos a ver que tal la vuelta. Me sumé al mejor en bici. about 309 days ago

News Locations of visitors to this page
Ariel Popovsky's Blog Aventuras y desventuras con .net Otros
Finding an alert in the middle of your javascript
I was debugging a script injection issue the other day using some sample code with an alert in it. The alert was popping out meaning the code got executed leaving open the possibility for a hacker to put there some nasty malicious code. I knew my alert was being executed but didn’t know how. So I tried something that worked perfectly for this problem, replaced the native alert function with my own one. All I had to do in Chrome was open the javascript console and type: alert = function(msg){ console.log(msg); ......

Posted On Friday, March 11, 2011 6:40 PM

Copyright © Ariel Popovsky | Powered by: GeeksWithBlogs.net | Join free