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/9rnt/poro
Cloud Infrastructure SecurityVulnerability ScannersCloud SecurityMisconfiguration
GitHub9rnt/poro

poro

Scan publicly accessible assets on your AWS cloud environment

View Repository
1361433 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

poro

Poro art

Description

Scan for publicly accessible assets on your AWS environment

Services covered by this tool:

  • AWS ELB
  • API Gateway
  • S3 Buckets
  • RDS Databases
  • EC2 instances
  • Redshift Databases

Poro also check if a tag you specify is applied to identified public resources using --tag-key and --tag-value arguments.

Prequisites

  • AWS account with Read Only Access to services listed above.
  • Python 3.X
  • requests>=2.22.0
  • boto3>=1.20
  • botocore>= 1.20
  • enlighten>=1

Usage

  • Clone this repository

  • Configure your envionment with active credentials -> aws configure [sso]

  • pip install -r requirements.txt

  • Run python poro.py [-h] [--profile PROFILE] [--export FILE_NAME] [--verbose] [--tag-key KEY] [--tag-value VALUE]

    root@kitploit:~
    optional arguments:
    -h, --help          show this help message and exit
    --profile PROFILE   Specify the aws profile (default is default)
    --export FILE_NAME  Specify the file name if you want to expport the results
    --verbose, -v
    --tag-key KEY       Specify the tag key that you want to check if it exists in public resources
    --tag-value VALUE   Specify the tag value that you want to check if it exists in public resources
    
Download Tool

Poro prints the scanning results at the end of it's execution in a json file if no export option is not specified.