Skip to content

DenizenB/pufferphish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pufferphish

An automated dynamic analysis approach to extracting exfiltration URLs from phishing sites and documents.

REST API

Analyze a URL:

$ curl "http://localhost:1234/submit" -X POST -d "url=https://pub-20cffe933ea147e7911147f1c88f341b.r2.dev/index.html"
{
  "exfiltration": [
    {
      "body": "",
      "credential_types": [
        "username"
      ],
      "method": "GET",
      "url": "https://dashboard.example.com/web/site/go-back?usr=USERNAME&token=9704A-4FC48-AE885-98DCB-DCDF5-7F3FD-EF-16-81851-875"
    }
  ],
  "html": "...",
  "solver_html": "..."
}

Alternatively, you can analyze an HTML file:

$ curl "http://localhost:1234/submit" -X POST -F "[email protected]"

Credit

About

Automated dynamic analysis of phishing sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published