Add endpoints via API #9808
Unanswered
GilFernandes2000
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @GilFernandes2000 , could you please open up an issue with a sample file? Then, it is easier to reproduce the issue and fix the bug. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I was doing some dictionary attacks to try to find directories that cannot be found using, for example, the Spider/AJAX Spider from ZAP.
Just to be clear, I know that ZAP has a built-in feature to make dictionary attacks using dirbuster but that feature is not available on the ZAP automation framework(Packaged Scans).
So I decided to use gobuster to perform the dictionary attacks. Because it's outputs are not currently supported by DefectDojo I have to insert them using the API. However, when I do so the results appear differently from the ones that I get when parsing the ZAP report. I will leave some examples.
In the first image, we see an import using the API with the results from gobuster and in the second the same endpoint was obtained by parsing the zap file. The "gobuster@" appears because it is mandatory to have "userinfo" when uploading an endpoint through the API. Is there a way to make it appear the same as the one got by the ZAP report? It would help to also deduplicate the endpoints.
Thank you all in advance.
Beta Was this translation helpful? Give feedback.
All reactions