mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49: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:
parent
6ef49f4959
commit
e78540e9a5
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ function action(host, port)
|
|||
{ "wp%-%*%.php", "WordPress site" },
|
||||
{ "app/config/database%.php", "CakePHP web application" },
|
||||
{ "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
|
||||
{ "%.py[dco]", "Python application" },
|
||||
{ "%.jsp", "JSP web application" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue