Initial commit
This commit is contained in:
commit
d3c6e29902
202 changed files with 3909 additions and 0 deletions
9
smbscan
Executable file
9
smbscan
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
i=0;
|
||||
|
||||
while [ $i -lt 255 ]; do
|
||||
smbclient -U Administrator -N -W workgroup -L $1.$i
|
||||
i=$[$i+1]
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue