Fixes a bug that prevented the script to find its resource file. Fixes #1608

This commit is contained in:
nnposter 2019-05-24 00:24:51 +00:00
parent 57ff460847
commit 168cbfde8e
2 changed files with 22 additions and 9 deletions

View file

@ -1,5 +1,8 @@
#Nmap Changelog ($Id$); -*-text-*-
o [NSE][GH#1608] Script http-fileupload-exploiter failed to locate its resource
file unless executed from a specific working directory. [nnposter]
o [NSE][GH#1571] The HTTP library now provides transparent support for gzip-
encoded response body. (See https://github.com/nmap/nmap/pull/1571 for an
overview.) [nnposter]