1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00
Files
nmap/scripts/http-useragent-tester.nse
dmiller d8fa762407 Fix http-useragent-tester, which did not test user agents
Spotted by Raúl Fuentes, http-useragent-tester was only sending one
query, but reporting status for all user agents. This was because the
http.get call was not using the bypass_cache option, so the first
(cached) response was used for all subsequent tests.
2015-09-10 17:27:22 +00:00

4.1 KiB