sullo / nikto

Nikto web server scanner
Other
8.36k stars 1.21k forks source link

use nfetch in nikto_auth.plugin #17

Closed sullo closed 8 years ago

sullo commented 11 years ago

nikto_auth.plugin does not use nfetch. it should.

sullo commented 8 years ago

Actually, this is totally wrong. It's called from nfetch and sent the request already, so any modifications done by nfetch are already in place. besides it would lead to a loop of nfetch calling auth, which calls nfetch, which calls auth...