azure-cloud-config Profile seems not including templates for azure scan #5990
avwsolutions
started this conversation in
General
Replies: 1 comment 2 replies
-
@avwsolutions Can you try added
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on an experiment with Nuclei as a tool for pen testing. Here I'm interested in running a pentest against Azure cloud environments. For this I'm following the blog: Azure Config Review.
Seems that I don't get any good response running
nuclei -profile azure-cloud-config
I followed the blog and the
az login
was completed successfully. To verify this I have checked the login withazure nuclei -id azure-env -code
.Also I validated if the specfic ID works. That works well. See below for
nuclei -id azure-vm-ssh-auth-type -code
-rw-rw-r-- 1 ad1222 ad1222 1782 Dec 26 13:45 azure-vm-ssh-auth-type.yaml
I using the latest version and validated the profile and tags.
I expected that when I included the profile ( nuclei -profile azure-cloud-config) this template was also executed, so also this will show up in the results.
My questions are:
Help here is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions