FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix Issue with nuclei parser issue for dns related findings by J12934 · Pull Request #3153 · secureCodeBox/secureCodeBox · GitHub

Fix Issue with nuclei parser issue for dns related findings - #3153

Merged
Weltraumschaf merged 3 commits into
secureCodeBox:mainfrom
J12934:fix/fix-issue-with-nuclei-parser-for-findings-without-hostnames
Jul 31, 2025
Merged

Fix Issue with nuclei parser issue for dns related findings#3153
Weltraumschaf merged 3 commits into
secureCodeBox:mainfrom
J12934:fix/fix-issue-with-nuclei-parser-for-findings-without-hostnames

Conversation

J12934 commented Jul 22, 2025

Copy link
Copy Markdown
Member

Description

Fixes Issue with nuclei parser not working properly with findings which do not have portnumbers in their hostname

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make sure that all your commits are signed-off and that you are added to the Contributors file.
  • Make sure that all CI finish successfully.
  • Optional (but appreciated): Make sure that all commits are Verified.

… do not have portnumbers in their hostname

Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
J12934 self-assigned this Jul 22, 2025
J12934 added the bug Bugs label Jul 22, 2025

netlify Bot commented Jul 22, 2025
edited
Loading

Copy link
Copy Markdown

Deploy Preview for docs-securecodebox canceled.

Name Link
🔨 Latest commit 89326c4
🔍 Latest deploy log https://app.netlify.com/projects/docs-securecodebox/deploys/688b64cde95cc300088d7787

J12934 moved this from Triage to In Progress in secureCodeBox Jul 22, 2025
J12934 moved this from In Progress to To Review in secureCodeBox Jul 29, 2025
Comment thread scanners/nuclei/parser/parser.js Outdated
try {
const url = new URL(host);
// If the host doesn't have a protocol, add one to make URL parsing work
const urlString = host.includes("://") ? host : `http://${host}`;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

At least in my browser an URL like www.example.com:// is valid. I suggest to check for ^http(s)://.

J12934 added 2 commits July 31, 2025 14:35
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>

Copy link
Copy Markdown

github-project-automation Bot moved this from To Review to Reviewer Approved in secureCodeBox Jul 31, 2025
Weltraumschaf merged commit e554ce7 into secureCodeBox:main Jul 31, 2025
48 checks passed
github-project-automation Bot moved this from Reviewer Approved to Done in secureCodeBox Jul 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL