intrigue-ident 0.9.9 → 0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (484) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -10
  3. data/Gemfile.lock +20 -35
  4. data/ident.rb +346 -0
  5. data/intrigue-ident.gemspec +7 -8
  6. data/lib/check_factory.rb +22 -0
  7. data/lib/checks/akamai.rb +22 -0
  8. data/lib/checks/amazon.rb +26 -0
  9. data/lib/checks/aruba.rb +20 -0
  10. data/lib/checks/asp_net.rb +70 -0
  11. data/lib/checks/atlassian.rb +55 -0
  12. data/lib/checks/base.rb +13 -0
  13. data/lib/checks/chef.rb +31 -0
  14. data/lib/checks/cisco.rb +33 -0
  15. data/lib/checks/citrix.rb +24 -0
  16. data/lib/checks/cloudflare.rb +59 -0
  17. data/lib/checks/cloudfront.rb +41 -0
  18. data/lib/checks/cpanel.rb +23 -0
  19. data/lib/checks/django.rb +22 -0
  20. data/lib/checks/drupal.rb +26 -0
  21. data/lib/checks/f5.rb +24 -0
  22. data/lib/checks/fastly.rb +22 -0
  23. data/lib/checks/generic.rb +23 -0
  24. data/lib/checks/gitlab.rb +22 -0
  25. data/lib/checks/google.rb +23 -0
  26. data/lib/checks/grafana.rb +22 -0
  27. data/lib/checks/jenkins.rb +40 -0
  28. data/lib/checks/joomla.rb +23 -0
  29. data/lib/checks/limesuvey.rb +22 -0
  30. data/lib/checks/lithium.rb +30 -0
  31. data/lib/checks/magento.rb +22 -0
  32. data/lib/checks/mcafee.rb +22 -0
  33. data/lib/checks/mediawiki.rb +38 -0
  34. data/lib/checks/microsoft.rb +69 -0
  35. data/lib/checks/nagios.rb +22 -0
  36. data/lib/checks/oracle.rb +38 -0
  37. data/lib/checks/palo_alto.rb +23 -0
  38. data/lib/checks/pardot.rb +22 -0
  39. data/lib/checks/pfsense.rb +25 -0
  40. data/lib/checks/phpmyadmin.rb +22 -0
  41. data/lib/checks/rabbitmq.rb +29 -0
  42. data/lib/checks/spring.rb +31 -0
  43. data/lib/checks/team_city.rb +22 -0
  44. data/lib/checks/telerik.rb +25 -0
  45. data/lib/checks/tomcat.rb +22 -0
  46. data/lib/checks/varnish.rb +27 -0
  47. data/lib/checks/wordpress.rb +120 -0
  48. data/lib/checks/wp_engine.rb +22 -0
  49. metadata +55 -487
  50. data/.circleci/config.yml +0 -21
  51. data/.gitignore +0 -3
  52. data/.ruby-version +0 -1
  53. data/Dockerfile +0 -39
  54. data/LICENSE.md +0 -12
  55. data/README.md +0 -79
  56. data/checks/ftp/base.rb +0 -15
  57. data/checks/ftp/filezilla.rb +0 -28
  58. data/checks/ftp/microsoft.rb +0 -27
  59. data/checks/ftp/proftp.rb +0 -28
  60. data/checks/ftp/pureftpd.rb +0 -27
  61. data/checks/ftp/vsftp.rb +0 -28
  62. data/checks/http/123reg.rb +0 -31
  63. data/checks/http/acme.rb +0 -28
  64. data/checks/http/acquia.rb +0 -28
  65. data/checks/http/adeptia.rb +0 -30
  66. data/checks/http/adobe.rb +0 -168
  67. data/checks/http/advantshop.rb +0 -33
  68. data/checks/http/afrihost.rb +0 -29
  69. data/checks/http/aftermarketpl.rb +0 -46
  70. data/checks/http/agility.rb +0 -34
  71. data/checks/http/akamai.rb +0 -88
  72. data/checks/http/alkacon.rb +0 -30
  73. data/checks/http/allegro.rb +0 -28
  74. data/checks/http/almuba.rb +0 -30
  75. data/checks/http/amazon.rb +0 -263
  76. data/checks/http/amirocms.rb +0 -30
  77. data/checks/http/anelectron.rb +0 -29
  78. data/checks/http/anquanbao.rb +0 -32
  79. data/checks/http/aol.rb +0 -29
  80. data/checks/http/apache.rb +0 -358
  81. data/checks/http/appdynamics.rb +0 -43
  82. data/checks/http/arris.rb +0 -30
  83. data/checks/http/artifactory.rb +0 -30
  84. data/checks/http/aruba.rb +0 -27
  85. data/checks/http/atlassian.rb +0 -152
  86. data/checks/http/auth0.rb +0 -44
  87. data/checks/http/automattic.rb +0 -292
  88. data/checks/http/axinom.rb +0 -30
  89. data/checks/http/axios.rb +0 -29
  90. data/checks/http/axis.rb +0 -27
  91. data/checks/http/axway.rb +0 -33
  92. data/checks/http/backdrop.rb +0 -30
  93. data/checks/http/banu.rb +0 -30
  94. data/checks/http/barracuda.rb +0 -99
  95. data/checks/http/base.rb +0 -139
  96. data/checks/http/beehive.rb +0 -30
  97. data/checks/http/bigcartel.rb +0 -33
  98. data/checks/http/bigcommerce.rb +0 -33
  99. data/checks/http/binarysec.rb +0 -47
  100. data/checks/http/bitly.rb +0 -40
  101. data/checks/http/blackboard.rb +0 -44
  102. data/checks/http/blueimp.rb +0 -27
  103. data/checks/http/bomgar.rb +0 -27
  104. data/checks/http/bootstrap.rb +0 -27
  105. data/checks/http/bower.rb +0 -28
  106. data/checks/http/broadcom.rb +0 -29
  107. data/checks/http/brocade.rb +0 -39
  108. data/checks/http/browsermedia.rb +0 -29
  109. data/checks/http/bsm.rb +0 -29
  110. data/checks/http/bynder.rb +0 -31
  111. data/checks/http/calibre.rb +0 -33
  112. data/checks/http/centos.rb +0 -28
  113. data/checks/http/cerberus.rb +0 -28
  114. data/checks/http/charity_engine.rb +0 -27
  115. data/checks/http/checkpoint.rb +0 -56
  116. data/checks/http/cherokee.rb +0 -29
  117. data/checks/http/cisco.rb +0 -134
  118. data/checks/http/citrix.rb +0 -137
  119. data/checks/http/cloud_city.rb +0 -30
  120. data/checks/http/cloudflare.rb +0 -219
  121. data/checks/http/cmsimple.rb +0 -30
  122. data/checks/http/codeigniter.rb +0 -26
  123. data/checks/http/communigate.rb +0 -32
  124. data/checks/http/concrete5.rb +0 -30
  125. data/checks/http/contenido.rb +0 -33
  126. data/checks/http/content/analytics.rb +0 -40
  127. data/checks/http/content/authentication.rb +0 -111
  128. data/checks/http/content/content.rb +0 -92
  129. data/checks/http/content/security_headers.rb +0 -70
  130. data/checks/http/cpanel.rb +0 -56
  131. data/checks/http/cradlepoint.rb +0 -30
  132. data/checks/http/craft.rb +0 -42
  133. data/checks/http/crazydomains.rb +0 -31
  134. data/checks/http/crowdstrike.rb +0 -27
  135. data/checks/http/dan.rb +0 -30
  136. data/checks/http/danneo.rb +0 -30
  137. data/checks/http/day.rb +0 -31
  138. data/checks/http/debian.rb +0 -27
  139. data/checks/http/dell.rb +0 -43
  140. data/checks/http/dev_php.rb +0 -30
  141. data/checks/http/discourse.rb +0 -30
  142. data/checks/http/discuz!.rb +0 -30
  143. data/checks/http/distil.rb +0 -27
  144. data/checks/http/django.rb +0 -27
  145. data/checks/http/dmanager.rb +0 -29
  146. data/checks/http/dns_made_easy.rb +0 -29
  147. data/checks/http/docuwiki.rb +0 -27
  148. data/checks/http/docverify.rb +0 -29
  149. data/checks/http/domain_parking_ru.rb +0 -31
  150. data/checks/http/domainname_shop.rb +0 -30
  151. data/checks/http/dosarrest.rb +0 -29
  152. data/checks/http/dreamhost.rb +0 -31
  153. data/checks/http/drupal.rb +0 -91
  154. data/checks/http/duo.rb +0 -45
  155. data/checks/http/dyn.rb +0 -41
  156. data/checks/http/dynamicweb.rb +0 -29
  157. data/checks/http/dynatrace.rb +0 -40
  158. data/checks/http/easyname.rb +0 -44
  159. data/checks/http/eclipse.rb +0 -64
  160. data/checks/http/enservio.rb +0 -29
  161. data/checks/http/envoy.rb +0 -26
  162. data/checks/http/epiccom.rb +0 -31
  163. data/checks/http/ergon.rb +0 -31
  164. data/checks/http/expressjs.rb +0 -27
  165. data/checks/http/ezproxy.rb +0 -28
  166. data/checks/http/f5.rb +0 -122
  167. data/checks/http/facebook.rb +0 -27
  168. data/checks/http/fastly.rb +0 -67
  169. data/checks/http/first_domains.rb +0 -31
  170. data/checks/http/flywheel.rb +0 -30
  171. data/checks/http/forgerock.rb +0 -43
  172. data/checks/http/fortinet.rb +0 -29
  173. data/checks/http/fresh_service.rb +0 -30
  174. data/checks/http/frontify.rb +0 -29
  175. data/checks/http/generic.rb +0 -272
  176. data/checks/http/github.rb +0 -40
  177. data/checks/http/gitlab.rb +0 -30
  178. data/checks/http/glimpse.rb +0 -32
  179. data/checks/http/globalscape.rb +0 -27
  180. data/checks/http/goahead.rb +0 -31
  181. data/checks/http/godaddy.rb +0 -31
  182. data/checks/http/google.rb +0 -164
  183. data/checks/http/google_cloud.rb +0 -27
  184. data/checks/http/grafana.rb +0 -27
  185. data/checks/http/gunicorn.rb +0 -30
  186. data/checks/http/haskell.rb +0 -31
  187. data/checks/http/heroku.rb +0 -77
  188. data/checks/http/hikvision.rb +0 -29
  189. data/checks/http/hp.rb +0 -27
  190. data/checks/http/hubspot.rb +0 -104
  191. data/checks/http/ibm.rb +0 -182
  192. data/checks/http/icewarp.rb +0 -29
  193. data/checks/http/impresspages.rb +0 -30
  194. data/checks/http/imunify360.rb +0 -28
  195. data/checks/http/incapsula.rb +0 -54
  196. data/checks/http/ingram_micro.rb +0 -28
  197. data/checks/http/innovative_interfaces_inc.rb +0 -27
  198. data/checks/http/inside_sales.rb +0 -27
  199. data/checks/http/instra.rb +0 -61
  200. data/checks/http/intercom.rb +0 -27
  201. data/checks/http/ivanti.rb +0 -28
  202. data/checks/http/jamf.rb +0 -31
  203. data/checks/http/jekyll.rb +0 -31
  204. data/checks/http/jenkins.rb +0 -59
  205. data/checks/http/jetbrains.rb +0 -27
  206. data/checks/http/jetty.rb +0 -27
  207. data/checks/http/jforum.rb +0 -27
  208. data/checks/http/jitbit.rb +0 -30
  209. data/checks/http/jive.rb +0 -27
  210. data/checks/http/joomla.rb +0 -43
  211. data/checks/http/jquery.rb +0 -58
  212. data/checks/http/jupyter.rb +0 -28
  213. data/checks/http/kentico.rb +0 -27
  214. data/checks/http/kerio.rb +0 -34
  215. data/checks/http/kibana.rb +0 -56
  216. data/checks/http/kong.rb +0 -32
  217. data/checks/http/kubernetes.rb +0 -66
  218. data/checks/http/laravel.rb +0 -27
  219. data/checks/http/lastpass.rb +0 -27
  220. data/checks/http/lcn.rb +0 -27
  221. data/checks/http/leadpages.rb +0 -29
  222. data/checks/http/lighttpd.rb +0 -31
  223. data/checks/http/limelight_networks.rb +0 -43
  224. data/checks/http/limesuvey.rb +0 -27
  225. data/checks/http/link1.rb +0 -31
  226. data/checks/http/linksys.rb +0 -38
  227. data/checks/http/litespeed.rb +0 -29
  228. data/checks/http/lithium.rb +0 -43
  229. data/checks/http/lotus.rb +0 -55
  230. data/checks/http/magento.rb +0 -96
  231. data/checks/http/magnolia.rb +0 -27
  232. data/checks/http/mailchimp.rb +0 -27
  233. data/checks/http/manage_engine.rb +0 -27
  234. data/checks/http/markmonitor.rb +0 -27
  235. data/checks/http/mbf_bioscience.rb +0 -29
  236. data/checks/http/mcafee.rb +0 -27
  237. data/checks/http/media_temple.rb +0 -27
  238. data/checks/http/mediawiki.rb +0 -54
  239. data/checks/http/mhcsoftwareinc.rb +0 -29
  240. data/checks/http/microsoft.rb +0 -1325
  241. data/checks/http/mikrotik.rb +0 -44
  242. data/checks/http/modwsgi.rb +0 -30
  243. data/checks/http/mojolicious.rb +0 -32
  244. data/checks/http/moodle.rb +0 -28
  245. data/checks/http/mura.rb +0 -30
  246. data/checks/http/nagios.rb +0 -27
  247. data/checks/http/namesilo.rb +0 -31
  248. data/checks/http/nationbuilder.rb +0 -30
  249. data/checks/http/nec.rb +0 -32
  250. data/checks/http/netlify.rb +0 -40
  251. data/checks/http/netobjects_inc.rb +0 -30
  252. data/checks/http/netscape.rb +0 -29
  253. data/checks/http/neustar.rb +0 -29
  254. data/checks/http/new_relic.rb +0 -27
  255. data/checks/http/nexicom.rb +0 -44
  256. data/checks/http/nginx.rb +0 -82
  257. data/checks/http/nisource.rb +0 -29
  258. data/checks/http/nodejs.rb +0 -79
  259. data/checks/http/okta.rb +0 -53
  260. data/checks/http/ookla.rb +0 -28
  261. data/checks/http/openbsd.rb +0 -30
  262. data/checks/http/openresty.rb +0 -41
  263. data/checks/http/openscholar.rb +0 -27
  264. data/checks/http/opensolution.rb +0 -46
  265. data/checks/http/openssl.rb +0 -43
  266. data/checks/http/opentext.rb +0 -46
  267. data/checks/http/openvpn.rb +0 -27
  268. data/checks/http/opscode.rb +0 -43
  269. data/checks/http/oracle.rb +0 -335
  270. data/checks/http/orion_technology.rb +0 -30
  271. data/checks/http/ovh.rb +0 -46
  272. data/checks/http/palo_alto.rb +0 -27
  273. data/checks/http/pantheon.rb +0 -54
  274. data/checks/http/papercut.rb +0 -29
  275. data/checks/http/parallels.rb +0 -44
  276. data/checks/http/pardot.rb +0 -44
  277. data/checks/http/parkingcrew.rb +0 -47
  278. data/checks/http/pbworks.rb +0 -27
  279. data/checks/http/perfectsense.rb +0 -28
  280. data/checks/http/perl.rb +0 -62
  281. data/checks/http/pfsense.rb +0 -27
  282. data/checks/http/php.rb +0 -72
  283. data/checks/http/phpmyadmin.rb +0 -40
  284. data/checks/http/phpwind.rb +0 -30
  285. data/checks/http/phusion.rb +0 -59
  286. data/checks/http/ping_identity.rb +0 -28
  287. data/checks/http/pivotal_software.rb +0 -97
  288. data/checks/http/pjax.rb +0 -40
  289. data/checks/http/plesk.rb +0 -58
  290. data/checks/http/porkbun.rb +0 -31
  291. data/checks/http/progress.rb +0 -30
  292. data/checks/http/proofpoint.rb +0 -30
  293. data/checks/http/pulsesecure.rb +0 -91
  294. data/checks/http/python.rb +0 -30
  295. data/checks/http/qnap.rb +0 -43
  296. data/checks/http/qualys.rb +0 -69
  297. data/checks/http/rapid7.rb +0 -27
  298. data/checks/http/rbs.rb +0 -30
  299. data/checks/http/readmeio.rb +0 -28
  300. data/checks/http/red_hat.rb +0 -95
  301. data/checks/http/redmine.rb +0 -38
  302. data/checks/http/restlet.rb +0 -30
  303. data/checks/http/ritecms.rb +0 -30
  304. data/checks/http/roadiz.rb +0 -30
  305. data/checks/http/rock.rb +0 -30
  306. data/checks/http/rollbar.rb +0 -27
  307. data/checks/http/roundcube.rb +0 -42
  308. data/checks/http/ruby.rb +0 -92
  309. data/checks/http/ruckus_wireless.rb +0 -26
  310. data/checks/http/sailpoint.rb +0 -30
  311. data/checks/http/salesforce.rb +0 -28
  312. data/checks/http/sap.rb +0 -149
  313. data/checks/http/seamless_cms.rb +0 -30
  314. data/checks/http/securi.rb +0 -54
  315. data/checks/http/sedo.rb +0 -63
  316. data/checks/http/segment.rb +0 -27
  317. data/checks/http/sencha.rb +0 -31
  318. data/checks/http/sentry.rb +0 -27
  319. data/checks/http/serendipity.rb +0 -30
  320. data/checks/http/shopfactory.rb +0 -30
  321. data/checks/http/sip.rb +0 -29
  322. data/checks/http/sitecore.rb +0 -39
  323. data/checks/http/smartling.rb +0 -27
  324. data/checks/http/smf.rb +0 -30
  325. data/checks/http/snews.rb +0 -30
  326. data/checks/http/software_ag.rb +0 -47
  327. data/checks/http/soha.rb +0 -66
  328. data/checks/http/solarwinds.rb +0 -41
  329. data/checks/http/sonatype.rb +0 -43
  330. data/checks/http/sonicwall.rb +0 -63
  331. data/checks/http/sophos.rb +0 -40
  332. data/checks/http/southriver.rb +0 -43
  333. data/checks/http/splash.rb +0 -29
  334. data/checks/http/splunk.rb +0 -27
  335. data/checks/http/springfox.rb +0 -43
  336. data/checks/http/squarespace.rb +0 -41
  337. data/checks/http/stackpath.rb +0 -29
  338. data/checks/http/stibo_systems.rb +0 -35
  339. data/checks/http/subrion.rb +0 -29
  340. data/checks/http/symantec.rb +0 -27
  341. data/checks/http/synacor.rb +0 -26
  342. data/checks/http/tableau_software.rb +0 -42
  343. data/checks/http/telerik.rb +0 -46
  344. data/checks/http/tengine.rb +0 -29
  345. data/checks/http/tibco.rb +0 -57
  346. data/checks/http/townnews.rb +0 -33
  347. data/checks/http/tridium.rb +0 -28
  348. data/checks/http/twiki.rb +0 -27
  349. data/checks/http/typo3.rb +0 -27
  350. data/checks/http/uberflip.rb +0 -28
  351. data/checks/http/ucoz.rb +0 -31
  352. data/checks/http/umbraco.rb +0 -29
  353. data/checks/http/unbounce.rb +0 -28
  354. data/checks/http/united_domains.rb +0 -27
  355. data/checks/http/vanilla_forums.rb +0 -27
  356. data/checks/http/varnish.rb +0 -79
  357. data/checks/http/vbulletin.rb +0 -66
  358. data/checks/http/verizon.rb +0 -27
  359. data/checks/http/vmware.rb +0 -53
  360. data/checks/http/vue_js.rb +0 -27
  361. data/checks/http/webflow.rb +0 -44
  362. data/checks/http/webgui.rb +0 -30
  363. data/checks/http/webmin.rb +0 -44
  364. data/checks/http/webpagetest_project.rb +0 -30
  365. data/checks/http/wftpserver.rb +0 -28
  366. data/checks/http/wildfly.rb +0 -29
  367. data/checks/http/wix.rb +0 -28
  368. data/checks/http/woltlab_gmbh.rb +0 -30
  369. data/checks/http/wordpress/ithemes.rb +0 -50
  370. data/checks/http/wordpress/john_godley.rb +0 -29
  371. data/checks/http/wordpress/pixelcraft.rb +0 -31
  372. data/checks/http/wordpress/rocklobster.rb +0 -29
  373. data/checks/http/wordpress/team_heateor.rb +0 -31
  374. data/checks/http/wordpress/w3_total_cache.rb +0 -30
  375. data/checks/http/wordpress/wp_fastest_cache.rb +0 -30
  376. data/checks/http/wordpress/wp_super_cache.rb +0 -46
  377. data/checks/http/wordpress/wpbakery.rb +0 -30
  378. data/checks/http/world4you.rb +0 -46
  379. data/checks/http/wp_engine.rb +0 -57
  380. data/checks/http/xcms.rb +0 -30
  381. data/checks/http/xelion.rb +0 -27
  382. data/checks/http/xerox.rb +0 -27
  383. data/checks/http/xmb.rb +0 -30
  384. data/checks/http/xtec.rb +0 -30
  385. data/checks/http/yaf.rb +0 -30
  386. data/checks/http/yaws.rb +0 -30
  387. data/checks/http/yoast.rb +0 -31
  388. data/checks/http/zeit.rb +0 -30
  389. data/checks/http/zendesk.rb +0 -41
  390. data/checks/http/zengenti.rb +0 -30
  391. data/checks/http/zoho.rb +0 -69
  392. data/checks/http/zscaler.rb +0 -30
  393. data/checks/smtp/base.rb +0 -16
  394. data/checks/smtp/exim.rb +0 -30
  395. data/checks/snmp/base.rb +0 -15
  396. data/checks/snmp/cisco.rb +0 -59
  397. data/checks/ssh/array_networks.rb +0 -28
  398. data/checks/ssh/base.rb +0 -16
  399. data/checks/ssh/openssh.rb +0 -26
  400. data/checks/telnet/base.rb +0 -16
  401. data/checks/telnet/huawei.rb +0 -26
  402. data/data/logos/acquia.png +0 -0
  403. data/data/logos/amazon_cloudfront.png +0 -0
  404. data/data/logos/apache_coyote.png +0 -0
  405. data/data/logos/apache_tomcat.png +0 -0
  406. data/data/logos/atlassian_bamboo.png +0 -0
  407. data/data/logos/atlassian_bitbucket.png +0 -0
  408. data/data/logos/atlassian_confluence.png +0 -0
  409. data/data/logos/atlassian_crowd.png +0 -0
  410. data/data/logos/atlassian_crucible.png +0 -0
  411. data/data/logos/atlassian_fisheye.png +0 -0
  412. data/data/logos/atlassian_jira.png +0 -0
  413. data/data/logos/atlassian_sourcetree.png +0 -0
  414. data/data/logos/automattic_wordpress.png +0 -0
  415. data/data/logos/calibre.png +0 -0
  416. data/data/logos/cisco_ssl_vpn.png +0 -0
  417. data/data/logos/citrix_netscaler_gateway.png +0 -0
  418. data/data/logos/cloudflare_cdn.png +0 -0
  419. data/data/logos/drupal.png +0 -0
  420. data/data/logos/f5_big-ip.png +0 -0
  421. data/data/logos/f5_big-ip_apm.png +0 -0
  422. data/data/logos/fastly.png +0 -0
  423. data/data/logos/generic.png +0 -0
  424. data/data/logos/gitlab.png +0 -0
  425. data/data/logos/ibm_axway_securetransport.png +0 -0
  426. data/data/logos/lithium.png +0 -0
  427. data/data/logos/microsoft_asp.net.png +0 -0
  428. data/data/logos/microsoft_iis.png +0 -0
  429. data/data/logos/microsoft_outlook_web_access.png +0 -0
  430. data/data/logos/microsoft_sharepoint.png +0 -0
  431. data/data/logos/microtik_routeros.png +0 -0
  432. data/data/logos/mikrotik_routeros.png +0 -0
  433. data/data/logos/newrelic.png +0 -0
  434. data/data/logos/nginx.png +0 -0
  435. data/data/logos/okta.png +0 -0
  436. data/data/logos/oracle_glassfish.png +0 -0
  437. data/data/logos/oracle_java_application_server.png +0 -0
  438. data/data/logos/oracle_java_server_pages.png +0 -0
  439. data/data/logos/oracle_weblogic.png +0 -0
  440. data/data/logos/phpmyadmin.png +0 -0
  441. data/data/logos/tableau.png +0 -0
  442. data/data/logos/vmware_esxi.png +0 -0
  443. data/data/logos/vmware_horizon.png +0 -0
  444. data/data/logos/zendesk.png +0 -0
  445. data/data/logos/zimbra_server.png +0 -0
  446. data/data/microsoft_sharepoint_versions.csv +0 -224
  447. data/lib/banner_helpers.rb +0 -36
  448. data/lib/ftp/check_factory.rb +0 -24
  449. data/lib/ftp/content.rb +0 -13
  450. data/lib/ftp/ftp.rb +0 -52
  451. data/lib/ftp/matchers.rb +0 -26
  452. data/lib/http/browser.rb +0 -260
  453. data/lib/http/check_factory.rb +0 -47
  454. data/lib/http/content.rb +0 -45
  455. data/lib/http/http.rb +0 -463
  456. data/lib/http/matchers.rb +0 -132
  457. data/lib/ident.rb +0 -263
  458. data/lib/recog_wrapper.rb +0 -70
  459. data/lib/simple_socket.rb +0 -41
  460. data/lib/smtp/check_factory.rb +0 -24
  461. data/lib/smtp/content.rb +0 -13
  462. data/lib/smtp/matchers.rb +0 -28
  463. data/lib/smtp/smtp.rb +0 -53
  464. data/lib/snmp/check_factory.rb +0 -24
  465. data/lib/snmp/content.rb +0 -13
  466. data/lib/snmp/matchers.rb +0 -25
  467. data/lib/snmp/snmp.rb +0 -55
  468. data/lib/ssh/check_factory.rb +0 -24
  469. data/lib/ssh/content.rb +0 -13
  470. data/lib/ssh/matchers.rb +0 -26
  471. data/lib/ssh/ssh.rb +0 -52
  472. data/lib/telnet/check_factory.rb +0 -24
  473. data/lib/telnet/content.rb +0 -13
  474. data/lib/telnet/matchers.rb +0 -26
  475. data/lib/telnet/telnet.rb +0 -52
  476. data/lib/utils.rb +0 -19
  477. data/lib/version.rb +0 -3
  478. data/lib/vulndb_client.rb +0 -43
  479. data/util/console.rb +0 -9
  480. data/util/docker.sh +0 -2
  481. data/util/ident.rb +0 -375
  482. data/util/list_paths.rb +0 -12
  483. data/util/tags.rb +0 -36
  484. data/utils.rb +0 -19
@@ -1,30 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Check
4
- class Axinom < Intrigue::Ident::Check::Base
5
-
6
- def generate_checks(url)
7
- [
8
- {
9
- :type => "fingerprint",
10
- :category => "application",
11
- :tags => ["CMS"],
12
- :vendor => "axinom GmbH",
13
- :product => "AxCMS",
14
- :references => ["http://help.axcms.net/"],
15
- :version => nil,
16
- :match_type => :content_body,
17
- :match_content => /Generated by AxCMS.net/i,
18
- :dynamic_version => lambda { |x| _first_body_capture(x, /Generated by AxCMS.net (\d+)/i)},
19
- :match_details => "comment match",
20
- :hide => false,
21
- :paths => ["#{url}"],
22
- :inference => true
23
- }
24
- ]
25
- end
26
-
27
- end
28
- end
29
- end
30
- end
data/checks/http/axios.rb DELETED
@@ -1,29 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Check
4
- class Axios < Intrigue::Ident::Check::Base
5
-
6
- def generate_checks(url)
7
- [
8
- {
9
- :type => "fingerprint",
10
- :category => "application",
11
- :tags => ["Javascript"],
12
- :vendor => "Axios",
13
- :product => "Axios",
14
- :references => [],
15
- :version => nil,
16
- :match_type => :content_body,
17
- :match_content => /axios\.min\.js[\"|\']\>/i,
18
- :match_details => "filename",
19
- :hide => false,
20
- :paths => ["#{url}"],
21
- :inference => false
22
- }
23
- ]
24
- end
25
-
26
- end
27
- end
28
- end
29
- end
data/checks/http/axis.rb DELETED
@@ -1,27 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Check
4
- class Axis < Intrigue::Ident::Check::Base
5
-
6
- def generate_checks(url)
7
- [
8
- {
9
- :type => "fingerprint",
10
- :category => "operating_system",
11
- :tags => ["Embedded", "Webcam"],
12
- :vendor => "Axis",
13
- :product => "Network Camera Firmware",
14
- :match_details =>"default redirect uri",
15
- :version => nil,
16
- :match_type => :content_body,
17
- :match_content => /<META HTTP-EQUIV=\"Refresh\" CONTENT=\"0; URL=\/view\/viewer_index.shtml?id=/,
18
- :paths => ["#{url}"],
19
- :inference => false
20
- }
21
- ]
22
- end
23
-
24
- end
25
- end
26
- end
27
- end
data/checks/http/axway.rb DELETED
@@ -1,33 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Check
4
- class Axway < Intrigue::Ident::Check::Base
5
-
6
- def generate_checks(url)
7
- [
8
- {
9
- :type => "fingerprint",
10
- :category => "application",
11
- :tags => ["COTS"],
12
- :vendor => "Axway",
13
- :product => "SecureTransport",
14
- :website => "https://www.axway.com/en/products/secure-transport",
15
- :references => [
16
- "https://www-356.ibm.com/partnerworld/gsd/solutiondetails.do?&solution=47052"
17
- ],
18
- :version => nil,
19
- :dynamic_version => lambda {|x| _first_header_capture(x,/SecureTransport (.*) build:.*/)},
20
- :dynamic_update => lambda {|x| _first_header_capture(x,/SecureTransport\ .*\ build:(.*)$/)},
21
- :match_type => :content_headers,
22
- :match_content => /server: SecureTransport/i,
23
- :match_details =>"server header - build is avail too",
24
- :paths => ["#{url}"],
25
- :inference => true
26
- }
27
- ]
28
- end
29
-
30
- end
31
- end
32
- end
33
- end
@@ -1,30 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Check
4
- class Basekit < Intrigue::Ident::Check::Base
5
-
6
- def generate_checks(url)
7
- [
8
- {
9
- :type => "fingerprint",
10
- :category => "application",
11
- :tags => ["CMS"],
12
- :vendor => "Basekit",
13
- :product => "Basekit",
14
- :references => ["https://www.basekit.com/"],
15
- :version => nil,
16
- :match_type => :content_body,
17
- :match_content => /BaseKit/i,
18
- :dynamic_version => nil,
19
- :match_details => "header match",
20
- :hide => false,
21
- :paths => ["#{url}"],
22
- :inference => true
23
- }
24
- ]
25
- end
26
-
27
- end
28
- end
29
- end
30
- end
data/checks/http/banu.rb DELETED
@@ -1,30 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Check
4
- class Banu < Intrigue::Ident::Check::Base
5
-
6
- def generate_checks(url)
7
- [
8
- {
9
- :type => "fingerprint",
10
- :category => "application",
11
- :tags => ["Web Server","Proxy Server"],
12
- :vendor => "Banu",
13
- :product =>"Tinyproxy",
14
- :match_details =>"server header",
15
- :version => nil,
16
- :match_type => :content_headers,
17
- :match_content => /server: tinyproxy/i,
18
- :dynamic_version => lambda { |x|
19
- _first_header_capture(x,/server: tinyproxy\/(.*)/i,)
20
- },
21
- :paths => ["#{url}"],
22
- :inference => true
23
- }
24
- ]
25
- end
26
- end
27
-
28
- end
29
- end
30
- end
@@ -1,99 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Check
4
- class Barracuda < Intrigue::Ident::Check::Base
5
-
6
- def generate_checks(url)
7
- [
8
- {
9
- :type => "fingerprint",
10
- :category => "application",
11
- :tags => ["WAF"],
12
- :url => "https://www.barracuda.com/products/webapplicationfirewall",
13
- :references => [
14
- "https://github.com/EnableSecurity/wafw00f"
15
- ],
16
- :vendor => "Barracuda",
17
- :product =>"Application Firewall",
18
- :match_details =>"cookie",
19
- :version => nil,
20
- :match_type => :content_cookies,
21
- :match_content => /barra_counter_session=/i,
22
- :paths => ["#{url}"],
23
- :inference => false
24
- },
25
- {
26
- :type => "fingerprint",
27
- :category => "application",
28
- :tags => ["WAF"],
29
- :url => "https://www.barracuda.com/products/webapplicationfirewall",
30
- :references => [
31
- "https://github.com/EnableSecurity/wafw00f"
32
- ],
33
- :vendor => "Barracuda",
34
- :product =>"Application Firewall",
35
- :match_details =>"cookie",
36
- :version => nil,
37
- :match_type => :content_cookies,
38
- :match_content => /BNI__BARRACUDA_LB_COOKIE=/i,
39
- :paths => ["#{url}"],
40
- :inference => false
41
- },
42
- {
43
- :type => "fingerprint",
44
- :category => "application",
45
- :tags => ["WAF"],
46
- :url => "https://www.barracuda.com/products/webapplicationfirewall",
47
- :references => [
48
- "https://github.com/EnableSecurity/wafw00f"
49
- ],
50
- :vendor => "Barracuda",
51
- :product =>"Application Firewall",
52
- :match_details =>"cookie",
53
- :version => nil,
54
- :match_type => :content_cookies,
55
- :match_content => /BNI_persistence=/i,
56
- :paths => ["#{url}"],
57
- :inference => false
58
- },
59
- {
60
- :type => "fingerprint",
61
- :category => "application",
62
- :tags => ["WAF"],
63
- :url => "https://www.barracuda.com/products/webapplicationfirewall",
64
- :references => [
65
- "https://github.com/EnableSecurity/wafw00f"
66
- ],
67
- :vendor => "Barracuda",
68
- :product =>"Application Firewall",
69
- :match_details =>"cookie",
70
- :version => nil,
71
- :match_type => :content_cookies,
72
- :match_content => /BN[IE]S_.*?=/i,
73
- :paths => ["#{url}"],
74
- :inference => false
75
- },
76
- {
77
- :type => "fingerprint",
78
- :category => "application",
79
- :tags => ["WAF"],
80
- :url => "https://www.barracuda.com/products/webapplicationfirewall",
81
- :vendor => "Barracuda",
82
- :product =>"Email Security Gateway",
83
- :match_details =>"server",
84
- :version => nil,
85
- :match_type => :content_headers,
86
- :dynamic_version => lambda { |x|
87
- _first_header_capture(x,/server: BarracudaHTTP ([\d\.]+)/i,)
88
- },
89
- :match_content => /server: BarracudaHTTP ([\d\.]+)/i,
90
- :paths => ["#{url}"],
91
- :inference => false
92
- }
93
- ]
94
- end
95
-
96
- end
97
- end
98
- end
99
- end
data/checks/http/base.rb DELETED
@@ -1,139 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Check
4
- class Base
5
-
6
- #include Intrigue::Ident::Content::HttpHelpers
7
-
8
- def self.inherited(base)
9
- Intrigue::Ident::Http::CheckFactory.register(base)
10
- end
11
-
12
- def product_name
13
-
14
- end
15
-
16
- private
17
-
18
- def _uri_match(content, regex)
19
- return nil unless content["details"]["start_url"] && content["details"]["start_url"].match(regex)
20
- content["details"]["start_url"].match(regex)
21
- end
22
-
23
- # matching helpers
24
- def _all_body_captures(content, regex)
25
- return nil unless content["details"]["hidden_response_data"] &&
26
- content["details"]["hidden_response_data"].match(regex)
27
-
28
- match = content["details"]["hidden_response_data"].match(regex)
29
- return match.captures.map{|x|x.to_s.strip} if match
30
-
31
- nil
32
- end
33
-
34
- def _first_body_match(content, regex)
35
- return nil unless content["details"]["hidden_response_data"] &&
36
- content["details"]["hidden_response_data"].match(regex)
37
-
38
- content["details"]["hidden_response_data"].match(regex)
39
- end
40
-
41
- def _first_body_capture(content, regex, filter=[])
42
- return nil unless content["details"]["hidden_response_data"]
43
- x = content["details"]["hidden_response_data"].match(regex)
44
- if x && x.captures
45
- x = x.captures.first.strip
46
- filter.each{|f| x.gsub!(f,"") }
47
- x = x.strip
48
- return x if x && x.length > 0
49
- end
50
- nil
51
- end
52
-
53
- def _first_header_match(content, regex)
54
- return nil unless content["details"]["headers"]
55
- if content["details"]["headers"].kind_of? Array
56
- headers = content["details"]["headers"].join("\n")
57
- else
58
- headers = content["details"]["headers"].kind_of? Array
59
- end
60
- headers.match(regex)
61
- end
62
-
63
- def _first_header_capture(content, regex, filter=[])
64
- return nil unless content["details"]["headers"]
65
- if content["details"]["headers"].kind_of? Array
66
- headers = content["details"]["headers"].join("\n")
67
- else
68
- headers = content["details"]["headers"].kind_of? Array
69
- end
70
- x = headers.match(regex)
71
- if x && x.captures
72
- x = x.captures.first
73
- filter.each{|f| x.gsub!(f,"") }
74
- x = x.strip if x
75
- return x if x && x.length > 0
76
- end
77
- nil
78
- end
79
-
80
- def _first_cookie_match(content, regex)
81
- return nil unless content["details"]["cookies"] &&
82
- content["details"]["cookies"].match(regex)
83
- content["details"]["cookies"].match(regex)
84
- end
85
-
86
- def _first_cookie_capture(content, regex, filter=[])
87
- return nil unless content["details"]["headers"]
88
- x = content["details"]["cookies"].match(regex)
89
- if x && x.captures
90
- x = x.captures.first.strip
91
- filter.each{|f| x.gsub!(f,"") }
92
- x = x.strip if x
93
- return x if x && x.length > 0
94
- end
95
- nil
96
- end
97
-
98
- def _first_title_match(content, regex)
99
- return nil unless content["details"]["title"] &&
100
- content["details"]["title"].match(regex)
101
-
102
- content["details"]["title"].match(regex)
103
- end
104
-
105
- def _first_title_capture(content, regex, filter=[])
106
- return nil unless content["details"]["title"]
107
- x = content["details"]["title"].match(regex)
108
- if x && x.captures
109
- x = x.captures.first.strip
110
- filter.each{|f| x.gsub!(f,"") }
111
- x = x.strip if x
112
- return x if x && x.length > 0
113
- end
114
- nil
115
- end
116
-
117
- def _first_generator_match(content, regex)
118
- return nil unless content["details"]["generator"] &&
119
- content["details"]["generator"].match(regex)
120
-
121
- content["details"]["title"].match(regex)
122
- end
123
-
124
- def _first_generator_capture(content, regex, filter=[])
125
- return nil unless content["details"]["generator"]
126
- x = content["details"]["generator"].match(regex)
127
- if x && x.captures
128
- x = x.captures.first.strip
129
- filter.each{|f| x.gsub!(f,"") }
130
- x = x.strip if x
131
- return x if x && x.length > 0
132
- end
133
- nil
134
- end
135
-
136
- end
137
- end
138
- end
139
- end
@@ -1,30 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Check
4
- class Beehive < Intrigue::Ident::Check::Base
5
-
6
- def generate_checks(url)
7
- [
8
- {
9
- :type => "fingerprint",
10
- :category => "application",
11
- :tags => ["Forum system"],
12
- :vendor => "Beehive",
13
- :product => "Beehive Forum",
14
- :references => ["https://www.beehiveforum.co.uk/"],
15
- :version => nil,
16
- :match_type => :content_body,
17
- :match_content => /Beehive Forum (.*\d)/i,
18
- :dynamic_version => lambda { |x| _first_body_capture(x, /Beehive Forum (.*\d)/i)},
19
- :match_details => "header match",
20
- :hide => false,
21
- :paths => ["#{url}"],
22
- :inference => true
23
- }
24
- ]
25
- end
26
-
27
- end
28
- end
29
- end
30
- end