Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A tool to scrape the AWS ranges looking for a keyword in SSL certificate data.

Notifications You must be signed in to change notification settings

codingo/awsScrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

AWSScrape is a tool designed to scrape SSL certificates from all AWS IP ranges, searching for specific keywords in the certificates' Common Name (CN), Organization (O), and Organizational Unit (OU) fields.

Installation

  1. Clone this repository:
git clone https://github.com/jhaddix/awsscrape.git
cd awsscrape

Usage

Run the script as follows:

go run awsscrape.go -keyword=

Replace with the keyword you want to search for in the SSL certificates.

The script will parse the SSL certificates from the AWS IP ranges and display any matching your KEYWORD with the IP addresses of the matching certificates.

Please note that iterating through all AWS IP addresses and checking SSL certificates WILL take a long time to complete.

About

A tool to scrape the AWS ranges looking for a keyword in SSL certificate data.

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%