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

Internal: true not Working in Templates (Prints Results Thrice) #5749

Open
1 task done
DhiyaneshGeek opened this issue Oct 21, 2024 · 0 comments
Open
1 task done

Internal: true not Working in Templates (Prints Results Thrice) #5749

DhiyaneshGeek opened this issue Oct 21, 2024 · 0 comments
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@DhiyaneshGeek
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues.

Current Behavior

nuclei -id rds-public-subnet -vv -code -var region=us-west-2

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.3.4

		projectdiscovery.io

[INF] Current nuclei version: v3.3.4 (latest)
[INF] Current nuclei-templates version: v10.0.2 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 68
[INF] Templates loaded for current scan: 1
[INF] Executing 1 signed templates from projectdiscovery/nuclei-templates
[rds-public-subnet] RDS Instance Private Subnet (@princechaddha) [high]
[rds-public-subnet] [code] [high]  ["demo RDS instance is setup within a public subnet"]
[rds-public-subnet] [code] [high]  ["demo RDS instance is setup within a public subnet"]
[rds-public-subnet] [code] [high]  ["demo RDS instance is setup within a public subnet"]

Expected Behavior

nuclei -id rds-public-subnet -vv -code -var region=us-west-2

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.3.4

		projectdiscovery.io

[INF] Current nuclei version: v3.3.4 (latest)
[INF] Current nuclei-templates version: v10.0.2 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 68
[INF] Templates loaded for current scan: 1
[INF] Executing 1 signed templates from projectdiscovery/nuclei-templates
[rds-public-subnet] RDS Instance Private Subnet (@princechaddha) [high]
[rds-public-subnet] [code] [high]  ["demo RDS instance is setup within a public subnet"]

Steps To Reproduce

  • Run the following command
nuclei -id rds-public-subnet -vv -code -var region=us-west-2

Relevant log output

No response

Environment

  • OS: Mac OS
  • Nuclei: v3.3.5
  • Go: go1.21.0

Anything else?

No response

@DhiyaneshGeek DhiyaneshGeek added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Oct 21, 2024
@dogancanbakir dogancanbakir self-assigned this Oct 21, 2024
@dogancanbakir dogancanbakir changed the title Internal: true not Working in Code Templates (Prints Results Thrice) Internal: true not Working in Templates (Prints Results Thrice) Oct 21, 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

No branches or pull requests

2 participants