spec/arachni/framework/parts/platform_spec.rb in arachni-1.1 vs spec/arachni/framework/parts/platform_spec.rb in arachni-1.2
- old
+ new
@@ -34,29 +34,35 @@
sybase: 'Sybase',
nosql: 'Generic NoSQL family',
mongodb: 'MongoDB'
},
'Web servers' => {
- apache: 'Apache',
- iis: 'IIS',
- jetty: 'Jetty',
- nginx: 'Nginx',
- tomcat: 'TomCat'
+ apache: 'Apache',
+ iis: 'IIS',
+ jetty: 'Jetty',
+ nginx: 'Nginx',
+ tomcat: 'TomCat',
+ gunicorn: 'Gunicorn',
},
'Programming languages' => {
asp: 'ASP',
aspx: 'ASP.NET',
- jsp: 'JSP',
+ java: 'Java',
perl: 'Perl',
php: 'PHP',
python: 'Python',
ruby: 'Ruby'
},
'Frameworks' => {
- rack: 'Rack'
+ rack: 'Rack',
+ django: 'Django',
+ rails: 'Ruby on Rails',
+ aspx_mvc: 'ASP.NET MVC',
+ jsf: 'JavaServer Faces',
+ cherrypy: 'CherryPy',
+ cakephp: 'CakePHP'
}
}
-
end
end
end