ok, so I cheated a little bit by using "nc", but it's necessary with this little room for code.$a="User-Agent:PlMk";$u=" xavier.penguinpowered.com ";$h="GET / HTTP/1.\n";$u =~s/\n//gs;$d=`echo "$h$a "|nc $u 80`;$d=~s/.+?ml\r (.+)/$1/s;$d=~s/\n+|\s+ \ / /gsx;$d=~s/<a.+?f="(.*? )">(.+?)<\/a>/$2($1)/sgx; $d=~s/<(br|p|li)>/\n/g;$d =~s/<.+?>//gsx;print"$d";
|
---|
Replies are listed 'Best First'. | |
---|---|
What is nc?
by Anonymous Monk on Feb 04, 2000 at 15:40 UTC | |
by Xavier (Novice) on Feb 05, 2000 at 20:40 UTC | |
RE: Yearbook fun
by Anonymous Monk on Feb 07, 2000 at 16:09 UTC | |
obfuscated?
by Anonymous Monk on Feb 06, 2000 at 02:25 UTC | |
by Xavier (Novice) on Feb 06, 2000 at 09:53 UTC | |
RE: Yearbook fun
by Anonymous Monk on Apr 20, 2000 at 20:46 UTC |