Initial commit
This commit is contained in:
commit
d3c6e29902
202 changed files with 3909 additions and 0 deletions
10
smbmessage-classc
Executable file
10
smbmessage-classc
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
BASE=192.168.0
|
||||
MESSAGE="Network Failure"
|
||||
SMBCLIENT="smbclient -n NONE -M"
|
||||
|
||||
i=1
|
||||
|
||||
while [ $i -lt 255 ]; do
|
||||
echo $MESSAGE | $SMBCLIENT "$BASE"."$i"
|
||||
i=$[$i+1]
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue