Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: bleach question

by no_slogan (Deacon)
on Sep 25, 2014 at 06:22 UTC ( [id://1101900]=note: print w/replies, xml ) Need Help??


in reply to bleach question

Replace the visible line of code with:

$_=<<''; tr/\r\n//d; $_=pack'b*',$_; print;

Then it'll print out the obfuscated code instead of executing it.

Replies are listed 'Best First'.
Re^2: bleach question
by roadtest (Sexton) on Sep 25, 2014 at 22:04 UTC
    Thank you very much no_slogan! You hit the nail right in the head. So this is a packed script, when run pack function twice , it will revert back to regular ascii code. Really appreciate your suggestions!! Cheers!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-24 12:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found