Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: A Hacktress' First Attempt

by LAI (Hermit)
on Apr 01, 2003 at 19:48 UTC ( [id://247333]=note: print w/replies, xml ) Need Help??


in reply to Re: A Hacktress' First Attempt
in thread A Hacktress' First Attempt

Great deobfuing, Mr. Muskrat++

Update: tpyo was fixed. The rest of my comment is pretty irrelevant now.

One thing that had me confused, though, until I tinkered around with it, was a tpyo toward the end of your blackblock:

A space XORed with a space yields a null (\000). A space XORed with a ) yields a newline (\n).

Should have been:

A space XORed with a space yields a null (\000). A _hash_ XORed with a ) yields a newline (\n).

As demonstrated by:

god@hermes:~$ perl -e ' print " ##" ^ " ) )" ' | od -c 0000000 \0 \t 003 \n 0000004

LAI

__END__

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://247333]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 09:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found