2 Star 0 Fork 0

mirrors_sporkmonger/aws-nmap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.rst 428 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bob Aman 提交于 2017-01-09 12:04 . Update README.rst

aws-nmap

This package provides a simple way to nmap over all public/elastic IPs on an AWS account.

Install:

$ pip install aws-nmap

Usage:

$ aws-nmap -sC -sV

Alternatively you can:

$ aws ec2 describe-instances --query "Reservations[*].Instances[*].PublicIpAddress" --output=text > /tmp/publicips.txt

$ nmap -iL /tmp/publicips.txt -sC -sV

Assuming you want to look that up every time.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sporkmonger/aws-nmap.git
git@gitee.com:mirrors_sporkmonger/aws-nmap.git
mirrors_sporkmonger
aws-nmap
aws-nmap
master

搜索帮助