Create a method to allow arbitrary headers to be set with every request.
**
Technically this is easy enough, as most stuff routes through nfetch and setup_hash. The only difficult bit is the UI variant, a couple of suggestions:
In nikto.conf:
HEADERS=X-Debug:true X-RevealSource:true
and on the CLI:
-headers X-Debug:true,X-RevealSource:true
Create a method to allow arbitrary headers to be set with every request.
**
Technically this is easy enough, as most stuff routes through nfetch and setup_hash. The only difficult bit is the UI variant, a couple of suggestions:
In nikto.conf:
HEADERS=X-Debug:true X-RevealSource:true
and on the CLI:
-headers X-Debug:true,X-RevealSource:true