5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/sh
|
|
nmap -sn 192.168.2.0/24 > /tmp/nmap.log
|
|
python nmap-scanner.py
|
|
|
#!/bin/sh
|
|
nmap -sn 192.168.2.0/24 > /tmp/nmap.log
|
|
python nmap-scanner.py
|
|
|