punk-security / dnsReaper

dnsReaper - subdomain takeover tool for attackers, bug bounty hunters and the blue team!
GNU Affero General Public License v3.0
2.03k stars 167 forks source link

Add support for EKS Pod Identity #189

Closed ebarped closed 1 month ago

ebarped commented 2 months ago

Right now, if you execute this project inside an EKS cluster, you get an error like this:

ValueError: Unsupported host '169.254.170.23'.  Can only retrieve metadata from these hosts: 169.254.170.2, localhost, 127.0.0.1

We should update the boto3 lib to enable support for running inside an EKS cluster.