OALabs / hashdb-ida

HashDB API hash lookup plugin for IDA Pro
BSD 3-Clause "New" or "Revised" License
287 stars 39 forks source link

[BUG] Forget api_url parameter for get_algorithms #46

Closed naacbin closed 1 year ago

naacbin commented 1 year ago

Steps to reproduce:

  1. Run your own instance and try to use hunt_hash function.
  2. The plugin try to request hashdb.openanalysis.net.

Stack trace:

N/A

How to fix ?

Add api_url=HASHDB_API_URL in the parameters.

https://github.com/OALabs/hashdb-ida/blob/97f51ef8fb3dbb21246bf5fac6cdba8eaf3731a0/hashdb.py#L1771