DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T c

⟦20cbcc364⟧ TextFile

    Length: 23636 (0x5c54)
    Types: TextFile
    Names: »collect.ps«

Derivation

└─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen
    └─⟦f36518b41⟧ »./worm/mit.tex.tar.z« 
        └─⟦87f8973c9⟧ 
            └─⟦this⟧ »collect.ps« 

TextFile

%!PS-Adobe-
%%DocumentFonts: Courier
%%Pages: 1
%%BoundingBox: 23 88 1279 675
%%EndComments
.86 1 scale
40 0 translate

/arrowheight 8 def
/arrowwidth 4 def
/none null def
/numgraphicparameters 10 def

/Begin {
save
numgraphicparameters dict begin
} def

/End {
end
restore
} def

/SetB {
dup type /nulltype eq {
pop
false /brushrightarrow idef
false /brushleftarrow idef
1 /brushwidth idef
0 /brushdashoffset idef
[] /brushdasharray idef
true /brushnone idef
} {
0 ne /brushrightarrow idef
0 ne /brushleftarrow idef
/brushwidth idef
/brushdashoffset idef
/brushdasharray idef
false /brushnone idef
} ifelse
} def

/SetF {
/printsize idef
/printfont idef
} def

/SetP {
dup type /nulltype eq {
pop
-1 /patterngraylevel idef
true /patternnone idef
} {
/patterngraylevel idef
false /patternnone idef
} ifelse
} def

/BSpl {
0 begin
storexyn
newpath
0 0 0 0 0 0 1 1 true subspline
n 2 gt {
0 0 0 0 1 1 2 2 false subspline
1 1 n 3 sub {
/i exch def
i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
} for
n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
} if
n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
patternnone not brushleftarrow not brushrightarrow not and and {
ifill
} if
brushnone not { istroke } if
0 0 1 1 leftarrow
n 2 sub dup n 1 sub dup rightarrow
end
} dup 0 4 dict put def

/Circ {
newpath
0 360 arc
patternnone not { ifill } if
brushnone not { istroke } if
} def

/CBSpl {
0 begin
dup 2 gt {
storexyn
newpath
n 1 sub dup 0 0 1 1 2 2 true subspline
1 1 n 3 sub {
/i exch def
i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
} for
n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
patternnone not { ifill } if
brushnone not { istroke } if
} {
Poly
} ifelse
end
} dup 0 4 dict put def

/Elli {
0 begin
/savedCTM matrix currentmatrix def
newpath
4 2 roll
translate
scale
0 0 1 0 360 arc
savedCTM setmatrix
patternnone not { ifill } if
brushnone not { istroke } if
end
} dup 0 1 dict put def

/Line {
0 begin
2 storexyn
newpath
x 0 get y 0 get moveto
x 1 get y 1 get lineto
brushnone not { istroke } if
0 0 1 1 leftarrow
0 0 1 1 rightarrow
end
} dup 0 4 dict put def

/MLine {
0 begin
storexyn
newpath
x 0 get y 0 get moveto
1 1 n 1 sub {
/i exch def
x i get y i get lineto
} for
patternnone not brushleftarrow not brushrightarrow not and and {
ifill
} if
brushnone not { istroke } if
0 0 1 1 leftarrow
n 2 sub dup n 1 sub dup rightarrow
end
} dup 0 4 dict put def

/Poly {
3 1 roll
newpath
moveto
-1 add
{ lineto } repeat
closepath
patternnone not { ifill } if
brushnone not { istroke } if
} def

/Rect {
0 begin
/t exch def
/r exch def
/b exch def
/l exch def
newpath
l b moveto
l t lineto
r t lineto
r b lineto
closepath
patternnone not { ifill } if
brushnone not { istroke } if
end
} dup 0 4 dict put def

/Text {
patternnone not { ishow } { pop } ifelse
} def

/idef {
dup where { pop pop pop } { exch def } ifelse
} def

/ifill {
gsave
patterngraylevel setgray
eofill
grestore
} def

/istroke {
gsave
brushdashoffset -1 eq {
[] 0 setdash
1 setgray
} {
brushdasharray brushdashoffset setdash
0 setgray
} ifelse
brushwidth setlinewidth
originalCTM setmatrix
stroke
grestore
} def

/ishow {
0 begin
gsave
0 2.5 originalCTM dtransform idtransform
/yoff exch def
/xoff exch def
printfont /Courier ne printsize 10 ne and { xoff yoff translate } if
printfont findfont printsize scalefont setfont
patterngraylevel setgray
/vertoffset printsize neg def {
0 vertoffset moveto show
/vertoffset vertoffset printsize sub def
} forall
grestore
end
} dup 0 3 dict put def

/arrowhead {
0 begin
transform originalCTM itransform
/taily exch def
/tailx exch def
transform originalCTM itransform
/tipy exch def
/tipx exch def
/dy tipy taily sub def
/dx tipx tailx sub def
/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
gsave
originalCTM setmatrix
tipx tipy translate
angle rotate
newpath
0 0 moveto
arrowheight neg arrowwidth 2 div lineto
arrowheight neg arrowwidth 2 div neg lineto
closepath
patternnone not { ifill } if
brushnone not { istroke } if
grestore
end
} dup 0 7 dict put def

/leftarrow {
0 begin
y exch get /taily exch def
x exch get /tailx exch def
y exch get /tipy exch def
x exch get /tipx exch def
brushleftarrow { tipx tipy tailx taily arrowhead } if
end
} dup 0 4 dict put def

/rightarrow {
0 begin
y exch get /tipy exch def
x exch get /tipx exch def
y exch get /taily exch def
x exch get /tailx exch def
brushrightarrow { tipx tipy tailx taily arrowhead } if
end
} dup 0 4 dict put def

/midpoint {
0 begin
/y1 exch def
/x1 exch def
/y0 exch def
/x0 exch def
x0 x1 add 2 div
y0 y1 add 2 div
end
} dup 0 4 dict put def

/thirdpoint {
0 begin
/y1 exch def
/x1 exch def
/y0 exch def
/x0 exch def
x0 2 mul x1 add 3 div
y0 2 mul y1 add 3 div
end
} dup 0 4 dict put def

/subspline {
0 begin
/movetoNeeded exch def
y exch get /y3 exch def
x exch get /x3 exch def
y exch get /y2 exch def
x exch get /x2 exch def
y exch get /y1 exch def
x exch get /x1 exch def
y exch get /y0 exch def
x exch get /x0 exch def
x1 y1 x2 y2 thirdpoint
/p1y exch def
/p1x exch def
x2 y2 x1 y1 thirdpoint
/p2y exch def
/p2x exch def
x1 y1 x0 y0 thirdpoint
p1x p1y midpoint
/p0y exch def
/p0x exch def
x2 y2 x3 y3 thirdpoint
p2x p2y midpoint
/p3y exch def
/p3x exch def
movetoNeeded { p0x p0y moveto } if
p1x p1y p2x p2y p3x p3y curveto
end
} dup 0 17 dict put def

/storexyn {
/n exch def
/y n array def
/x n array def
n 1 sub -1 0 {
/i exch def
y i 3 2 roll put
x i 3 2 roll put
} for
} def

%%EndProlog

%I Idraw 1

gsave
[ 0.9 0 0 0.9 0 0 ] concat
/originalCTM matrix currentmatrix def
grestore

Begin %I Pict
%I b u
%I f u
%I p u
[0.9 0 0 0.9 0 0] concat
%I t 0.9 0 0 0.9 0 0

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
462 581 462 469 Line %I 462 581 462 469
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
448 581 448 469 Line %I 448 581 448 469
End

Begin %I MLine
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
%I 4
336 238 %I 336 238
336 210 %I 336 210
252 210 %I 252 210
252 189 %I 252 189
4 MLine
End

Begin %I MLine
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
%I 4
259 238 %I 259 238
259 224 %I 259 224
231 224 %I 231 224
231 189 %I 231 189
4 MLine
End

Begin %I MLine
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
%I 4
175 238 %I 175 238
175 224 %I 175 224
210 224 %I 210 224
210 189 %I 210 189
4 MLine
End

Begin %I MLine
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
%I 4
70 238 %I 70 238
70 210 %I 70 210
189 210 %I 189 210
189 189 %I 189 189
4 MLine
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
336 350 336 266 Line %I 336 350 336 266
End

Begin %I MLine
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
%I 4
154 399 %I 154 399
154 308 %I 154 308
315 308 %I 315 308
315 266 %I 315 266
4 MLine
End

Begin %I MLine
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
%I 5
126 399 %I 126 399
126 294 %I 126 294
259 294 %I 259 294
259 273 %I 259 273
259 266 %I 259 266
5 MLine
End

Begin %I MLine
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
%I 4
98 399 %I 98 399
98 280 %I 98 280
175 280 %I 175 280
175 266 %I 175 266
4 MLine
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
70 399 70 266 Line %I 70 399 70 266
End

Begin %I Line
[] 0 1 1 1 SetB %I b 65535 1 1 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
483 455 511 455 Line %I 483 455 511 455
End

Begin %I Line
[] 0 1 1 1 SetB %I b 65535 1 1 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 7 -259] concat
%I t 1 0 0 1 7 -259
476 672 504 672 Line %I 476 672 504 672
End

Begin %I Line
[] 0 1 1 1 SetB %I b 65535 1 1 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 7 -301] concat
%I t 1 0 0 1 7 -301
476 672 504 672 Line %I 476 672 504 672
End

Begin %I Line
[] 0 1 1 1 SetB %I b 65535 1 1 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 0 -42] concat
%I t 1 0 0 1 0 -42
357 413 427 413 Line %I 357 413 427 413
End

Begin %I Line
[] 0 1 1 1 SetB %I b 65535 1 1 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
357 413 427 413 Line %I 357 413 427 413
End

Begin %I Line
[] 0 1 1 1 SetB %I b 65535 1 1 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
427 455 357 455 Line %I 427 455 357 455
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
406 609 385 658 Line %I 406 609 385 658
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
483 672 399 672 Line %I 483 672 399 672
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
448 721 385 686 Line %I 448 721 385 686
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
336 721 357 686 Line %I 336 721 357 686
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
77 721 77 658 Line %I 77 721 77 658
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
203 721 203 658 Line %I 203 721 203 658
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
371 658 294 539 Line %I 371 658 294 539
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
357 658 154 539 Line %I 357 658 154 539
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
203 630 126 539 Line %I 203 630 126 539
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
84 630 98 539 Line %I 84 630 98 539
End

Begin %I Pict
%I b u
%I f u
%I p u
%I t u

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1.73684 0 0 1.2 -162.474 -37.8] concat
%I t 1.73684 0 0 1.2 -162.474 -37.8
154 154 287 189 Rect %I 154 154 287 189
End

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1.03704 -2.5 0.518524] concat
%I t 1 0 0 1.03704 -2.5 0.518524

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 202 175] concat
%I t 1 0 0 1 202 175
%I waithit
[
(waithit)
] Text
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 112 161] concat
%I t 1 0 0 1 112 161
%I (wait for infected client to respond)
[
(\(wait for infected client to respond\))
] Text
End

End %I eop

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 98 -42] concat
%I t 1 0 0 1 98 -42

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 7 63] concat
%I t 1 0 0 1 7 63
203 217 280 245 Rect %I 203 217 280 245
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 221.5 300.5] concat
%I t 1 0 0 1 221.5 300.5
%I Hit rexec
[
(Hit rexec)
] Text
End

End %I eop

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
469 581 469 427 Line %I 469 581 469 427
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
476 581 476 385 Line %I 476 581 476 385
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
434 581 434 385 Line %I 434 581 434 385
End

Begin %I Line
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
441 581 441 427 Line %I 441 581 441 427
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 178 535] concat
%I t 1 0 0 1 178 535
%I 
[
()
] Text
End

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
%I t u
203 560 203 560 Rect %I 203 560 203 560
End

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 -28 -161] concat
%I t 1 0 0 1 -28 -161

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 0 0] concat
%I t 1 0 0 1 0 0
77 560 203 651 Rect %I 77 560 203 651
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 113 612] concat
%I t 1 0 0 1 113 612
%I Host List
[
(Host List)
] Text
End

Begin %I Poly
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 0 0] concat
%I t 1 0 0 1 0 0
%I 4
77 700 %I 77 700
105 651 %I 105 651
175 651 %I 175 651
203 700 %I 203 700
4 Poly
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 -140 -168] concat
%I t 1 0 0 1 -140 -168

Begin %I Poly
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 294 7] concat
%I t 1 0 0 1 294 7
%I 4
77 700 %I 77 700
105 651 %I 105 651
175 651 %I 175 651
203 700 %I 203 700
4 Poly
End

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 294 7] concat
%I t 1 0 0 1 294 7
77 560 203 651 Rect %I 77 560 203 651
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 392 619] concat
%I t 1 0 0 1 392 619
%I User Name List
[
(User Name List)
] Text
End

End %I eop

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 427 637] concat
%I t 1 0 0 1 427 637
%I 
[
()
] Text
End

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 280 35] concat
%I t 1 0 0 1 280 35

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 0 0] concat
%I t 1 0 0 1 0 0
63 623 119 651 Rect %I 63 623 119 651
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 70 643.5] concat
%I t 1 0 0 1 70 643.5
%I Phase 0
[
(Phase 0)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 336 42] concat
%I t 1 0 0 1 336 42

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
%I t u
56 679 168 707 Rect %I 56 679 168 707
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 64 699.5] concat
%I t 1 0 0 1 64 699.5
%I /etc/hosts.equiv
[
(/etc/hosts.equiv)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 238 0] concat
%I t 1 0 0 1 238 0

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
%I t u
63 721 126 749 Rect %I 63 721 126 749
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 70.5 741.5] concat
%I t 1 0 0 1 70.5 741.5
%I /.rhosts
[
(/.rhosts)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 28 -224] concat
%I t 1 0 0 1 28 -224

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
%I t u
343 805 420 833 Rect %I 343 805 420 833
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 351.5 825.5] concat
%I t 1 0 0 1 351.5 825.5
%I ~/.forward
[
(~/.forward)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 112 -175] concat
%I t 1 0 0 1 112 -175

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
%I t u
350 756 420 784 Rect %I 350 756 420 784
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 358 776.5] concat
%I t 1 0 0 1 358 776.5
%I ~/.rhosts
[
(~/.rhosts)
] Text
End

End %I eop

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
%I t u
63 742 63 742 Rect %I 63 742 63 742
End

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 252 -175] concat
%I t 1 0 0 1 252 -175

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
%I t u
175 616 231 644 Rect %I 175 616 231 644
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 182 636.5] concat
%I t 1 0 0 1 182 636.5
%I Phase 1
[
(Phase 1)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 259 -176] concat
%I t 1 0 0 1 259 -176

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 0 0.5] concat
%I t 1 0 0 1 0 0.5
168 574 224 602 Rect %I 168 574 224 602
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 175 595] concat
%I t 1 0 0 1 175 595
%I Phase 2
[
(Phase 2)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 378 -42] concat
%I t 1 0 0 1 378 -42

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
%I t u
105 700 189 728 Rect %I 105 700 189 728
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 114 720.5] concat
%I t 1 0 0 1 114 720.5
%I /etc/passwd
[
(/etc/passwd)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 -2 -4] concat
%I t 1 0 0 1 -2 -4

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 2 4] concat
%I t 1 0 0 1 2 4
231 350 357 399 Rect %I 231 350 357 399
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 245 385] concat
%I t 1 0 0 1 245 385
%I Guessed Passwords
[
(Guessed Passwords)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 252 -175] concat
%I t 1 0 0 1 252 -175

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
%I t u
175 532 231 560 Rect %I 175 532 231 560
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 182 552.5] concat
%I t 1 0 0 1 182 552.5
%I Phase 3
[
(Phase 3)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 -35 -301] concat
%I t 1 0 0 1 -35 -301

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
%I t u
546 658 651 686 Rect %I 546 658 651 686
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 553.5 678.5] concat
%I t 1 0 0 1 553.5 678.5
%I /usr/dict/words
[
(/usr/dict/words)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 0 -1] concat
%I t 1 0 0 1 0 -1

Begin %I Rect
[] 0 1 1 1 SetB %I b 65535 1 1 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1.16667 0 0 1 4.66669 -90.5] concat
%I t 1.16667 0 0 1 4.66669 -90.5
434 490 518 518 Rect %I 434 490 518 518
End

Begin %I Text
[] 0 1 1 1 SetB %I b 65535 1 1 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 518 420] concat
%I t 1 0 0 1 518 420
%I Internal Words
[
(Internal Words)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
%I t u

Begin %I Rect
[] 0 1 1 1 SetB %I b 65535 1 1 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
%I t u
511 441 616 469 Rect %I 511 441 616 469
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 518.5 461.5] concat
%I t 1 0 0 1 518.5 461.5
%I Obvious Guesses
[
(Obvious Guesses)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 14 -14] concat
%I t 1 0 0 1 14 -14

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 7 35] concat
%I t 1 0 0 1 7 35
203 217 280 245 Rect %I 203 217 280 245
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 227.5 272.5] concat
%I t 1 0 0 1 227.5 272.5
%I Hit rsh
[
(Hit rsh)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 -153 20] concat
%I t 1 0 0 1 -153 20

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 -1.5 0.5] concat
%I t 1 0 0 1 -1.5 0.5
203 217 280 245 Rect %I 203 217 280 245
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 210 238] concat
%I t 1 0 0 1 210 238
%I Hit finger
[
(Hit finger)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 -70 49] concat
%I t 1 0 0 1 -70 49

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 7 -28] concat
%I t 1 0 0 1 7 -28
203 217 280 245 Rect %I 203 217 280 245
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 224.5 209.5] concat
%I t 1 0 0 1 224.5 209.5
%I Hit SMTP
[
(Hit SMTP)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 -161 469] concat
%I t 1 0 0 1 -161 469

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 0 -56] concat
%I t 1 0 0 1 0 -56
203 217 280 245 Rect %I 203 217 280 245
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 220.5 181.5] concat
%I t 1 0 0 1 220.5 181.5
%I if_init
[
(if_init)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 -168 608] concat
%I t 1 0 0 1 -168 608

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 -0.5 0.5] concat
%I t 1 0 0 1 -0.5 0.5
196 112 301 140 Rect %I 196 112 301 140
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 203 133] concat
%I t 1 0 0 1 203 133
%I Interface Table
[
(Interface Table)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 -161 469] concat
%I t 1 0 0 1 -161 469

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 126 -56] concat
%I t 1 0 0 1 126 -56
203 217 280 245 Rect %I 203 217 280 245
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 346.5 181.5] concat
%I t 1 0 0 1 346.5 181.5
%I rt_init
[
(rt_init)
] Text
End

End %I eop

Begin %I Pict
%I b u
%I f u
%I p u
[1 0 0 1 -161 602] concat
%I t 1 0 0 1 -161 602

Begin %I Rect
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
%I t u
322 119 413 147 Rect %I 322 119 413 147
End

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
0 SetP %I p 65535
[1 0 0 1 328.5 139.5] concat
%I t 1 0 0 1 328.5 139.5
%I Routing Table
[
(Routing Table)
] Text
End

End %I eop

Begin %I Text
[] 0 1 0 1 SetB %I b 65535 1 0 1
/Courier 10 SetF %I f 6x13 Courier 10
1 SetP %I p 0
[1 0 0 1 336 112] concat
%I t 1 0 0 1 336 112
%I (netstat)
[
(\(netstat\))
] Text
End

End %I eop

%%Trailer

showpage