WebHackersWeapons/weapons/masscan.yaml

11 lines
269 B
YAML
Raw Normal View History

2022-08-16 11:42:23 +00:00
---
name: masscan
description: 'TCP port scanner, spews SYN packets asynchronously, scanning entire
Internet in under 5 minutes. '
2022-08-16 16:11:14 +00:00
url: https://github.com/robertdavidgraham/masscan
2022-08-16 11:42:23 +00:00
category: tool
2022-08-19 07:26:26 +00:00
type: Recon
2024-01-01 16:08:52 +00:00
platform: [linux, macos, windows]
2022-08-19 07:26:26 +00:00
lang: C
2024-01-01 16:08:52 +00:00
tags: [portscan]