
Nmap Development mailing list archives
html page extensions
From: Patrick Donnelly <batrick () batbytes com>
Date: Sun, 13 Sep 2009 23:48:59 -0400
Hi nmap-dev, I'm working on an http spider script and need to know what file extensions are common for html pages. Here's a list I have so far (in Lua regular expressions): local html_page_extensions = { "%.html$", -- regular html page "%.htm$", -- regular html page "%.shtml$", -- regular html page "%.phtml$", -- regular html page "%.php$", -- php "%.pl$", -- perl "%.cgi$", -- cgi "%.jsp$", -- Java Server Pages "%.asp$", -- Active Server Pages (Microsoft) }; I'm also checking pages that have no extension (as that is apparently very common). Does anyone have more to add? -- -Patrick Donnelly "Let all men know thee, but no man know thee thoroughly: Men freely ford that see the shallows." - Benjamin Franklin _______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev Archived at http://SecLists.Org
Current thread:
- html page extensions Patrick Donnelly (Sep 13)
- Re: html page extensions Michael Pattrick (Sep 13)
- Re: html page extensions jah (Sep 14)