Skip to content

Releases: 0xdsm/Pinkerton

Pinkerton 1.7

10 May 21:43

Choose a tag to compare

  • Removed "banner.txt" file
  • Removed ASCII art from banner
  • Changed color and print scheme
  • Changed "rich.print" to "rich.console.print"
  • Improved the code
  • Add -H option, now you can specify custom headers, for example:
    python3 main.py -u https://webhook.site/793d267f-c86a-48e6-94e6-9513d0f8917a -H "First-Header" "First-Header-Value" -H "Second-Header" "Second-Header-Value"
    GET 	https://webhook.site/793d267f-c86a-48e6-94e6-9513d0f8917a
    second-header 	Second-Header-Value
    first-header 	First-Header-Value
    
  • Removed Heroku API Key regex because of false positives

Pinkerton 1.6

31 Jul 22:42

Choose a tag to compare

🎉 1.6 - 31/07/2022

  • Added 11 new secrets regex patterns:

    • URL Schemes
    • Adobe Client Secret
    • Alibaba AccessKey ID
    • Clojars API Token
    • Doppler API Token
    • Dynatrace API Token
    • EasyPost API Token
    • GitHub App Token
    • GitHub Personal Access Token
    • GitLab Personal Access Token
    • NPM Access Token
  • Fixed GCP API Key regex

  • Removed useless if/else code

Full Changelog: 1.5...1.6

Pinkerton 1.5

28 Jul 21:58

Choose a tag to compare

🎉 1.5 - 28/07/2022

  • Added 9 new secrets regex patterns:

    • Artifactory API Token & Password
    • Cloudinary Basic Auth
    • Facebook Client ID
    • IPv4 Address
    • Linkedin Secret Key
    • Picatic API Key
    • Mailto String
    • Slack Token
    • URL Parameters
  • Fixed error message when not parsing arguments

  • Changed status messages icons

  • Changed README.md banner

  • Updated README.md

Full Changelog: 1.4...1.5

Pinkerton 1.4

18 Jul 20:22

Choose a tag to compare

🎉 1.4 - 18/07/2022

  • Added 5 new secrets regex patterns:

    • PGP Private Key Block
    • SSH DSA Private Key
    • SSH EC Private Key
    • SSH RSA Key
    • SSH ED25519 Public Key
  • Added jsbeautifier lib to improve regex pattern matching

  • Fixed blank regex pattern matching caused by not beautified code

  • Fixed infinite JavaScript file scanning

Full Changelog: 1.3...1.4

Pinkerton 1.3

04 Jul 23:31

Choose a tag to compare

🎉 1.3 - 04/07/2022

  • Added and updated a bunch of secrets regex:

    • Cloudinary
    • Firebase URL
    • Slack Token
    • Facebook Access & API
    • Mailgun API Key
    • Heroku API Key
    • Picatic API Key
    • Paypal Braintree
    • Twitter Access & OAuth Token
    • GitHub URL
    • Stripe
    • Slack Webhook
    • Twilio API Key
    • Square Access Token & OAuth Secret
  • Removed text file with URLs scanner to fix bugs