Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardodalinky/autonomy-detect
计算机网络管理 2021秋
https://github.com/leonardodalinky/autonomy-detect
Last synced: 29 days ago
JSON representation
计算机网络管理 2021秋
- Host: GitHub
- URL: https://github.com/leonardodalinky/autonomy-detect
- Owner: leonardodalinky
- License: mit
- Created: 2021-12-08T07:51:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T06:02:38.000Z (about 3 years ago)
- Last Synced: 2024-10-28T04:48:26.950Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autonomy-detect
2021 秋季学期“计算机网络管理”课程大作业。主要内容为校园网自治域的 IP 探测等。
目前已知的校园网自治域列在 `as.csv` 中,且内容如下
```
58.207.0.0/16
59.66.0.0/16
101.5.0.0/16
101.6.0.0/16
183.172.0.0/16
183.172.0.0/15
183.173.0.0/16
202.38.112.0/24
202.112.43.0/24
202.205.16.0/20
```## 依赖工具
需要确保安装好 `masscan` 和 `nmap` 两个工具,其次安装好 python 3.7+ 即可
**注意**:`masscan` 工具基本都需要 root 权限才可使用
## 任务分析
现在分析的到下面几个子任务:
* IP 探测:位于文件夹 `ip_detect` 中。目的为检测各个网段中的活跃 ip 地址,使用 masscan 的 ping 进行探测
* 端口检测: