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.52k stars 350 forks source link

Patch #197 Lat / Long matches incorrectly #226

Closed nodtem66 closed 2 years ago

nodtem66 commented 2 years ago

⚠ Pull Requests not made with this template will be automatically closed πŸ”₯

Prerequisites

Why do we need this pull request?

https://github.com/bee-san/pyWhat/issues/197#issuecomment-958700434

What GitHub issues does this fix?

Copy / paste of output

Please copy and paste the output of PyWhat with your new addition using an example that tests this addition below:

> poetry run pywhat acb6d73d95a10d30aef9894603e90963
Matched on: acb6d73d95a10d30aef9894603e90963
Name: Datadog API Key
Exploit: Use the command below to verify that the API key is valid:
  $ curl -X GET https://api.datadoghq.com/api/v1/validate -H "Content-Type: application/json" -H "DD-API-KEY:
acb6d73d95a10d30aef9894603e90963"
> poetry run pywhat 53.76297,-1.9388732
Matched on: 53.76297,-1.9388732
Name: Latitude & Longitude Coordinates
Link:  https://www.google.com/maps/place/53.76297,-1.9388732
codecov-commenter commented 2 years ago

Codecov Report

Merging #226 (1936c5c) into main (6162ace) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #226   +/-   ##
=======================================
  Coverage   92.60%   92.60%           
=======================================
  Files          15       15           
  Lines        1217     1217           
=======================================
  Hits         1127     1127           
  Misses         90       90           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 6162ace...1936c5c. Read the comment docs.