sullo
sullo
Could you also change to the 2.5.0 branch and try again? From the base dir of nikto, run: `git checkout nikto-2.5.0` and it should switch you. Thanks
This will tell us something, I think. Copy `nikto.conf.default` to `nikto.conf` (in the main program directory) Edit `nikto.conf` and look for this section ``` # Choose SSL libs: # SSLeay...
Thanks, that helps a lot... if maybe not enough. If this is a public endpoint I could test that would help tremendously--you can deliver via email or twitter DM --...
I'm a little unsure what didn't match on this one. The code below looks like it should capture SANs and merge them into the "name list" which hostname is validated...
I'm not sure what commit you're looking at but the linked one doesn't have `x-clacks-overhead` in it. Looking at the plugin, I only see one block for it. Was the...
I'm not sure how I missed that searching for clacks, but... updated to `report-to` which was the intent.
Interesting bug. The only idea I can think of to check for this would be to assume that all actual HTTP methods would match `/^[A-Z]+$/`. Anything in the Allow header...
Did some skimming of copyright law (US and EU under Berne) and I think the year should be the first published year. It's actually not terribly important as copyright is...
`curl -v` will also show you the request curl makes. And `https://curl.se/h2c/` looks like it can convert httpx request to a curl command so you can test that direction too....
Branch: Master