Poro is a tool to Scan for publicly accessible assets on your AWS environment
Services covered by this tool:
Poro also check if a tag you specify is applied to identified public resources using –tag-key and –tag-value arguments.
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
Poro prints the scanning results at the end of it’s execution in a json file if no export option is not specified.
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…