File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ httpscan是一个扫描指定网段的Web主机的小工具。和端口扫描器
44httpscan会返回IP http状态码 Web容器版本 以及网站标题。
55![ demo] [ 1 ]
66
7- Usage: ./httpscan IP/CIDR –t threads
7+ ** Usage** : ` ./httpscan IP/CIDR –t threads `
88
9- Example:./httpscan.py 10.20.30.0/24 –t 10
9+ Example:` ./httpscan.py 10.20.30.0/24 –t 10 `
1010
1111
1212 [ 1 ] : https://raw.githubusercontent.com/zer0h/httpscan/master/log/demo.png
Original file line number Diff line number Diff line change 1+ # httpscan
2+ httpscan是一个扫描指定网段的Web主机的小工具。和端口扫描器不一样,httpscan是以爬虫的方式进行Web主机发现,因此相对来说不容易被防火墙拦截。
3+
4+ httpscan会返回IP http状态码 Web容器版本 以及网站标题。
5+ ![demo][1]
6+
7+ Usage:./httpscan IP/CIDR –t threads
8+
9+ Example:./httpscan.py 10.20.30.0/24 –t 10
10+
11+
12+ [1]: https://raw.githubusercontent.com/zer0h/httpscan/master/log/demo.png
You can’t perform that action at this time.
0 commit comments