https://github.com/tejado/zmap-tools
zmap tools for data collection and analysis
https://github.com/tejado/zmap-tools
Last synced: 9 months ago
JSON representation
zmap tools for data collection and analysis
- Host: GitHub
- URL: https://github.com/tejado/zmap-tools
- Owner: tejado
- License: bsd-3-clause
- Created: 2016-12-30T13:23:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T14:02:23.000Z (about 9 years ago)
- Last Synced: 2025-04-02T04:08:47.924Z (9 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zmap-tools
A small tool collection for ZMap to collect and analyse data.
## zscan.sh
Wrapper around ZMap and ZGrab to scan for specific http/https ports over a specific IP network range list.
```shell
$ ./zscan.sh ip-list.txt output.txt
```
## zdata.py
Parsing the output file of zscan.sh in different ways, e.g. searching for webserver directory listings ("Index of /") including a recursive directory structure.
```shell
$ ./zdata.py --help
```
## ???
"[ZMap](https://zmap.io/) is an open-source network scanner that enables researchers to easily perform Internet-wide network studies. With a single machine and a well provisioned network uplink, ZMap is capable of performing a complete scan of the IPv4 address space in under 5 minutes, approaching the theoretical limit of ten gigabit Ethernet." zmap.io, 2016.
## Disclaimer
These tools were created during long nights with a lot of drinks at the 33c3.
Feel free to improve them in any way!