Skip to content

1.0.18

Latest

Choose a tag to compare

@llavarello llavarello released this 20 Aug 23:44
ebbb9f1

Release v1.0.18 (August 20th, 2025)

  • New 'host_refs' section/feature! Uses the GitHub Code search API to search for http(s) hosts (domains or IP addresses). It also searches inside Workflows. It can definitely help at the time of mapping infrastructure of a target, or for checking your own repositories for potential malicious activity. Only works if a GH_ACCESS_TOKEN is set, due to Code search API restrictions.
  • New integration with the VirusTotal API, which can be activated by setting VT_API_KEY to your VirusTotal API Key! It will populate results in a new 'host_refs_vt' section for any hosts that were previously identified in host_refs.
  • Merged the 'urls' section for contributors and repository with 'profiling' - only kept it for non-contributors.
  • Fixed the sidebar menu in the HTML report so that the first click collapses a collapsable item directly; and also fixed indentation for subitems.
  • Added an inline description to categories in the HTML report explaining why and how the data of the category can be useful.