module BeEF module Core module Router config = BeEF::Core::Configuration.instance APACHE_HEADER = { "Server" => "Apache/2.2.3 (CentOS)", "Content-Type" => "text/html; charset=UTF-8" } APACHE_BODY = "" + "
" + "The requested URL was not found on this server.
" + "" +
"The page cannot be found" + "The page you are looking for might have been removed, had its name changed, or is temporarily unavailable." + "" + " Please try the following: " + "
HTTP Error 404 - File or directory not found." +
" |