Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zer0h/httpscan
一个爬虫式的网段Web主机发现小工具 # A HTTP Service detector with a crawler from IP/CIDR
https://github.com/zer0h/httpscan
Last synced: 22 days ago
JSON representation
一个爬虫式的网段Web主机发现小工具 # A HTTP Service detector with a crawler from IP/CIDR
- Host: GitHub
- URL: https://github.com/zer0h/httpscan
- Owner: zer0h
- Created: 2016-03-29T11:03:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T02:40:50.000Z (over 8 years ago)
- Last Synced: 2024-08-05T17:40:24.331Z (4 months ago)
- Language: Python
- Homepage:
- Size: 276 KB
- Stars: 394
- Watchers: 12
- Forks: 172
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - zer0h/httpscan - 一个爬虫式的网段Web主机发现小工具 # A HTTP Service detector with a crawler from IP/CIDR (Python)
README
# httpscan
httpscan是一个扫描指定CIDR网段的Web主机的小工具。和端口扫描器不一样,httpscan是以爬虫的方式进行Web主机发现,因此相对来说不容易被防火墙拦截。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