mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Fix regex in http-git.
Patch by Alex Weber. http://seclists.org/nmap-dev/2012/q4/397
This commit is contained in:
@@ -234,7 +234,7 @@ function action(host, port)
|
|||||||
{ "wp%-%*%.php", "WordPress site" },
|
{ "wp%-%*%.php", "WordPress site" },
|
||||||
{ "app/config/database%.php", "CakePHP web application" },
|
{ "app/config/database%.php", "CakePHP web application" },
|
||||||
{ "sites/default/settings%.php", "Drupal site" },
|
{ "sites/default/settings%.php", "Drupal site" },
|
||||||
{ "local_settings.py", "Django web application" },
|
{ "local_settings%.py", "Django web application" },
|
||||||
{ "/%.bundle", "Ruby on Rails web application" }, -- More specific matches (MyFaces > JSF > Java) on top
|
{ "/%.bundle", "Ruby on Rails web application" }, -- More specific matches (MyFaces > JSF > Java) on top
|
||||||
{ "%.py[dco]", "Python application" },
|
{ "%.py[dco]", "Python application" },
|
||||||
{ "%.jsp", "JSP web application" },
|
{ "%.jsp", "JSP web application" },
|
||||||
|
|||||||
Reference in New Issue
Block a user