Phil Miller
Phil Miller
@jcmoneymx your last comment worked like a charm! 💯 Kudos
Can you also add the applicable CVE vulnerabilities that a host is susceptible to to the JSON output? For example, non json output includes CVEs such as ```shell # security...
Hey @VeNoMouS @jtesta @letiemble I've implemented @VeNoMouS 's changes I also added the corresponding CVE results to the JSON output in a structured manner as well. Tested and appears to...
At a glance, seems like this area of the code isn't being utilized properly else where or working as expected? 🤔 @caffix https://github.com/OWASP/Amass/blob/master/config/datasrcs.go#L90 I didn't read the rest of the...
This looks pretty good and probably resolves false positives from previous fingerprints.json. When will this be merged? @NSEcho
I think a nice long term support feature solution for automated testing that the setup script works properly would be to create GitHub Actions Workflow(s) that run the setup script...
I think the problem you're having is because you forgot to set the --passwordsperdelay flag. @curi0usJack Your config shows: ```json "passwordsperdelay" : null, ``` Try setting it to: ```json "passwordsperdelay"...
@TheZenTester Hmmm, it looks like vim-go is trying to install deps in /usr/local What is the output from: ```shell echo $GOPATH which go ``` Try setting your GOPATH and running...
Any update on this?
Ah interesting. Does it work with the DC IP and domain flags? Or does it only work when those flags are not specified when using proxied auth? @vinsroman