Northwest Kiteboarding
Forum | Classifieds | Lost & Found | CGKA | Industry | Sensors | Forecast | Spots | Seattle | Decals | RSS | Facebook

Events | Photos | Search | Register | Profile | Log in to check your messages | Log in 

OT: Copy/Paste from Work

 
Post new topic   Reply to topic    Northwest Kiteboarding -> Gorge / Portland / Oregon Coast
previous topic :: next topic  
Author Message
pkh

Since 27 Feb 2005
6548 Posts
Couve / Hood
Site Lackey



PostWed Sep 05, 07 9:03 am    OT: Copy/Paste from Work Reply with quote

I am so bored...

SQLMultiPoint("SELECT DISTINCT GISX AS X, GISY AS Y FROM Inetpub.dbo.bts_AccountVerifierGISAddress WHERE (sqrt(power(CONVERT (decimal(15,5), (#attributes.x# - gisx)),2) + power(CONVERT (decimal(15,5), (#attributes.y# - gisy)),2))) <= #munits#")

View user's profile Send private message Send e-mail
forrest

Since 21 Jun 2005
4329 Posts
Hood River
Hick

CGKA Member


PostWed Sep 05, 07 9:08 am     Reply with quote

Yea, you're bored. Please post the rest of the source code!

View user's profile Send private message
pkh

Since 27 Feb 2005
6548 Posts
Couve / Hood
Site Lackey



PostWed Sep 05, 07 9:11 am     Reply with quote

Its really boring, that's the only interesting part... I bet you got something gnarly Forrest...

View user's profile Send private message Send e-mail
forrest

Since 21 Jun 2005
4329 Posts
Hood River
Hick

CGKA Member


PostWed Sep 05, 07 9:28 am     Reply with quote

This is from a crackme which is what i do when I'm really board. It looks just like something I'd normally do at work...

A crackme is a little executable program that demonstrates registration code of an imaginary app. This one is super easy, see if you can figure out the serial required to register:

Code:

004011B1  |. E8 C3000000    CALL <JMP.&USER32.GetWindowTextLengthA>  ; \GetWindowTextLengthA
004011B6     8BF0           MOV ESI,EAX
004011B8  |. 83FE 12        CMP ESI,12
004011BB  |. 75 5F          JNZ SHORT crackme3.0040121C
004011BD  |. 803B 46        CMP BYTE PTR DS:[EBX],46
004011C0  |. 75 5A          JNZ SHORT crackme3.0040121C
004011C2  |. 807B 01 69     CMP BYTE PTR DS:[EBX+1],69
004011C6  |. 75 54          JNZ SHORT crackme3.0040121C
004011C8  |. 807B 03 72     CMP BYTE PTR DS:[EBX+3],72
004011CC  |. 75 4E          JNZ SHORT crackme3.0040121C
004011CE  |. 807B 04 65     CMP BYTE PTR DS:[EBX+4],65
004011D2  |. 75 48          JNZ SHORT crackme3.0040121C
004011D4  |. 807B 06 57     CMP BYTE PTR DS:[EBX+6],57
004011D8  |. 75 42          JNZ SHORT crackme3.0040121C
004011DA  |. 807B 07 6F     CMP BYTE PTR DS:[EBX+7],6F
004011DE  |. 75 3C          JNZ SHORT crackme3.0040121C
004011E0  |. 807B 08 72     CMP BYTE PTR DS:[EBX+8],72
004011E4  |. 75 36          JNZ SHORT crackme3.0040121C
004011E6  |. 807B 0A 78     CMP BYTE PTR DS:[EBX+A],78
004011EA  |. 75 30          JNZ SHORT crackme3.0040121C
004011EC  |. 807B 0C 53     CMP BYTE PTR DS:[EBX+C],53
004011F0  |. 75 2A          JNZ SHORT crackme3.0040121C
004011F2  |. 807B 0D 75     CMP BYTE PTR DS:[EBX+D],75
004011F6  |. 75 24          JNZ SHORT crackme3.0040121C
004011F8  |. 807B 10 78     CMP BYTE PTR DS:[EBX+10],78
004011FC  |. 75 1E          JNZ SHORT crackme3.0040121C
004011FE  |. 6A 30          PUSH 30
004011FE  |. 6A 30          PUSH 30                                  ; /Style = MB_OK|MB_ICONEXCLAMATION|MB_APPLMODAL
00401200  |. 68 7F204000    PUSH crackme3.0040207F                   ; |Title = "Nice Work!!"
00401205  |. 68 8B204000    PUSH crackme3.0040208B                   ; |Text = "Right Code! "
0040120A  |. FF35 48204000  PUSH DWORD PTR DS:[402048]               ; |hOwner = NULL
00401210  |. E8 70000000    CALL <JMP.&USER32.MessageBoxA>           ; \MessageBoxA
00401215  |. 5E             POP ESI
00401216  |. 5F             POP EDI
00401217  |. 5B             POP EBX
00401218  |. C9             LEAVE
00401219  |. C2 1000        RETN 10
0040121C  |> 6A 30          PUSH 30                                  ; /Style = MB_OK|MB_ICONEXCLAMATION|MB_APPLMODAL
0040121E  |. 68 C0204000    PUSH crackme3.004020C0                   ; |Title = "Sorry...(hehehe)"
00401223  |. 68 D1204000    PUSH crackme3.004020D1                   ; |Text = "Wrong Code!"
00401228  |. FF35 48204000  PUSH DWORD PTR DS:[402048]               ; |hOwner = NULL
0040122E  |. E8 52000000    CALL <JMP.&USER32.MessageBoxA>           ; \MessageBoxA

View user's profile Send private message
pdxmonkeyboy

Since 16 May 2006
6081 Posts
forever labled as the
retired kiter & motorhead Unicorn Master



PostWed Sep 05, 07 10:42 am     Reply with quote

Wow, you guys know how to party.
Laughing

View user's profile Send private message Visit poster's website
DaveB

Since 05 Aug 2007
14 Posts

 



PostWed Sep 05, 07 11:14 am     Reply with quote

FireWorxSux ?

View user's profile Send private message
forrest

Since 21 Jun 2005
4329 Posts
Hood River
Hick

CGKA Member


PostWed Sep 05, 07 2:37 pm     Reply with quote

Pretty close dude! Try it out:

http://crackmes.de/users/phox/phoxcrackmes/browse/crackme3.zip

DaveB wrote:
FireWorxSux ?

View user's profile Send private message
forrest

Since 21 Jun 2005
4329 Posts
Hood River
Hick

CGKA Member


PostWed Sep 05, 07 2:50 pm     Reply with quote

pdxmonkeyboy wrote:
Wow, you guys know how to party.
Laughing


Shutup Mr Business guy!

View user's profile Send private message
Mark

Since 20 Jun 2005
3677 Posts
I need my fix because I'm a
Naishaholic



PostWed Sep 05, 07 3:32 pm     Reply with quote

Mine would be more like this......

Phone call.. Hello mister customer, Why yes thanks for the truckload order....


Work done time to kite! Laughing

_________________
Cleverly disguised as an adult...

www.naishkites.com

View user's profile Send private message
KidCorporate

Since 10 Jul 2007
563 Posts

Addicted



PostWed Sep 05, 07 3:43 pm     Reply with quote

9714K720
_________________
Let's go kite.

View user's profile Send private message
jonah

Since 20 Jul 2006
169 Posts
Hood River
Stoked



PostWed Sep 05, 07 9:31 pm     Reply with quote

DaveB wrote:
FireWorxSux ?


Hmm... how about this:

Fi!re!Wor!x!Su!!x!

(where ! is any character)

Whatever, I'd just throw in one of these Wink

004011B6 |. JMP crackme3.004011FE

View user's profile Send private message
forrest

Since 21 Jun 2005
4329 Posts
Hood River
Hick

CGKA Member


PostWed Sep 05, 07 11:07 pm     Reply with quote

Hehe, I forgot to say the rules of this crackme was no patching!

jpeskin wrote:


Hmm... how about this:

Fi!re!Wor!x!Su!!x!

(where ! is any character)

Whatever, I'd just throw in one of these Wink

004011B6 |. JMP crackme3.004011FE

View user's profile Send private message
Post new topic   Reply to topic    Northwest Kiteboarding -> Gorge / Portland / Oregon Coast All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum