Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/jhaddix/awsscrape
OSINT (Open Source Intelligence)ReconnaissanceNetwork MappingInformation GatheringNetwork Security
GitHubjhaddix/awsscrape

awsScrape

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

View Repository
237292 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

AWSScrape

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.

Twitter

Installation

  1. Clone this repository:
root@kitploit:~
git clone https://github.com/jhaddix/awsscrape.git
cd awsscrape

Usage

Run the script as follows:

root@kitploit:~
go run awsscrape.go -keyword=<KEYWORD>  
ArgumentDescription
-keywordProvide a single keyword to search for in SSL certificates
-outputProvide an output file to store results within
-randomizeWhen set, randomize the order in which IP addresses are checked
-threadsSpecify the number of concurrent threads (default 4)
-timeoutSpecify the number of seconds to timeout an SSL connection (default 1)
-v -verboseEnable verbose mode
-w -wordlistSpecify a file of keywords to check for (on newlines)

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.

=================================================================================================================================================

Disclaimer: Usage without a customers permission may constitute a violation of AWS AUP:

  • https://aws.amazon.com/security/penetration-testing/
  • https://aws.amazon.com/aup/

Use Responsibly

Download Tool