From 3f8021397e301a5b35a6613f4dfc6201ee3e1b55 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Tue, 11 Aug 2015 16:10:52 +0200 Subject: [PATCH] added user authentication to httpi --- user_interface/httpi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_interface/httpi b/user_interface/httpi index 727c1f1..2efefc6 100755 --- a/user_interface/httpi +++ b/user_interface/httpi @@ -86,7 +86,7 @@ $VERSION = "1.7 (Demonic/Linux)"; "bin" => "application/octet-stream"); # comment in to enable logs -$logfile = "./access.log"; +# $logfile = "./access.log"; $path = "./htdocs"; $sockaddr = 'S n a4 x8'; @@ -102,7 +102,7 @@ die("$0 [host] [port] required. got >$server_host< >$server_port<") unless ($ser ); %restrictions = ( "/nw" => "^10\.##^Mozilla#MSIE", - "/status" => "####voyeur:daNrZR3TcSwD2", + "/*" => "####coral:74Kib95zMHWC.", "/" => "###(NPBot|WebZIP|HTTrack|eCatch|Offline Explorer|UdmSearch|WebCopier|internetseer|MSIECrawler|SuperBot|LinkWalker|Tutorial Crawler|WebReaper)", ); # See documentation for interpreting this string. -- 2.43.0