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

input-mode JSONL with headless/fuzzing not working #5339

Closed
bizibabe opened this issue Jun 27, 2024 · 0 comments · Fixed by #5369
Closed

input-mode JSONL with headless/fuzzing not working #5339

bizibabe opened this issue Jun 27, 2024 · 0 comments · Fixed by #5369
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone

Comments

@bizibabe
Copy link

Hello,

I don't understand why I have a URL parsing error.

nuclei -t dom-xss.yaml -l test_get_dom_xss.jsonl -im jsonl -dast -headless --debug

image

My jsonl :

{
    "timestamp": "2024-06-27T22:04:25.560192+00:00",
    "url": "https://mim.giize.com/domxss.html?input=ddd",
    "request": {
      "header": {
        "Host": "mim.giize.com",
        "User-Agent": "test",
        "Content-Type": "application/x-www-form-urlencoded"
      },
      "raw": "GET /domxss.html?input=ddd HTTP/1.1\r\nHost: mim.giize.com\r\nUser-Agent: test\r\nContent-Type: application/x-www-form-urlencoded\r\n\r\n"
    }
  }

You can use this template : https://github.com/projectdiscovery/nuclei-templates/blob/main/dast/vulnerabilities/xss/dom-xss.yaml

@bizibabe bizibabe added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Jun 27, 2024
@RamanaReddy0M RamanaReddy0M self-assigned this Jul 3, 2024
@RamanaReddy0M RamanaReddy0M linked a pull request Jul 4, 2024 that will close this issue
4 tasks
@ehsandeep ehsandeep added this to the nuclei v3.3.0 milestone Jul 15, 2024
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants