Skip to content

Bunch of new analyzers, tests and actions

Compare
Choose a tag to compare
@d-Rickyy-b d-Rickyy-b released this 11 Nov 22:51
· 302 commits to master since this release

During hacktoberfest 2019 there has been a huge interest in this project and people implemented tests, actions, analyzers and other stuff. I think that this all is worth a new minor release.

1.1.0 - 2019-11-11

Added

  • Implement TemplatingEngine for filling template strings with content (8481036)
  • Add custom request headers in request.py (5043e0c)
  • Add flags to RegexAnalyzer to handle e.g. case insensitive matching (ddd0dca)
  • logger object now usable from within any analyzer (d21532e)
  • Implement logical analyzers (and/or) (94fc691)
  • Implement listify method to create lists from a given input (e935122)
  • Implement support for onstart handlers (25b5313)
  • Create docker-compose file (83014be)
  • New Action: TwitterAction for posting tweets when a paste matched (2056c3c)
  • New Action: DiscordAction (eafdc1c)
  • New Action: MISPAction (8dabe5d)
  • New Action: EmailAction (9cfba96)
  • New Action: IrcAction (fc1d1ab)
  • New Analyzer: PrivateKeyAnalyzer (a8746f1)
  • New Analyzer: DatabaseDumpAnalyzer (0aa63ad)
  • New Analyzer: DBConnAnalyzer (e940630)
  • New Analyzer: PhoneNumberAnalyzer (9ff58b9)
  • New Analyzer: OriginKeyAnalyzer (d0d715d)
  • New Analyzer: SteamKeyAnalyzer (27273a6)
  • New Analyzer: UplayKeyAnalyzer (38097ac)
  • New Analyzer: EpicKeyAnalyzer (da122da)
  • New Analyzer: BattleNetKeyAnalyzer (8927204)
  • New Analyzer: MicrosoftKeyAnalyzer (8927204)
  • New Analyzer: AWSAccessKeyAnalyzer (ebc6eab)
  • New Analyzer: AWSSecretKeyAnalyzer (d07021a)
  • New Analyzer: SlackWebhookAnalyzer (c40c364)
  • New Analyzer: GoogleOAuthKeyAnalyzer (fbfb8bf)
  • New Analyzer: FacebookAccessTokenAnalyzer (bb51e3e)
  • New Analyzer: Base64Analyzer (8d50fbe)
  • New Analyzer: AdobeKeyAnalyzer (4e52345)
  • New Analyzer: EmailPasswordPairAnalyzer (f0af9cb)
  • New Analyzer: HashAnalyzer (87080c2)
  • New Analyzer: SlackTokenAnalyzer (d686169)
  • New Analyzer: MailChimpApiKeyAnalyzer (2e5302d)
  • New Analyzer: MegaLinkAnalyzer (c884cb6)
  • New Analyzer: StripeApiKeyAnalyzer (f9bd202)
  • New Analyzer: AzureSubscriptionKeyAnalyzer (b010cb5)
  • New Analyzer: GoogleApiKeyAnalyzer (635a5e4)

Changed

  • Add pastebinscraper by default (d00fc83)
  • Remove unused custom_payload from DiscordAction (7b13d75)

Fixed

  • SHA hash analyzer can now accept multiple length hashes (494d1af)
  • Use empty string if paste.body is set to None in URL- and IBANAnalyzer (09f6763)
  • Include some changes when creating a sqlite file (0eb3504)