Skip to content

Releases: bee-san/pyWhat

5.1.0 - New & Better regex ✨

04 Dec 20:22
1e843aa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0 - More Regex, Breaking changes for some <3 :)

22 Oct 16:31
Compare
Choose a tag to compare

⚠ Breaking

These regexes were changed to rarity of 0 and no longer appear by default in the CLI https://github.com/bee-san/pyWhat/pull/198/files

What's Changed

New Contributors

Full Changelog: 4.3.1...5.0.0

Reduce Spam

10 Oct 09:05
0765321
Compare
Choose a tag to compare

We set a bunch of the most spammiest regex down to 0, to reduce the amount of spam you see when using PyWhat! 🥳

What's Changed

Full Changelog: 4.3.0...4.2.1

New Regex, Less Spam!

09 Oct 09:17
ac3b4d5
Compare
Choose a tag to compare

Turns a lot of spammy regex down to 0.1 so you won't see them unless you want to. Also adds some new regex :)

What's Changed

New Contributors

Full Changelog: 4.2.0...4.3.0

More Bug Bounty regex :)

08 Oct 17:15
Compare
Choose a tag to compare

No breaking changes, just good old fashioned additions :)

What's Changed

New Contributors

Full Changelog: 4.1.0...4.2.0

Bug Bounty Galore 🔥

05 Oct 16:36
89797b5
Compare
Choose a tag to compare

Stuff you want to know

  • Curl webhooks in the exploit section for bug bounties are automatically filled in
  • We now support piping, so you can do curl skerritt.blog | pywhat
  • When in bug bounty mode (--includes "Bug Bounty") we no longer print "Nothing found!" so you can alert on any printing :)
  • A bunch of new Regex!

What's Changed

  • Updates bug bounty commands by @bee-san in #154
  • New Relic Keys by @colinodell in #156
  • Automatically fill in the Curl webhook by @colinodell in #157
  • Create CONTRIBUTING.md by @bee-san in #139
  • Bug fixes and cleanup by @piatrashkakanstantinass in #147
  • Add pipeline support by @piatrashkakanstantinass in #159
  • Add black and isort tests by @piatrashkakanstantinass in #161
  • Do not print 'Nothing found!' in bug bounty mode by @Alireza-Sampour in #165
  • [ImgBot] Optimize images by @imgbot in #166
  • Add Keyhacks information to Exploits where applicable by @vanjo9800 in #162
  • Fix exploit token replacement when having multiple matches by @vanjo9800 in #167
  • Added Turkish regexes by @sonniki in #169
  • Adding test for pypi upload token by @davidclarance in #170
  • added nano; simplify by @hexiro in #168
  • Regex Tests: Added Hawk API test and Fixed Discord WebHook Regex by @0xmostafam in #173

New Contributors

Full Changelog: 4.0.0...4.1.0

🐛 New Bug Bounty mode!

02 Oct 11:52
3c01717
Compare
Choose a tag to compare

In this release we added 67 new bug bounty regex!

Run PyWhat in your toolchains with pywhat --include "Bug Bounty" to find all the bugs 🐛🐛

We also switched to a new raw mode so you can easily check for links :)

Add orjson as optional dependency

28 Aug 06:50
7806684
Compare
Choose a tag to compare

What’s Changed

  • Add orjson extra to pyproject.toml (#143) @piatrashkakanstantinass

Orjson increases the speed of PyWhat :)

Subcategories!

27 Aug 06:23
1fe94fc
Compare
Choose a tag to compare

What’s Changed

  • Implement subcategories (#127) @piatrashkakanstantinass
  • Make searching filenames for matches optional (#128) @amadejpapez
  • Better regex for BTC, BCH and XMR wallets (#129) @amadejpapez
  • Fix for --json command option (#135) @amadejpapez
  • Remove children data from identify() return object (#134) @piatrashkakanstantinass
  • Release 3.4.0 :) (#132) @bee-san

Boundaryless Regex and more!

31 Jul 18:38
Compare
Choose a tag to compare

What’s Changed