0x0FB0 / rfping

AWS lambda for SSRF testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rfping

AWS Lambda for SSRF testing (Similar to Burp Collaborator)

Example usage

Record HTTP request URL

Details will be permanently stored in DynamoDB.

curl "https://yfo4rqrd55.execute-api.eu-west-2.amazonaws.com/rfping/SoMeTeStStRiNG"

Trigger a HTTP redirect

Details will be permanently stored in DynamoDB.

curl "https://yfo4rqrd55.execute-api.eu-west-2.amazonaws.com/rfping/SoMeTeStStRiNG?code=302&location=http://evil.com/xxx"

List recorded HTTP requests

Access to list of recorded requests is limited to public IP from terraform launch

curl "https://yfo4rqrd55.execute-api.eu-west-2.amazonaws.com/rfping/SoMeTeStStRiNG" -X OPTIONS

About

AWS lambda for SSRF testing


Languages

Language:HCL 64.2%Language:Go 34.3%Language:Shell 1.5%