First commit 20/05/2001

This commit is contained in:
2021-09-12 22:56:07 +02:00
commit 92ece5a697
131 changed files with 5107 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View 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!

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View 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

View 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!

View 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.

Binary file not shown.

View File

@ -0,0 +1 @@
Shows BIOS password

View 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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View 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>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.