February 2018
Intermediate to advanced
426 pages
11h 3m
English
To start working with the module, we will have to save it in ~/.msf4/modules/auxiliary/fuzzers/http with the name http_fuzzer.rb, then load the module in Metasploit and check the module options:
msf > use auxiliary/fuzzers/http/http_fuzzer msf auxiliary(fuzzers/http/http_fuzzer) > show options Module options (auxiliary/fuzzers/http/http_fuzzer): Name Current Setting Required Description ---- --------------- -------- ----------- MAXLENGTH 20000 yes Maximum string length RHOST yes The target address RPORT 80 yes The target port (TCP)msf auxiliary(fuzzers/http/http_fuzzer) >
Next, set the RHOST and run the module:
msf auxiliary(fuzzers/http/http_fuzzer) > set RHOST 192.168.216.55RHOST => 192.168.216.55msf auxiliary(fuzzers/http/http_fuzzer) ...
Read now
Unlock full access