First commit 20/05/2001
This commit is contained in:
BIN
Cracking/App/Mailers/BOMB.EXE
Normal file
BIN
Cracking/App/Mailers/BOMB.EXE
Normal file
Binary file not shown.
BIN
Cracking/App/Mailers/KABOOM/KABOOM!3.GID
Normal file
BIN
Cracking/App/Mailers/KABOOM/KABOOM!3.GID
Normal file
Binary file not shown.
BIN
Cracking/App/Mailers/KABOOM/KABOOM!3.HLP
Normal file
BIN
Cracking/App/Mailers/KABOOM/KABOOM!3.HLP
Normal file
Binary file not shown.
20
Cracking/App/Mailers/KABOOM/README.1ST
Normal file
20
Cracking/App/Mailers/KABOOM/README.1ST
Normal file
@ -0,0 +1,20 @@
|
||||
+-------------------------------------------------+
|
||||
| |
|
||||
| Downloading Message 1 of 100,000,000... |
|
||||
| __________________________________ |
|
||||
| |__________________________________| |
|
||||
| |
|
||||
+-------------------------------------------------+
|
||||
|
||||
|
||||
Well, this is KaBoom! v3.0, *the* mail bomber for Windows 3.x and Win95. Mail me if you have winsock problems/ideas/advice/gripes/et al. I'm at messiah@dcalcoda.com, messiah@pancreas.com, or dover@pestweb.com.
|
||||
|
||||
What's New:
|
||||
* perpetual send
|
||||
* counters
|
||||
* 62 different anonymous servers (thanks Frogg)
|
||||
* customizationalability
|
||||
* cool "about" stuff
|
||||
Various bugs fixed.
|
||||
|
||||
Long live The Alliance! Huzah! Huzah!
|
BIN
Cracking/App/Mailers/KABOOM/WSERR.DLL
Normal file
BIN
Cracking/App/Mailers/KABOOM/WSERR.DLL
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Bios/!BIOS310.ZIP
Normal file
BIN
Cracking/App/PswdHack/Bios/!BIOS310.ZIP
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Bios/A86.ZIP
Normal file
BIN
Cracking/App/PswdHack/Bios/A86.ZIP
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Bios/BIO.zip
Normal file
BIN
Cracking/App/PswdHack/Bios/BIO.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Bios/BIOS.zip.pgp
Normal file
BIN
Cracking/App/PswdHack/Bios/BIOS.zip.pgp
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Bios/IBM-Awd-Ami/BIOS310.EXE
Normal file
BIN
Cracking/App/PswdHack/Bios/IBM-Awd-Ami/BIOS310.EXE
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Bios/IBM-Awd-Ami/BIOSLOGO.SCX
Normal file
BIN
Cracking/App/PswdHack/Bios/IBM-Awd-Ami/BIOSLOGO.SCX
Normal file
Binary file not shown.
3
Cracking/App/PswdHack/Bios/IBM-Awd-Ami/FILE_ID.11A
Normal file
3
Cracking/App/PswdHack/Bios/IBM-Awd-Ami/FILE_ID.11A
Normal file
@ -0,0 +1,3 @@
|
||||
These files were downloaded from the Eleventh Alliance site
|
||||
http://home1.swipnet.se/~w-12707/11A/
|
||||
http://11a.home.ml.org
|
17
Cracking/App/PswdHack/Bios/IBM-Awd-Ami/FILE_ID.DIZ
Normal file
17
Cracking/App/PswdHack/Bios/IBM-Awd-Ami/FILE_ID.DIZ
Normal file
@ -0,0 +1,17 @@
|
||||
- Eleventh Alliance's !Bios v 3.10b -
|
||||
[==[*]=={ 11a.home.ml.org }==[*]==]
|
||||
%-> released february -98 <-%
|
||||
[===] The Ultimate Bios Utility [===]
|
||||
|
||||
-> Bios/Setup Passwords crackers
|
||||
-> AMI crackers (three of them)
|
||||
-> IBM (PS2, Aptiva etc) cracker
|
||||
-> Award 4.5x cracker (user/admin)
|
||||
+> Award 4.5x masterpwd cracker
|
||||
-> Four CMOS wipe/reset procedures
|
||||
-> Save or Restore CMOS
|
||||
+> Dump PC-ROM to disk
|
||||
-> Source: ASM, C, PAS, Debug
|
||||
-> How to wipe/reset using Copy
|
||||
-> How to wipe/reset using Debug
|
||||
-> Tips, tricks and passwords!
|
2
Cracking/App/PswdHack/Bios/IBM-Awd-Ami/LASTNOTE.TXT
Normal file
2
Cracking/App/PswdHack/Bios/IBM-Awd-Ami/LASTNOTE.TXT
Normal file
@ -0,0 +1,2 @@
|
||||
Keep BIOSLOGO.SCX in the same directory as !BIOS if you like to see
|
||||
the logo. Otherwise delete, move or rename the file.
|
BIN
Cracking/App/PswdHack/Bios/killcmos.zip
Normal file
BIN
Cracking/App/PswdHack/Bios/killcmos.zip
Normal file
Binary file not shown.
1
Cracking/App/PswdHack/Bios/passAmi/FILE_ID.DIZ
Normal file
1
Cracking/App/PswdHack/Bios/passAmi/FILE_ID.DIZ
Normal file
@ -0,0 +1 @@
|
||||
Shows BIOS password
|
59
Cracking/App/PswdHack/Bios/passAmi/PASS.ASM
Normal file
59
Cracking/App/PswdHack/Bios/passAmi/PASS.ASM
Normal file
@ -0,0 +1,59 @@
|
||||
; PASS.COM
|
||||
; Compile tasm pass.asm
|
||||
; tlink /t pass.obj
|
||||
|
||||
.286
|
||||
CODE SEGMENT
|
||||
ASSUME CS:CODE
|
||||
ORG 100H
|
||||
MAIN:
|
||||
MOV AL,37H
|
||||
XOR DI,DI
|
||||
MOV DX,71H
|
||||
E1:
|
||||
OUT 70H,AL
|
||||
INSB
|
||||
INC AL
|
||||
CMP AL,3EH
|
||||
JB E1
|
||||
AND BYTE PTR DS:[0000H],0F0H
|
||||
XOR DI,DI
|
||||
|
||||
|
||||
E0:
|
||||
XOR CX,CX
|
||||
MOV AL,DS:[DI]
|
||||
MOV AH,DS:[DI+1]
|
||||
|
||||
CMP AH,0
|
||||
JE KONIEC
|
||||
|
||||
DECOD:
|
||||
TEST AL,0C3H
|
||||
JP DALEJ
|
||||
STC
|
||||
DALEJ: RCR AL,1
|
||||
INC CX
|
||||
CMP AL,AH
|
||||
JNE DECOD
|
||||
CALL WRITE
|
||||
|
||||
INC DI
|
||||
CMP DI,6
|
||||
JB E0
|
||||
|
||||
|
||||
KONIEC: MOV AX,4C00H
|
||||
INT 21H
|
||||
|
||||
|
||||
WRITE PROC
|
||||
MOV AH,0EH
|
||||
MOV AL,CL
|
||||
MOV BX,0007H
|
||||
INT 10H
|
||||
RET
|
||||
ENDP
|
||||
|
||||
CODE ENDS
|
||||
END MAIN
|
BIN
Cracking/App/PswdHack/Bios/passAmi/PASS.COM
Normal file
BIN
Cracking/App/PswdHack/Bios/passAmi/PASS.COM
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Bios/passAmi/ami.zip
Normal file
BIN
Cracking/App/PswdHack/Bios/passAmi/ami.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Bios/passAmi/amidecod.zip
Normal file
BIN
Cracking/App/PswdHack/Bios/passAmi/amidecod.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Bios/passAmi/amipswd.com
Normal file
BIN
Cracking/App/PswdHack/Bios/passAmi/amipswd.com
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Bios/passAward/aw.zip
Normal file
BIN
Cracking/App/PswdHack/Bios/passAward/aw.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Bios/rpass26.zip
Normal file
BIN
Cracking/App/PswdHack/Bios/rpass26.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/KeyLog's/keycopy.zip
Normal file
BIN
Cracking/App/PswdHack/KeyLog's/keycopy.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/KeyLog's/keylog2.zip
Normal file
BIN
Cracking/App/PswdHack/KeyLog's/keylog2.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/KeyLog's/keylog95.zip
Normal file
BIN
Cracking/App/PswdHack/KeyLog's/keylog95.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/KeyLog's/winlogon.zip
Normal file
BIN
Cracking/App/PswdHack/KeyLog's/winlogon.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Qb32setup (QuickBook-QuickKen).exe
Normal file
BIN
Cracking/App/PswdHack/Qb32setup (QuickBook-QuickKen).exe
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/WD32setup (MS Word).exe
Normal file
BIN
Cracking/App/PswdHack/WD32setup (MS Word).exe
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Win95/keygen.zip
Normal file
BIN
Cracking/App/PswdHack/Win95/keygen.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Win95/pwltool.zip
Normal file
BIN
Cracking/App/PswdHack/Win95/pwltool.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Win95/pwlview.zip
Normal file
BIN
Cracking/App/PswdHack/Win95/pwlview.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Win95/win95.zip
Normal file
BIN
Cracking/App/PswdHack/Win95/win95.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/Win95/winpass.zip
Normal file
BIN
Cracking/App/PswdHack/Win95/winpass.zip
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/acsetup (Access).exe
Normal file
BIN
Cracking/App/PswdHack/acsetup (Access).exe
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/crakcr (CrackSure).exe
Normal file
BIN
Cracking/App/PswdHack/crakcr (CrackSure).exe
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/craksr (Login PCrack).exe
Normal file
BIN
Cracking/App/PswdHack/craksr (Login PCrack).exe
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/desencriptador.exe
Normal file
BIN
Cracking/App/PswdHack/desencriptador.exe
Normal file
Binary file not shown.
3
Cracking/App/PswdHack/e32setup.exe.htm
Normal file
3
Cracking/App/PswdHack/e32setup.exe.htm
Normal file
@ -0,0 +1,3 @@
|
||||
<HTML><HEAD><TITLE>Socket Error</TITLE></HEAD>
|
||||
<BODY><H1>Socket Error</H1><P><P>Connection to Remote Host timed out
|
||||
</BODY></HTML>
|
BIN
Cracking/App/PswdHack/lo3setup (Lotus 123).exe
Normal file
BIN
Cracking/App/PswdHack/lo3setup (Lotus 123).exe
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/msopswdm.exe
Normal file
BIN
Cracking/App/PswdHack/msopswdm.exe
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/mysetup (MS Money).exe
Normal file
BIN
Cracking/App/PswdHack/mysetup (MS Money).exe
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/qb3setup.exe
Normal file
BIN
Cracking/App/PswdHack/qb3setup.exe
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/qp3setup.exe
Normal file
BIN
Cracking/App/PswdHack/qp3setup.exe
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/wd3setup (Ms Word).exe
Normal file
BIN
Cracking/App/PswdHack/wd3setup (Ms Word).exe
Normal file
Binary file not shown.
BIN
Cracking/App/PswdHack/wpcrak.zip
Normal file
BIN
Cracking/App/PswdHack/wpcrak.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user