From 321935e7a87b969e9d48ba6dab8442aacb162f97 Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 20 Oct 2024 02:18:38 +0200 Subject: [PATCH] align --- datadir/scripts/http-info.nse | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datadir/scripts/http-info.nse b/datadir/scripts/http-info.nse index 676cc54..88d7229 100644 --- a/datadir/scripts/http-info.nse +++ b/datadir/scripts/http-info.nse @@ -20,12 +20,12 @@ Return status, title and favicon URL of a webpage --- categories = {"discovery", "intrusive"} -author = "Adrien Malingrey" -license = "Same as Nmap--See https://nmap.org/book/man-legal.html" +author = "Adrien Malingrey" +license = "Same as Nmap--See https://nmap.org/book/man-legal.html" portrule = shortport.service({"http", "https", "ssl"}) -local http = require "http" +local http = require "http" local stdnse = require "stdnse" action = function(host, port)