Replies: 1 comment 1 reply
-
Tagging in @ehsandeep to see if this is possible. It seems like you want to bruteforce a combination of all those characters in the chance of hitting a filename, correct? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys ..
I'm working on a nuclei template, but there's a problem I'm facing, the tool can't extract the filename via -itags fuzz command
Well the idea for this template is a little different
I want the template to search across a combination of letters and numbers
Example we have a file named
site-ftp-log__ee9c0df-20075822.txt
If we look at the name, we will need the template to perform a brute force attack through payload
Unfortunately, all my attempts failed to make this template work.
my question:
Is there a property that can be used to make the nuclei sort and match characters to catch the correct filename?
Beta Was this translation helpful? Give feedback.
All reactions