The Reversers.org Vault : SandBox

HomePage :: Categories :: PageIndex :: Files :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2006-03-11 13:04:46 by AdminStew

Deletions:
<?php echo "test"; ?>




Edited on 2006-03-11 13:04:28 by AdminStew

Additions:
<?php echo "test"; ?>


Deletions:
<?php echo "
"; ?>%%




Edited on 2006-03-11 13:03:39 by AdminStew

Additions:
<?php echo "
"; ?>%%


Deletions:




Edited on 2006-03-11 13:03:07 by AdminStew

No differences.


Edited on 2006-03-11 11:10:55 by AdminStew

Additions:




Edited on 2005-11-16 06:02:03 by AdminStew

Additions:
This page is a stub.
It's current content may not accurately reflect the intended nature of the page and should be treated as so.
Please check back at a later date.


Deletions:
Unknown action "thispage"



Edited on 2005-11-16 05:51:54 by AdminStew

Additions:
Unknown action "thispage"



Edited on 2005-09-16 03:30:59 by AdminStew

Deletions:

Warning: getimagesize(uploads/SandBox/LittleBritain.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76
The image could not be found or it was no image. Please check the url




Edited on 2005-06-28 12:04:10 by AdminStew

Additions:

Warning: getimagesize(uploads/SandBox/LittleBritain.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76
The image could not be found or it was no image. Please check the url




Edited on 2005-05-02 09:33:00 by AdminStew

Additions:
HAHAR!



Edited on 2005-05-02 09:24:43 by 56-27.69-92-cpe.cableone.net

Deletions:
ftw:

Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76

Warning: getimagesize(http://images.urbandictionary.com/view/large/4228.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76
The image could not be found or it was no image. Please check the url




Edited on 2005-05-02 09:24:29 by 56-27.69-92-cpe.cableone.net

Additions:
ftw:

Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76

Warning: getimagesize(http://images.urbandictionary.com/view/large/4228.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76
The image could not be found or it was no image. Please check the url


Deletions:
;console trainer engine by ape
.386
.model flat,stdcall
option casemap:none
include \masm32\include\windows.inc
include \masm32\include\user32.inc
include \masm32\include\kernel32.inc
include \masm32\include\masm32.inc
includelib \masm32\lib\user32.lib
includelib \masm32\lib\kernel32.lib
includelib \masm32\lib\masm32.lib
pp proto :dword,:dword,:dword
.data
cp db "Untitled - Notepad",0
tx db 020h,\
"console trainer engine /ape",00ah,020h,\
"f1 - toggle option 1",00ah,020h,\
"f2 - toggle option 2",00ah,020h,\
"f3 - toggle option 3",00ah,0
n db 20 dup (090h)
o db 20 dup (0ffh)
t1 db 000h
t2 db 000h
t3 db 000h
gsh equ GetStdHandle
scta equ SetConsoleTextAttribute
gtc equ GetTickCount
fw equ FindWindow
sl equ Sleep
gaks equ GetAsyncKeyState
gwtpi equ GetWindowThreadProcessId
op equ OpenProcess
wpm equ WriteProcessMemory
clh equ CloseHandle
bep equ Beep
f1 equ VK_F1
f2 equ VK_F2
f3 equ VK_F3
.data?
w dd ?
p dd ?
.code
gg:
push -11
call gsh
push 8 or 3
push eax
call scta
push offset tx
call StdOut
t:
call gtc
mov ebx,eax
call gtc
sub eax,ebx
cmp eax,500
jge h
h:
push offset cp
push NULL
call fw
cmp eax,0
jne c1
push 10
call sl
jmp t
c1:
mov w,eax
push f1
call gaks
cmp eax,0
je c2
cmp t1,0
jne x1
push 6
push offset n
push 0deadbeefh
call pp
call b0
mov t1,1
jmp c2
x1:
push 6
push offset o
push 0deadbeefh
call pp
call b1
mov t1,0
c2:
mov w,eax
push f2
call gaks
cmp eax,0
je c3
cmp t2,0
jne x2
push 6
push offset n
push 0deadbeefh
call pp
call b0
mov t2,1
jmp c3
x2:
push 6
push offset o
push 0deadbeefh
call pp
call b1
mov t2,0
c3:
mov w,eax
push f3
call gaks
cmp eax,0
je s
cmp t3,0
jne x3
push 6
push offset n
push 0deadbeefh
call pp
call b0
mov t3,1
jmp s
x3:
push 6
push offset o
push 0deadbeefh
call pp
call b1
mov t3,0
s:
push 50
call sl
jmp t
b0 proc
push 100
push 250
call bep
ret
b0 endp
b1 proc
push 100
push 200
call bep
ret
b1 endp
pp proc ad:dword,v:dword,nb:dword
local k:dword
push offset p
push w
call gwtpi
push p
push NULL
push 1f0fffh
call op
mov k,eax
push NULL
push nb
push v
push ad
push k
call wpm
push k
call clh
ret
pp endp
end gg

Obfuscated




Edited on 2005-05-02 09:13:51 by AdminStew

Additions:
Rar

Deletions:

Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76

Warning: getimagesize(http://199.237.52.195/~aaeroxc/images/funny/wtf.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76
The image could not be found or it was no image. Please check the url




Edited on 2005-05-02 09:11:38 by cdif-cache-6.server.ntli.net

Additions:

Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76

Warning: getimagesize(http://199.237.52.195/~aaeroxc/images/funny/wtf.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /home/.sajak/fractalnet/vault.reversers.org/actions/image.php on line 76
The image could not be found or it was no image. Please check the url




Edited on 2005-05-02 09:09:44 by 56-27.69-92-cpe.cableone.net

Additions:
;console trainer engine by ape
.386
.model flat,stdcall
option casemap:none
include \masm32\include\windows.inc
include \masm32\include\user32.inc
include \masm32\include\kernel32.inc
include \masm32\include\masm32.inc
includelib \masm32\lib\user32.lib
includelib \masm32\lib\kernel32.lib
includelib \masm32\lib\masm32.lib
pp proto :dword,:dword,:dword
.data
cp db "Untitled - Notepad",0
tx db 020h,\
"console trainer engine /ape",00ah,020h,\
"f1 - toggle option 1",00ah,020h,\
"f2 - toggle option 2",00ah,020h,\
"f3 - toggle option 3",00ah,0
n db 20 dup (090h)
o db 20 dup (0ffh)
t1 db 000h
t2 db 000h
t3 db 000h
gsh equ GetStdHandle
scta equ SetConsoleTextAttribute
gtc equ GetTickCount
fw equ FindWindow
sl equ Sleep
gaks equ GetAsyncKeyState
gwtpi equ GetWindowThreadProcessId
op equ OpenProcess
wpm equ WriteProcessMemory
clh equ CloseHandle
bep equ Beep
f1 equ VK_F1
f2 equ VK_F2
f3 equ VK_F3
.data?
w dd ?
p dd ?
.code
gg:
push -11
call gsh
push 8 or 3
push eax
call scta
push offset tx
call StdOut
t:
call gtc
mov ebx,eax
call gtc
sub eax,ebx
cmp eax,500
jge h
h:
push offset cp
push NULL
call fw
cmp eax,0
jne c1
push 10
call sl
jmp t
c1:
mov w,eax
push f1
call gaks
cmp eax,0
je c2
cmp t1,0
jne x1
push 6
push offset n
push 0deadbeefh
call pp
call b0
mov t1,1
jmp c2
x1:
push 6
push offset o
push 0deadbeefh
call pp
call b1
mov t1,0
c2:
mov w,eax
push f2
call gaks
cmp eax,0
je c3
cmp t2,0
jne x2
push 6
push offset n
push 0deadbeefh
call pp
call b0
mov t2,1
jmp c3
x2:
push 6
push offset o
push 0deadbeefh
call pp
call b1
mov t2,0
c3:
mov w,eax
push f3
call gaks
cmp eax,0
je s
cmp t3,0
jne x3
push 6
push offset n
push 0deadbeefh
call pp
call b0
mov t3,1
jmp s
x3:
push 6
push offset o
push 0deadbeefh
call pp
call b1
mov t3,0
s:
push 50
call sl
jmp t
b0 proc
push 100
push 250
call bep
ret
b0 endp
b1 proc
push 100
push 200
call bep
ret
b1 endp
pp proc ad:dword,v:dword,nb:dword
local k:dword
push offset p
push w
call gwtpi
push p
push NULL
push 1f0fffh
call op
mov k,eax
push NULL
push nb
push v
push ad
push k
call wpm
push k
call clh
ret
pp endp
end gg

Obfuscated




Edited on 2005-05-02 09:08:23 by cdif-cache-6.server.ntli.net

Additions:
Koreans
iki


Deletions:
CategoryWiki



Edited on 2005-05-01 15:16:53 by AdminDaxxar

Additions:

SCARY





Edited on 2005-05-01 11:11:42 by AdminStew

Additions:
Rar

Deletions:
Rar



Edited on 2005-05-01 11:11:06 by AdminStew

Deletions:
Unknown action "oldimage" DVD logo



Oldest known version of this page was edited on 2005-05-01 11:00:50 by AdminStew []
Page view:
Test your formatting skills here.

Unknown action "oldimage"
Rar
DVD logo

  Attachment Size Date Added
      rar.JPG   16.88 KB   5/01/2005 9:36 am
      wtf.jpg   63.83 KB   5/02/2005 8:58 am
      theinternet.jpg   27.36 KB   5/02/2005 9:15 am
 



CategoryWiki
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0
Page was generated in 1.5129 seconds