1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Correct function name for rand.random.alpha. Closes #1449

This commit is contained in:
nnposter
2019-01-30 03:00:17 +00:00
parent 5c5ddcd7b8
commit 9ad1808726
4 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ end
--Checks if the callback function is controllable from URL
local callback_url = function(host, port, target, callback_variable)
local path, response, report
local value = rand.rand_alpha(8)
local value = rand.random_alpha(8)
if callback_variable == nil then
callback_variable = "callback"
end