Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

sporkmonger/aws-nmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Scan Public/Elastic IPs on AWS with nmap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages