Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce visual recon clusters #1372

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Conversation

dogancanbakir
Copy link
Member

Closes #1371.

$ go run httpx.go -u scanme.sh,blank.page,example.com,google.com,blankslate.io -ss -sr -svrc

    __    __  __       _  __
   / /_  / /_/ /_____ | |/ /
  / __ \/ __/ __/ __ \|   /
 / / / / /_/ /_/ /_/ /   |
/_/ /_/\__/\__/ .___/_/|_|
             /_/

                projectdiscovery.io

[INF] Current httpx version v1.3.6-dev (development)
https://blank.page
https://google.com
https://example.com
https://scanme.sh
https://blankslate.io

$ cat output/vision_recon_clusters.json | jq
[
  {
    "base_phash": 15733987592147456000,
    "hashes": [
      {
        "phash": 15733987592147456000,
        "url": "https://blank.page"
      }
    ]
  },
  {
    "base_phash": 15443508176830683000,
    "hashes": [
      {
        "phash": 15443508176830683000,
        "url": "https://google.com"
      }
    ]
  },
  {
    "base_phash": 10425887356221313000,
    "hashes": [
      {
        "phash": 10425887356221313000,
        "url": "https://example.com"
      },
      {
        "phash": 9223373149519740000,
        "url": "https://scanme.sh"
      },
      {
        "phash": 10465540518166612000,
        "url": "https://blankslate.io"
      }
    ]
  }
]

@dogancanbakir dogancanbakir self-assigned this Sep 20, 2023
@Mzack9999 Mzack9999 added the Type: Enhancement Most issues will probably ask for additions or changes. label Sep 21, 2023
Copy link
Member

@Mzack9999 Mzack9999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - This is a very cool functionality. Probably a follow up ticket should be created about investigating how to make this info easily accessible to users (clustered index summary vs adding a reference to the screenshot)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
2 participants