Combining static file analysis and dynamic HTTP requests ? #6256
Unanswered
mathis2001
asked this question in
Q&A
Replies: 1 comment
-
Use a workflow for that. Or ask the AI companion at the nuclei website, in the search box. Type your question and hit the last option that appears. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I use custom Nuclei templates for android apps static analysis and I am actually trying to write a script to extract firebase domains from source code / resources and send a request to https://.firebaseio.com/.json to check for read access.
The problem is that the HTTP request and file extract seems to work independently and I don't know if it is because my template isn't good or if nuclei can't combine this two things.
Is there any way to do such checks with a single nuclei template ?
Here is my template:
And here is an example of result:
Beta Was this translation helpful? Give feedback.
All reactions