init
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
This commit is contained in:
parent
256dc98754
commit
df2daf524d
641 changed files with 140617 additions and 12 deletions
9
nmapscan
Normal file
9
nmapscan
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
BASE=192.168.0
|
||||
SMBCLIENT="nmap"
|
||||
|
||||
i=0
|
||||
|
||||
while [ $i -lt 255 ]; do
|
||||
$SMBCLIENT "$BASE"."$i"
|
||||
i=$[$i+1]
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue