Closed digininja closed 8 years ago
My off-the-cuff guess is the savefile is wrong and it should be HTTP/1.0 and not 1.1. Now why that's happening... have to dive into the savefile code.
I'll have to check exactly what the two plugins were but it did report the http/1.0 as well as this for http/1.1
On Tue, 2 Aug 2016, 16:53 sullo, notifications@github.com wrote:
My off-the-cuff guess is the savefile is wrong and it should be HTTP/1.0 and not 1.1. Now why that's happening... have to dive into the savefile code.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sullo/nikto/issues/406#issuecomment-236949277, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHJWRjWOblHrdPLXYSW46plvWYPPko5ks5qb2frgaJpZM4Jam9m .
Just had the same with the plugin that reports this message:
OSVDB-630: Microsoft Exchange Systems (CAS and OWA) may reveal the internal or real IP in the WWW-Authenticate header via a request over HTTP/1.0. The value is "10.1.123.10".
Can get the IP with 1.0 but not 1.1.
Wasn't a reporting issue--nfetch() reset it back to previous version...so anything deviating from the norm was reset so it never made it to the report feature.
Don't have a server handy to test this flaw but should work. @digininja if you are still in the window can you give it a whirl to be sure?
Retested it and the fix seems to have worked. Thanks
On Wed, 3 Aug 2016 at 04:29 sullo notifications@github.com wrote:
Closed #406 https://github.com/sullo/nikto/issues/406.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sullo/nikto/issues/406#event-743310120, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHJWdnEaT9FJru93hoyiaVizKYWULksks5qcArigaJpZM4Jam9m .
I've got this from a save file which shows internal IP leakage:
But if I try to reproduce it I get this:
I did a straight copy/paste from the save so I'm sending the same content. Any idea what could be going on?
If it helps, the site does leak the IP through a HTTP/1.0 request with exactly the same content apart from the /1.0 /1.1.