Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Testing an image directory for hidden rars?

Name: Anonymous 2007-12-16 12:30

How would someone go about quickly testing each and every image to see if it had a rar or any other file hidden inside of it? What language would be best for doing this, if a tool isn't already available?

Name: Anonymous 2008-01-03 13:50

Name: Anonymous 2008-01-03 14:18

Ok so I found the directory and I got the command line grep 'Rar!' *.jpg to go in with an error what is suppose to happen I thought it would find all the pictures with hidden files all it did was go to a new command line

Name: Anonymous 2008-01-03 15:10

>>42
God damn it you fucking retard, just install ubuntu and be done with it for fucks sake. I'm pretty sure you fit its target audience.

also # php -r "foreach(scandir('.')as$l)if(!is_dir($l))if(strstr(file_get_conte
nts($l),'Rar!'))echo$l.\"\n\";"


in before perl -e "$_+@;@;$&*(@£W£-__£*6*(_;eval"

Name: Anonymous 2008-01-03 15:51

wow, chill out dude I was just asking a question sorry I'm not as leet as you but I'm learning I'm new to this just out if high school only have vb and Java AP under my belt and that in its self is so different from this I just got cygwin today so take it easy I didnt mean to get on your nerves.

Name: Anonymous 2008-01-03 15:58

>>44
wow, chill out dude
Wow, wow, dude, wow, dude, chill! No need to go young-and-cool on me, or anyone, in that matter. Man.
sorry I'm not as leet as you
Look at the sarcasm! Just look at Mr. Cool-And-Suave!
I'm new to this just out if high school
Aw, fuck.
only have vb and Java AP under my belt
Awwwww, fuuuuuuuck
got cygwin today
man
I didnt mean to get on your nerves.
Well, you fail at that, son.

Name: Anonymous 2008-01-03 16:08

Emacs is clearly superior to vi(m), because it comes with a copy of Tetris.

Name: Anonymous 2008-01-03 16:23

>>46
/usr/share/vim/macros % cat README.txt
hanoi   Macros that solve the tower of hanoi problem.
life    Macros that run Conway's game of life.
maze    Macros that solve a maze (amazing!).
urm     Macros that simulate a simple computer: "Universal Register Machine"

Name: Anonymous 2008-01-03 16:27

Name: Anonymous 2008-01-03 17:26

>>48
Please explain Haskell nomads to me.

Name: Anonymous 2008-01-03 17:57

>>49
They understand the importance of side effects, so they travel without end to escape them. They're still there, of course, but they can pretend they aren't.

Name: Anonymous 2008-01-03 18:07

i got as far as perl -e "foreach $l(<*>){print $l.\"\n\" if(!-d $l)}" and got bored.

Name: Anonymous 2008-01-03 18:23

>>51
Yeah, I couldn't get past find . -name '*.jpg' -execdir rm '{}' ';'

Name: Anonymous 2008-01-04 0:31

>>52
OH GOD ALL MY PORN IS GONE

Name: Anonymous 2008-01-05 10:11

grep -l "Rar!" *

Name: Anonymous 2008-01-05 20:10

#!/usr/bin/perl
foreach my $file (@ARGV) {
    open F, $file;
    while (<F>) {
        if (/\x52\x61\x72\x21\x1a\x07\x00/) {
            print "RAR $file\n";
            last;
        }
        if (/\x50\x4b\x05\x06\x00\x00\x00/) {
            print "ZIP $file\n";
            last;
        }
    }
    close F;
}

Name: Anonymous 2009-03-18 3:13

I feel the need, the need for weed!

Marijuana MUST be legalized.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List