How to make HTTP requests with Javascript in Nuclei #5741
Unanswered
TimMaasGeesteranus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering whether it is possible to make HTTP requests in JavaScript. There seems to be no module that supports this.
My usecase:
I would like to load endpoints with parameters from one file, fill in the parameters with payloads from another file, and use the results as payloads for my HTTP requests. I currently don't see any other way of doing this than using javascript
It would also help if the updatePayload function would upload the payloads in the HTTP request
Beta Was this translation helpful? Give feedback.
All reactions