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

Pages: 1-4041-8081-

Crack those tripcode!

Name: wootrshCIY !wootrshCIY 2007-05-12 6:53 ID:BTFLI2Nf

small code to find patterns in tripcodes


#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <openssl/des.h>


int main(int argc, char **argv) {

        char charset[] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
        char temp[14];
        char pwd[9];
        size_t charsize;
        unsigned int i;
        if(argc != 2) {
                printf("usage: %s [pattern]\n", argv[0]);
                return 1;
        }
        srand(time(NULL));
        charsize = sizeof(charset);
        pwd[8] = 0;
        while(1) {
        for(i=0;i<8;i++)
                pwd[i] = charset[rand()%charsize];
        des_fcrypt(pwd, pwd+1, temp);
        if(strstr(temp+3, argv[1]))
                printf("%s %s \n", pwd, temp+3);
        }
        return 0;


}


compile with
gcc -o prog code.c -O3 -lcrypto

Name: Anonymous 2007-05-12 7:04 ID:Z7l8fRtn

more like -O11 am i rite?

Name: cOcksnXo.. !cOcksnXo.. 2007-05-12 7:06 ID:BTFLI2Nf

And here's one to check if it matches regardless case.


#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
#include <openssl/des.h>


void strtolower(char *);

int main(int argc, char **argv) {

        char charset[] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
        char temp[14];
        char check[11];
        char pwd[9];
        size_t charsize;
        unsigned int i;
        if(argc != 2) {
                printf("usage: %s [pattern]\n", argv[0]);
                return 1;
        }
        srand(time(NULL));
        charsize = sizeof(charset);
        pwd[8] = 0;
        strtolower(argv[1]);
        while(1) {
        for(i=0;i<8;i++)
                pwd[i] = charset[rand()%charsize];
        des_fcrypt(pwd, pwd+1, temp);
        strcpy(check, temp+3);
        strtolower(check);
        if(strstr(check, argv[1]))
                printf("%s %s \n", pwd, temp+3);
        }
        return 0;


}

void strtolower(char *p) {
        while(*p) {
                *p = tolower(*p);
                p++;
        }
}


3oe0VPnu cOcksnXo..

Name: Anonymous 2007-05-12 7:12 ID:Z7l8fRtn

>>1,3
Nice, maybe next thing you can do is a IRC nuker. Those things are cutting-edge hardcore.

Name: Anonymous 2007-05-12 7:18 ID:BTFLI2Nf

>>4
NO MY NEXT PROGRAM IS A DDOSER


#include <stdio.h>
using namespace std;
int main(int nArgs, char **sStrArgs) {
char enemy[100];
printf("enter enemy to ddos: ");
scanf("%s", enemy);
system("ping -s 65000 %s", enemy);
return 0;
}

Name: Anonymous 2007-05-12 11:40 ID:+A8mUggE

>>2
No, -OVERNINETHOUSAND

Name: Anonymous 2007-05-12 11:53 ID:l2zaVMVT

assert 13256278887989457651018865901401704640 > 9000, "OVER NINE THOUSAAAAAAA- oops, the mafiaa agents are here"

Name: Anonymous 2007-05-12 12:54 ID:EyvaDimK

Slow code is slow

Name: Anonymous 2007-05-12 13:07 ID:VTHUePGM

>>5
DDOS THIS FUCKER : 127.0.0.1 !

Name: Anonymous 2007-05-12 13:15 ID:Heaven

>>1
One word, the homosexual formatting of code.  Thread over.

Name: Anonymous 2007-05-12 15:43 ID:Heaven

>>1
8 character tabs, oh lawd. Do you use a widescreen monitor or something? Four is the only true way.

Name: Anonymous 2007-05-12 16:20 ID:Heaven

>>11
Welcome to 2007. Buy a monitor that isn't a piece of shit.

Hey, wonder how much a \t advances the cursor on the terminal? OH MY FUCKING GOD IT'S EIGHT CHARACTERS. Four is the only true way, my ass.

Name: Anonymous 2007-05-12 17:43 ID:+Ix3xfT9

>>12
the terminal?

THE terminal?  Most likely you aren't running a terminal at all but rather a piece of software written by some retard that uses 8 character tabs.

Real men use two spaces for indentation.

Name: Anonymous 2007-05-12 17:55 ID:Jv/LLDxU

>>12
Actually, it advances it to the next eight-character tab stop. FAIL FOR LACK OF UNDERSTANDING OF TABS.

Name: Anonymous 2007-05-12 17:57 ID:EyvaDimK

Real men use four spaces for indentation.

Fixed

Name: Anonymous 2007-05-12 18:19 ID:iYq2TTfa

Real men don't ident their code.

Fixed

Name: Anonymous 2007-05-12 18:21 ID:Heaven

>>16
Assemblers require newlines.

Name: Anonymous 2007-05-12 18:26 ID:UhWdVM/2

>>17
One word, the forced indentation of code. Thread over.

Name: Anonymous 2007-05-12 18:44 ID:JhX0fTCs

>>17
One word, the forced newlines of code. Thread over.

Name: Anonymous 2007-05-12 19:12 ID:Heaven

>>14
Actually if you output a \t at the beginning of the line there's no difference between the next tab stop and eight characters from the start of the line. FAIL FOR BREATHING.

Name: Anonymous 2007-05-14 1:57 ID:1XlLDbeC

real men code in stone and assemble it with their teeth

Name: Anonymous 2007-05-14 3:28 ID:15jlENCY

Real men order their subordinates to write code for them.

Name: dddddddddddddddddd 2007-05-14 3:52 ID:zTdzPqaH

Real men write their code by rearranging bible verses.

Name: Anonymous 2007-05-14 3:56 ID:doIWORok

Real men piss machine code in hex in the snow, and then force small children to execute it for them.

Name: Anonymous 2007-05-14 4:18 ID:Heaven

real men write code with their gf's blood on the bed sheets they had sex on a minute ago

Name: Anonymous 2007-05-14 6:56 ID:NyhGMKtE

Real men rewrite the laws of Physics to turn the Universe into a machine for executing the particular algorithm they have in mind. They call it "functional programming".

Name: Anonymous 2007-05-14 7:21 ID:PDeeOvNN

Real men don't need the program; they already know the output.

Name: Anonymous 2007-05-14 8:58 ID:Heaven

>>23
You're on to something here!

Name: Anonymous 2007-05-14 10:14 ID:Heaven

real men don't do anything, that's what women are for.

Name: Anonymous 2007-05-14 11:44 ID:LcyZdAAh

EXPERT PROGRAMMERS MAKE FUN OF REAL MEN

Name: Anonymous 2007-05-14 11:57 ID:4UKTPASy

EXPERT PROGRAMMERS WRITE TRIPCODE CRACKERS IN QUANTUM BRAINFUCK

Name: !!2hQER45c9l0ZlZL 2007-05-14 12:38 ID:15jlENCY

EXPERT PROGRAMMER IS EXXXXXXPERT

Name: Anonymous 2007-05-14 15:08 ID:z8pbgBA/

now go come up with  a new  encryption called desu_crypt

Name: !dcAmethw1k 2007-05-14 15:53 ID:Ibq0xh9N

>>33
4-dimensional rotations, 512 bit wide blocks, 512-1024 bit keys... Hmm.

Name: !Ep8pui8Vw2!6zZFK8hdXkJGFwa 2007-05-14 16:29 ID:Heaven

^______________________________________^;;

Name: anonymous !4TMa4ZHtls 2007-05-14 17:37 ID:Heaven

>>34
and lots of desu.

Name: anonymous !faggot0tBQ 2007-05-14 17:38 ID:Heaven

>>36
also, cocks.

Name: !Ep8pui8Vw2!6zZFK8hdXkJGFwa 2007-05-14 18:44 ID:Heaven

>>35
you'r a fgt

Name: Anonymous 2007-05-14 22:10 ID:LcyZdAAh

>>38
HAHAHAHAHAHAHAHHAHAHAHAAHAHAAAA!!!
you think your tough huh?
two words MUAY THAI.
i have taken out two guys at the same time in less than 5 seconds i have been training for 3 years.
also brazilian jujitsu,boxing,and tai chi.
you might be bigger than me,but i know im stronger and quicker.
i only weigh 130 pounds pure lean muscle.
one punch you'll be on your way to ICU.
your the one whose a homo.i can get pussy anytime i want you probably haven't ever been laid before.
you probably have sex with your computer.
you don't even know me,and you don't want to.
you'll be lucky if your even worth the fight one phonecall and you'll dissappear forever.
though i'd be hapy to humiliate you in front of all your friends.
btw IM the best.
i have fought in maine, new hampshire, new york,utah, colorado,florida,bahamas.
never lost a fight!
im undefeated in competitive muay thai/MMA.
im on my way to UFC.
go ahead and come step anytime you want.b*tch

Name: !Ep8pui8Vw2!6zZFK8hdXkJGFwa 2007-05-15 2:12 ID:Heaven

>>39
Did you just edit my post, you sonovabitch?

Name: !Ep8pui8Vw2!6zZFK8hdXkJGFwa 2007-05-15 2:49 ID:Heaven

>>40
fuck! seems people here have guessed my tripcode! godamn! ;_;
i feel so emo now

Name: !Ep8pui8Vw2!6zZFK8hdXkJGFwa 2007-05-15 8:32 ID:Qb6A7uv5

>>41
I can tell by your eloquence and powerful grasp of the English language that you're a man of formidable intelligence whose ideas and convictions are clearly deeply rooted in logic and fact, and deserve to be heralded as the towering pinnacle of thought in this debate.

Name: Anonymous 2007-05-15 9:41 ID:fS65hVTR

Name: Anonymous 2007-05-15 9:41 ID:fS65hVTR

Name: !wqLZLRuzPQ!bcw2AWx6uu2uqMB 2007-05-15 9:41 ID:fS65hVTR

Name: 2007-05-15 9:41 ID:fS65hVTR

Name: 2007-05-15 18:36 ID:Heaven

 

Name: !2BBQL3Q2fE 2007-06-03 22:54 ID:Heaven

f

Name: !gt1azVccY2 2007-06-03 22:57 ID:Heaven

ff

Name: !8K4wemcNjI 2007-06-03 23:07 ID:Heaven

f

Name: !DyJqCvdL9I 2007-06-03 23:25 ID:Heaven

fff

Name: !MhCJJ7GVT. 2007-06-03 23:33 ID:Heaven

&

Name: !D1YGKrvmeg 2007-06-03 23:34 ID:Heaven

<

Name: !gt1azVccY2 2007-06-03 23:36 ID:Heaven

"

Name: !2BBQL3Q2fE 2007-06-03 23:36 ID:Heaven

'

Name: !YeQQgdCJE6 2007-06-03 23:38 ID:Heaven

,

Name: !QfHq1EEpoQ 2007-06-03 23:41 ID:Heaven

&amp;

Name: !RpsABL48bE 2007-06-03 23:43 ID:Heaven

ö

Name: !8Q.rcS9D7Y 2007-06-03 23:44 ID:Heaven

°

Name: !7gu7clj3FE 2007-06-03 23:52 ID:Heaven

a\x08a

Name: !ExGQrDul2E 2007-06-03 23:54 ID:Heaven

aa

Name: !Ep8pui8Vw2 2007-06-04 0:51 ID:lPyTonkM

I want to try!

Name: !Ep8pui8Vw2 2007-06-04 0:53 ID:Heaven

>>62
disregard that im a faggot.

Name: !tHfuCkfI2M 2007-06-04 0:54 ID:Heaven

fuCk!

Name: !DYEcLUlzlQ 2007-06-04 0:55 ID:Heaven

DYE LUlz

Name: !LaXO0FAILU 2007-06-04 0:56 ID:7SpVtC7C

>>62-65
FAILU

Name: !1337emckoM 2007-06-04 1:04 ID:Heaven

im 1337 lul

Name: !hvuc8H0eWM 2007-06-04 9:14 ID:ZGg3Z+LO

>>1-67
your tripcodes suck.

Name: !hvuc8H0eWM 2007-06-04 9:14 ID:Heaven

and so does Shiichan, apparently.

Name: Anonymous 2007-06-04 10:54 ID:Heaven

>>69
fail, you need to do >>2-67 if you wanted them quoted since >>1 is always displayed, also your tripcode failed horribly.

Name: !3GJvXDLO1s 2007-06-04 11:52 ID:Heaven

>>70
the tripcode only failed because shiichan fails at tripcodes.

Name: !Yuri.BugS. 2007-06-04 12:06 ID:Heaven

this one's not as cool, but it should work...

>>70
you can see what the tripcode i used for >>68,69 should look like here: http://wakaba.c3.cx/sup/kareha.pl/1099697376/76

Name: hello !GZO15gPeDo 2007-06-04 12:35 ID:hguO8alB

it's me jesus lol

Name: dbxfh 2007-06-04 19:36 ID:4SMXhuB+

Name: anonymous !faggot0tBQ 2007-06-05 1:02 ID:Heaven

>>73
sup jesus

Name: !testinglol 2007-06-05 14:25 ID:Heaven

test

Name: !3GJvXDLO1s 2007-06-05 15:23 ID:Heaven

test

Name: !SEXwNEvaDA 2007-06-05 15:25 ID:Heaven

test

Name: !SEXwNEvaDA 2007-06-05 15:26 ID:Heaven

test

Name: no !CEeMTSw2Hc 2007-06-14 7:31 ID:UfQ6tksN

no

Name: no !9nrzSx3jiM 2007-06-14 7:31 ID:UfQ6tksN

d

Name: no !Q.e5HQUTFo 2007-06-14 7:32 ID:UfQ6tksN

f

Name: no !0iDuj4JPUs 2007-06-14 7:32 ID:UfQ6tksN

k

Name: no !JlF9yZH3NY 2007-06-14 7:32 ID:UfQ6tksN

f

Name: Anonymous 2007-06-14 8:04 ID:pzvGOjqD

>>30
That was EXPERT PROGRAMMER quality!
I am the 1/0 of my GET.
LISP is my body, and SICP is my blood.
I have created over 999 HUGE programs that you couldn't even comprehend.
Unaware of Python.
Nor aware of Ruby on rails.
Withstood the forced indentation of the code to create many touring-complete programs.
Waiting for an EXPERT PROGRAMMER's arrival.
I have no regrets, this was the only path.
My whole life was /prog/.

Name: Anonymous 2007-06-14 10:13 ID:Heaven

Name: Anonymous 2007-06-14 14:05 ID:Heaven

Name: Anonymous 2007-06-15 14:02 ID:ORe9RV/u

mysql> SELECT * FROM tripcodes WHERE hash LIKE '%VIP%' LIMIT 10;
+------------+-------+
| hash       | plain |
+------------+-------+
| KUVIPY7/zM |  [d   |
| tshVIPx3ks | 0h0   |
| f/xVIPkLpQ | 3z;   |
| jajDCUVIPU | 6;$   |
| Z/VIPaGTKs | 7^7   |
| VIPim1KSlA | ?9V   |
| C/VIP9pELU | ?]Q   |
| JVIPkN9e1Y | B o   |
| tYR7pRVIPw | Dw(   |
| rMVIPTX1Q2 | E[S   |
+------------+-------+
10 rows in set (0.38 sec)

mysql>

lol tripcodes

Name: ?9V !VIPim1KSlA 2007-06-15 14:40 ID:Qb6A7uv5

test1

Name: F9V !/KRvHsgVrQ 2007-06-15 14:40 ID:Qb6A7uv5

test2

Name: !!TDTHIBf1NN0QSe7 2007-06-15 14:43 ID:T41EMjSz

what?

Name: sage !W00Ty74CVA 2007-06-15 14:43 ID:Heaven

testing again

Name: (/sd !LiSPflyOpE 2007-06-15 15:59 ID:Heaven

lol

Name: Anonymous 2007-06-15 20:54 ID:Heaven

TEST successful. GTFO.

Name: !Ep8pui8Vw2 2007-06-15 22:06 ID:Z6G5uCvO

you're all a bunch of FAGGOTs

Name: 1e7c !tSICPZVVf6 2007-06-16 7:14 ID:Heaven

Name: moot !Ep8pui8Vw2 2007-06-16 15:45 ID:u8LFZ3iJ

NO U

Name: anonymous !faggot0tBQ 2007-06-16 16:32 ID:Heaven

>>95
>>97
no ME

Name: Anonymous 2007-06-17 8:13 ID:AXhAVgx0

Anybody noticed the fucking typo in the title?

Name: Anonymous 2007-06-17 8:19 ID:Heaven


   ∧_∧x
  ( ゚∀゚ ) < THIS THREAD HAS ENDED PEACEFULLY. YOU CAN ALL GO HOME
 ⊂ℳℴℴτ⊃
   |__|
    U¯U

Name: Anonymous 2007-06-17 10:21 ID:3/7Ts3bA

no

Name: Anonymous 2007-06-17 12:37 ID:Heaven

>>99
what typo?

Name: Anonymous 2007-06-17 15:35 ID:Heaven

>>102

v0.1-0
Crack those tripcode!

v0.2-1
Crack those tripcodes!

Name: Anonymous 2007-06-17 17:26 ID:xDyIbFAC

v.3-1
STFU

Name: Anonymous 2007-06-17 17:35 ID:Heaven

>>104
not GNU enough.

Name: Anonymous 2007-06-17 18:44 ID:vEvcZylI

>>105
wanna bet?

http://hunter.apana.org.au/~cjb/Code/4tripper.c

GPL, motherfucker. ancient, in fact.

Name: !hDPKungOKU 2007-11-29 1:37

.hack ftw

Name: !ptWc.HaCKU 2007-11-29 1:47

dSkrHnj9

Name: !uS2jf.hack 2007-11-29 1:55

:)

Name: !AboRDsJIEk 2007-11-29 3:31

lulz

Name: !zFalulzbqU 2009-01-06 6:58

test

Name: Anonymous 2009-03-06 9:29

Breathing to which I   use fondly is   to use instead   of desu RESTART.

Name: Anonymous 2010-12-28 1:27

Name: !ExGQrDul2E 2011-01-16 13:51

??

Name: Anonymous 2011-11-27 19:26

this thread is not about jews. its about jews.

Name: Anonymous 2011-11-27 20:47

>>116
This isn't /vip/.

Name: Anonymous 2011-11-27 20:59

>>117
So let's make it so.

Name: Sgt.Kabu젘䟰kiman꧙䉶 2012-05-29 1:47

Bringing /prog/ back to its people
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy

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