EdOverflow / can-i-take-over-xyz

"Can I take over XYZ?" — a list of services and how to claim (sub)domains with dangling DNS records.
Creative Commons Attribution 4.0 International
4.87k stars 716 forks source link

remove region prefix from ElasticBeanstalk domain fingerprint #369

Closed mdeous closed 1 year ago

mdeous commented 1 year ago

ElasticBeanstalk applications can be created in any region, but the current domain fingerprint includes the us-east-1 region prefix, which leads to false negatives when using it in an automated fashion to check a vulnerable domain in another region. This PR removes the region to prevent those false negatives (in the same way it's done for S3 and ELB).

EdOverflow commented 1 year ago

Thank you, @mdeous!