Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fofapro/Hosts_scan
这是一个用于IP和域名碰撞匹配访问的小工具,旨意用来匹配出渗透过程中需要绑定hosts才能访问的弱主机或内部系统。
https://github.com/fofapro/Hosts_scan
Last synced: 17 days ago
JSON representation
这是一个用于IP和域名碰撞匹配访问的小工具,旨意用来匹配出渗透过程中需要绑定hosts才能访问的弱主机或内部系统。
- Host: GitHub
- URL: https://github.com/fofapro/Hosts_scan
- Owner: fofapro
- Created: 2019-01-10T04:12:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T11:15:55.000Z (over 5 years ago)
- Last Synced: 2024-11-19T22:49:52.014Z (22 days ago)
- Language: Python
- Size: 43 KB
- Stars: 1,131
- Watchers: 10
- Forks: 159
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome - fofapro/Hosts_scan - 04 star:1.1k fork:0.2k 这是一个用于IP和域名碰撞匹配访问的小工具,旨意用来匹配出渗透过程中需要绑定hosts才能访问的弱主机或内部系统。 (Python)
README
# Hosts_scan
这是一个用于IP和域名碰撞匹配访问的小工具,旨意用来匹配出渗透过程中需要绑定hosts才能访问的弱主机或内部系统。#### IP_hosts_scan_multithreading.py 为 Rivaill 修改为多线程版本并添加了进度条,Python2.* / Python3.* 均可执行
Python => 3.X
python IP_hosts_scan.py
读取 ip.txt 和 hosts.txt 遍历匹配访问
![效果图](https://raw.githubusercontent.com/r35tart/Hosts_scan/master/ok.png)