Skip to content

Releases: bee-san/pyWhat

JSON output, better regex, better filtering!

27 Jun 07:09
4224dff
Compare
Choose a tag to compare

What’s Changed

More identifiers, less bugs, more love!

25 Jun 20:34
ad4752c
Compare
Choose a tag to compare

What’s Changed

⚠ Breaking API changes

12 Jun 07:43
544e9a9
Compare
Choose a tag to compare

This breaks the API. Please read https://github.com/bee-san/pyWhat/wiki/API

What’s Changed

Filters for CLI + APi, with new regex!

06 Jun 12:07
93b3bfa
Compare
Choose a tag to compare

What’s Changed

Faster Regex, Stronger Regex, Better Regex - Daft Punk

24 May 07:22
8dd40dd
Compare
Choose a tag to compare

What’s Changed

  • Changed regex from plural to singular and added better linking (#32) @bee-san
  • pyWhat can now detect Ripple, Bitcoin Cash, Litecoin and Monero wallet addresses!
  • added regex for IPv6
  • if there is a port number alongside of the IP address, it will now grab that too
  • improved detection for coordinates, added formats like N 32° 53.733 W 096° 48.358" and made it less restrictive (20,80 is no longer a coordinate)
  • made YouTube id regex more restrictive: now it requires at least one number, at least one uppercase letter and at least one lowercase letter (078-05-1120 no longer matches, but 078-05-1aA0 does), should fix #33 issue
  • added a much better URL regex from @SkeletalDemise
  • URL regex is now also case insensitive (before URL starting with HTTP would not match)
  • and with all of the changes requested in #26 :D

API Upgrades and Dependencies!

23 May 10:30
Compare
Choose a tag to compare

What’s Changed

  • Make API return website URLs and clean up the regexes (#31) @bee-san
  • Added Rich dependency

Bug fixes!

21 May 08:36
Compare
Choose a tag to compare

What’s Changed

  • Fixed api being broken

Bug Fixes

21 May 07:21
Compare
Choose a tag to compare

What’s Changed

  • Fixed regex for THM, HTB and CTF flags (#23) @amadejpapez
  • Fixed bug with file opening being called on API

Initial Release

20 May 08:41
Compare
Choose a tag to compare

The first ever release!!!