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

Add profile option to load template profile #5125

Merged
merged 5 commits into from
May 4, 2024

Conversation

RamanaReddy0M
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M commented Apr 30, 2024

Proposed changes

Test:

✗ ./nuclei -profile ~/nuclei-templates/profiles/aws-cloud-config.yml -tl
✗ ./nuclei -profile profiles/aws-cloud-config.yml -tl
✗ ./nuclei -profile aws-cloud-config -tl

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

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

  • add profile list option
  • issue with custom profile input

Copy link
Member

@dogancanbakir dogancanbakir left a comment

Choose a reason for hiding this comment

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

missing -tpl, -profile-list list community template profiles

@ehsandeep ehsandeep merged commit 902eb78 into dev May 4, 2024
9 of 12 checks passed
@ehsandeep ehsandeep deleted the issue-5113-tempalte-profile branch May 4, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add option to load template profile.
3 participants