bee-san / pyWhat

🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙‍♀️
MIT License
6.58k stars 349 forks source link

URL is not parsed with params #260

Closed askerrit closed 1 year ago

askerrit commented 1 year ago
$ pywhat https://google.com?pageId=102013
zsh: no matches found: https://google.com?pageId=102013
newtoallofthis123 commented 1 year ago

It works quite well for me. I tried and tested the latest version of pywhat with about 100 randomly generated URI's with parameters. You can find the url's and output here.

Since zsh couldn't find any matches, I would recommend you to do any of the following:

  1. Check your zsh config: is pywhat being overridden by something
  2. Check in a different terminal
  3. Reinstall pywhat

Hope it helps....