10000 Release v1.31.0 · Lookyloo/lookyloo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.31.0

Latest
Compare
Choose a tag to compare
@Rafiot Rafiot released this 13 Jun 10:37
· 23 commits to main since this release
v1.31.0
2dad66d

This release contains the changes and bugfixes we worked on during GeekWeek X, we'd like to thank the CCCS for having us, and organizing this event.

New Features

  • /json/advanced_search: Returns Captures matching multiple parameters (IP, Hostname, URL, Hash) by @GavinMacNabb
  • Docker compose files for dev and prod by @litobro
  • New module to automatically submit URLs from Lookyloo to CCCS AssemblyLine by @litobro
  • /json/ip_info: Returns the captures containing a specific IP address
  • /json/<string:capture_uuid>/ips: Returns all the IPs contained in a capture
  • /json/favicon_info: Returns the captures containing a specific favicon
  • /json/<string:capture_uuid>/favicons: Returns all the favicons in a capture.
    • Note: playwright doesn't download the favicon, so we fetch them after the fact by extracting the possible favicons from the rendered HTML. This call may return more than one favicon.
  • /json/hash_info: Returns the captures containing a resource with a specific hash (sha512)
  • Normalize the JSON API endpoints to they support pagination, accept the same parameters, and return data in the same format

Bugfixes

  • Multiple calls to get captures from specific indicators (Hostnames, URLs, IPs, body hashes ...) were not working properly when queried via the API
  • Many improvements in error handling
  • When the capture queue is really long and they're not captured within one hour (by default), they were expired on Lacus side. Now, if it happens, but the capture is still in the queue on Lookyloo side, it will be re-queued into Lacus.

What's Changed

New Contributors

Full Changelog: v1.30.0...v1.31.0

0