We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c6e4b commit 675f6f9Copy full SHA for 675f6f9
2 files changed
README.md
@@ -4,9 +4,9 @@ httpscan是一个扫描指定网段的Web主机的小工具。和端口扫描器
4
httpscan会返回IP http状态码 Web容器版本 以及网站标题。
5
![demo][1]
6
7
-Usage:./httpscan IP/CIDR –t threads
+**Usage**:`./httpscan IP/CIDR –t threads`
8
9
-Example:./httpscan.py 10.20.30.0/24 –t 10
+Example:`./httpscan.py 10.20.30.0/24 –t 10`
10
11
12
[1]: https://raw.githubusercontent.com/zer0h/httpscan/master/log/demo.png
README.md~
@@ -0,0 +1,12 @@
1
+# httpscan
2
+httpscan是一个扫描指定网段的Web主机的小工具。和端口扫描器不一样,httpscan是以爬虫的方式进行Web主机发现,因此相对来说不容易被防火墙拦截。
3
+
+httpscan会返回IP http状态码 Web容器版本 以及网站标题。
+![demo][1]
+Usage:./httpscan IP/CIDR –t threads
+Example:./httpscan.py 10.20.30.0/24 –t 10
+ [1]: https://raw.githubusercontent.com/zer0h/httpscan/master/log/demo.png
0 commit comments