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

host field bug + additional jsonl fields (improvement) #4205

Closed
ehsandeep opened this issue Oct 1, 2023 · 0 comments · Fixed by #4417
Closed

host field bug + additional jsonl fields (improvement) #4205

ehsandeep opened this issue Oct 1, 2023 · 0 comments · Fixed by #4417
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity.
Milestone

Comments

@ehsandeep
Copy link
Member

ehsandeep commented Oct 1, 2023

Nuclei version:

latest

Current Behavior:

echo https://scanme.sh/this_is_test | nuclei -id tech-detect -ms -j -or -duc -silent| jq .

{
  "template": "http/technologies/tech-detect.yaml",
  "template-url": "https://templates.nuclei.sh/public/tech-detect",
  "template-id": "tech-detect",
  "template-path": "/Users/geekboy/nuclei-templates/http/technologies/tech-detect.yaml",
  "info": {
    "name": "Wappalyzer Technology Detection",
    "author": [
      "hakluke"
    ],
    "tags": [
      "tech"
    ],
    "severity": "info",
    "metadata": {
      "max-request": 1
    }
  },
  "type": "http",
  "host": "https://scanme.sh/this_is_test",
  "timestamp": "2023-10-01T21:01:36.754434+05:30",
  "matcher-status": false
}

Expected Behavior:

-  "host": "https://scanme.sh/this_is_test",
+  "host": "scanme.sh",

Additional fields:

+  "port": "443",
+  "ip": "128.199.158.128",
+  "scheme": "https",
+  "url": "https://scanme.sh",

Steps To Reproduce:

echo https://scanme.sh/this_is_test | nuclei -id tech-detect -ms -j -or -duc -silent| jq .
@ehsandeep ehsandeep added Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity. labels Oct 1, 2023
@tarunKoyalwar tarunKoyalwar self-assigned this Nov 2, 2023
@tarunKoyalwar tarunKoyalwar linked a pull request Nov 24, 2023 that will close this issue
@ehsandeep ehsandeep added this to the nuclei v3.1.0 milestone Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants