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,26 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module TelnetCheck
4
- class Huawei < Intrigue::Ident::TelnetCheck::Base
5
- def generate_checks
6
- [
7
- {
8
- :type => "fingerprint",
9
- :category => "operating_system",
10
- :tags => ["Telnet Server"],
11
- :vendor => "Huawei",
12
- :product => "Home Gateway",
13
- :references => [],
14
- :version => nil,
15
- :match_type => :content_banner,
16
- :match_content => /Welcome Visiting Huawei Home Gateway/i,
17
- :match_details => "banner",
18
- :hide => false,
19
- :inference => false
20
- }
21
- ]
22
- end
23
- end
24
- end
25
- end
26
- end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/data/logos/nginx.png DELETED
Binary file
data/data/logos/okta.png DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,224 +0,0 @@
1
- 2010,14.0.7235.5000,July 2019 CU,2019 July 9,SharePoint Foundation 2010,KB4475510
2
- 2010,14.0.7234.5000,June 2019 CU,2019 June 11,SharePoint Foundation 2010,N/A
3
- 2010,14.0.7233.5000,May 2019 CU,2019 May 14,SharePoint Foundation 2010,KB4464573
4
- 2010,14.0.7232.5000,April 2019 CU,2019 April 9,SharePoint Foundation 2010,KB4464528
5
- 2010,14.0.7231.5000,March 2019 CU,2019 March 12,SharePoint Foundation 2010,KB4462231
6
- 2010,14.0.7229.5000,February 2019 CU,2019 February 12,SharePoint Foundation 2010,KB4461630
7
- 2010,14.0.7228.5000,January 2019 CU,2019 January 8,SharePoint Foundation 2010,N/A
8
- 2010,14.0.7225.5000,December 2018 CU,2018 December 11,SharePoint Foundation 2010,KB4461580
9
- 2010,14.0.7224.5000,November 2018 CU,2018 November 13,SharePoint Foundation 2010,KB4011713
10
- 2010,14.0.7214.5000,October 2018 CU,2018 October 9,SharePoint Foundation 2010,N/A
11
- 2010,14.0.7213.5000,September 2018 CU,2018 September 11,SharePoint Foundation 2010,N/A
12
- 2010,14.0.7212.5000,August 2018 CU,2018 August 14,SharePoint Foundation 2010,N/A
13
- 2010,14.0.7210.5000,June 2018 CU,2018 June 12,SharePoint Foundation 2010,N/A
14
- 2010,14.0.7209.5000,May 2018 CU,2018 May 8,SharePoint Foundation 2010,N/A
15
- 2010,14.0.7197.5000,April 2018 CU,2018 April 10,SharePoint Foundation 2010,N/A
16
- 2010,14.0.7196.5000,March 2018 CU,2018 March 13,SharePoint Foundation 2010,N/A
17
- 2010,14.0.7192.5000,January 2018 CU,2018 January 9,SharePoint Foundation 2010,KB3141547
18
- 2010,14.0.7190.5000,November 2017 CU,2017 November 14,SharePoint Foundation 2010,N/A
19
- 2010,14.0.7189.5001,October 2017 CU,2017 October 10,SharePoint Foundation 2010,N/A
20
- 2010,14.0.7188.5001,September 2017 CU,2017 September 12,SharePoint Foundation 2010,N/A
21
- 2010,14.0.7186.5000,August 2017 CU,2017 August 8,SharePoint Foundation 2010,N/A
22
- 2010,14.0.7183.5000,July 2017 CU,2017 July 11,SharePoint Foundation 2010,N/A
23
- 2010,14.0.7182.5000,June 2017 CU,2017 June 13,SharePoint Foundation 2010,N/A
24
- 2010,14.0.7180.5001,April 2017 CU,2017 April 11,SharePoint Foundation 2010,N/A
25
- 2010,14.0.7179.5000,March 2017 CU,2017 March 14,SharePoint Foundation 2010,N/A
26
- 2010,14.0.7177.5000,December 2016 CU,2016 December 13,SharePoint Foundation 2010,KB3118391
27
- 2010,14.0.7176.5000,November 2016 CU,2016 November 8,SharePoint Foundation 2010,N/A
28
- 2010,14.0.7174.5001,October 2016 CU,2016 October 11,SharePoint Foundation 2010,N/A
29
- 2010,14.0.7173.5000,September 2016 CU,2016 September 13,SharePoint Foundation 2010,KB3115477
30
- 2010,14.0.7171.5002,July 2016 CU,2016 July 12,SharePoint Foundation 2010,KB3114890
31
- 2010,14.0.7170.5000,June 2016 CU,2016 June 14,SharePoint Foundation 2010,N/A
32
- 2010,14.0.7169.5000,May 2016 CU,2016 May 10,SharePoint Foundation 2010,N/A
33
- 2010,14.0.7168.5000,April 2016 CU,2016 April 12,SharePoint Foundation 2010,N/A
34
- 2010,14.0.7167.5000,March 2016 CU,2016 March 8,SharePoint Foundation 2010,KB3114886
35
- 2010,14.0.7166.5000,February 2016 CU,2016 February 9,SharePoint Foundation 2010,KB3114567
36
- 2010,14.0.7165.5000,January 2016 CU,2016 January 12,SharePoint Foundation 2010,N/A
37
- 2010,14.0.7164.5000,December 2015 CU,2015 December 8,SharePoint Foundation 2010,KB3114418
38
- 2010,14.0.7162.5000,November 2015 CU,2015 November 10,SharePoint Foundation 2010,KB3101547
39
- 2010,14.0.7160.5000,October 2015 CU,2015 October 13,SharePoint Foundation 2010,KB3085613
40
- 2010,14.0.7157.5001,September 2015 CU,2015 September 8,SharePoint Foundation 2010,KB3085530
41
- 2010,14.0.7155.5000,August 2015 CU,2015 August 11,SharePoint Foundation 2010,KB3055049
42
- 2010,14.0.7153.5000,July 2015 CU,2015 July 14,SharePoint Foundation 2010,KB3054983
43
- 2010,14.0.7153.5001,Project Server 2010,KB3054972,,
44
- 2010,14.0.7151.5001,June 2015 CU,2015 June 9,SharePoint Foundation 2010,KB3054847
45
- 2010,14.0.7149.5000,May 2015 CU,2015 May 12,SharePoint Foundation 2010,KB3017815
46
- 2010,14.0.7147.5000,April 2015 CU,2015 April 14,SharePoint Foundation 2010,KB2965241
47
- 2010,14.0.7145.5001,March 2015 CU,2015 March 10,SharePoint Foundation 2010,KB2956208
48
- 2010,14.0.7143.5001,February 2015 CU,2015 February 10,SharePoint Foundation 2010,KB2910904
49
- 2010,14.0.7140.5000,December 2014 CU,2014 December 9,SharePoint Foundation 2010,KB2899585
50
- 2010,14.0.7137.5000,November 2014 CU,2014 November 11,SharePoint Foundation 2010,KB2889933
51
- 2010,14.0.7134.5000,October 2014 HOTFIX,2014 October 14,SharePoint Foundation 2010,N/A
52
- 2010,14.0.7132.5000,September 2014 CU,2014 September 9,SharePoint Foundation 2010,KB2889932
53
- 2010,14.0.7130.5000,August 2014 HOTFIX,2014 August 12,SharePoint Foundation 2010,KB2889825
54
- 2010,14.0.7128.5001,July 2014 CU,2014 July 8,SharePoint Foundation 2010,KB2883026
55
- 2010,14.0.7125.5002,June 2014 CU,2014 June 10,SharePoint Foundation 2010,KB2880975
56
- 2010,14.0.7125.5000,SharePoint Server 2010,KB2880972,,
57
- 2010,14.0.7125.5002,Project Server 2010,KB2880974,,
58
- 2010,14.0.7123.5000,MS14-022,2014 May 13,SharePoint Foundation 2010,N/A
59
- 2010,14.0.7121.5000,April 2014 CU,2014 April 8,SharePoint Foundation 2010,KB2878270
60
- 2010,14.0.7121.5004,SharePoint Server 2010,KB2878250,,
61
- 2010,14.0.7116.5000,February 2014 CU,2014 February 11,SharePoint Foundation 2010,KB2863938
62
- 2010,14.0.7113.5000,December 2013 CU,2013 December 10,SharePoint Foundation 2010,KB2849990
63
- 2010,14.0.7113.5002,Project Server 2010,KB2849972,,
64
- 2010,14.0.7110.5000,October 2013 CU,2013 October 8,SharePoint Foundation 2010,KB2825824
65
- 2010,14.0.7106.5002,August 2013 CU Version 2,2013 August 13,SharePoint Foundation 2010,KB2825990
66
- 2010,14.0.7106.5000,August 2013 CU Recalled,2013 August 13,SharePoint Foundation 2010,KB2817594
67
- 2010,14.0.7102.5004,June 2013 CU Version 2,2013 July 10,SharePoint Foundation 2010,KB2817552
68
- 2010,14.0.7102.5000,June 2013 CU Recalled,2013 June 11,SharePoint Foundation 2010,KB2817392
69
- 2010,14.0.7015.1000,Service Pack 2,2013 July 21,SharePoint Foundation 2010,KB2687464
70
- 2010,14.0.6029.1000,Service Pack 1,2011 June 24,SharePoint Foundation 2010,KB2460058
71
- 2010,14.0.4763.1000,RTM,2010 April 1,SharePoint Foundation 2010,Download
72
- 2013,15.0.5153.1000,July 2019 CU,2019 July 9,SharePoint Foundation 2013,KB4475523
73
- 2013,15.0.5145.1000,June 2019 CU,2019 June 11,SharePoint Foundation 2013,KB4464598
74
- 2013,15.0.5137.1000,May 2019 CU,2019 May 14,SharePoint Foundation 2013,KB4464560
75
- 2013,15.0.5127.1000,April 2019 CU,2019 April 9,SharePoint Foundation 2013,KB4464512
76
- 2013,15.0.5119.1001,March 2019 CU,2019 March 12,SharePoint Foundation 2013,KB4462217
77
- 2013,15.0.5111.1001,February 2019 CU,2019 February 8,SharePoint Foundation 2013,KB4462150
78
- 2013,15.0.5101.1001,January 2019 CU,2019 January 8,SharePoint Foundation 2013,KB4461603
79
- 2013,15.0.5093.1000,December 2018 CU,2018 December 11,SharePoint Foundation 2013,KB4461552
80
- 2013,15.0.5085.1000,November 2018 CU,2018 November 13,SharePoint Foundation 2013,KB4461508
81
- 2013,15.0.5075.1000,October 2018 CU,2018 October 9,SharePoint Foundation 2013,KB4461455
82
- 2013,15.0.5067.1000,September 2018 CU,2018 September 11,SharePoint Foundation 2013,KB4092474
83
- 2013,15.0.5059.1000,August 2018 CU,2018 August 14,SharePoint Foundation 2013,KB4032244
84
- 2013,15.0.5049.1001,July 2018 CU,2018 July 10,SharePoint Foundation 2013,KB4022239
85
- 2013,15.0.5041.1000,June 2018 CU,2018 June 12,SharePoint Foundation 2013,KB4022184
86
- 2013,15.0.5031.1000,May 2018 CU,2018 May 8,SharePoint Foundation 2013,KB4018394
87
- 2013,15.0.5023.1000,April 2018 CU,2018 April 10,SharePoint Foundation 2013,KB4018345
88
- 2013,15.0.5015.1002,March 2018 CU,2018 March 13,SharePoint Foundation 2013,KB4018299
89
- 2013,15.0.5007.1000,February 2018 CU,2018 February 13,SharePoint Foundation 2013,KB4011693
90
- 2013,15.0.4997.1000,January 2018 CU,2018 January 9,SharePoint Foundation 2013,KB4011649
91
- 2013,15.0.4989.1001,December 2017 CU,2017 December 12,SharePoint Foundation 2013,KB4011588
92
- 2013,15.0.4981.1002,November 2017 CU,2017 November 14,SharePoint Foundation 2013,KB4011248
93
- 2013,15.0.4971.1001,October 2017 CU,2017 October 10,SharePoint Foundation 2013,KB4011173
94
- 2013,15.0.4971.1002,SharePoint Server 2013,KB4011177,,
95
- 2013,15.0.4963.1001,September 2017 CU,2017 September 12,SharePoint Foundation 2013,KB4011132
96
- 2013,15.0.4953.1000,August 2017 CU,2017 August 8,SharePoint Foundation 2013,KB4011073
97
- 2013,15.0.4945.1000,July 2017 CU,2017 July 11,SharePoint Foundation 2013,KB3213563
98
- 2013,15.0.4937.1000,June 2017 CU,2017 June 13,SharePoint Foundation 2013,KB3203428
99
- 2013,15.0.4927.1001,May 2017 CU,2017 May 9,SharePoint Foundation 2013,KB3191911
100
- 2013,15.0.4919.1003,April 2017 CU,2017 April 11,SharePoint Foundation 2013,KB3178727
101
- 2013,15.0.4911.1001,March 2017 CU,2017 March 14,SharePoint Foundation 2013,KB3172456
102
- 2013,15.0.4893.1001,January 2017 CU,2017 January 13,SharePoint Foundation 2013,KB3141479
103
- 2013,15.0.4885.1000,December 2016 CU,2016 December 13,SharePoint Foundation 2013,KB3128001
104
- 2013,15.0.4875.1000,November 2016 CU,2016 November 8,SharePoint Foundation 2013,KB3127930
105
- 2013,15.0.4875.1002,Project Server 2013,KB3127931,,
106
- 2013,15.0.4867.1002,October 2016 CU,2016 October 11,SharePoint Foundation 2013,KB3118361
107
- 2013,15.0.4867.1003,Project Server 2013,KB3118365,,
108
- 2013,15.0.4859.1000,September 2016 CU,2016 September 13,SharePoint Foundation 2013,KB3118271
109
- 2013,15.0.4849.1000,August 2016 CU,2016 August 9,SharePoint Foundation 2013,KB3115447
110
- 2013,15.0.4849.1002,Project Server 2013,KB3115448,,
111
- 2013,15.0.4841.1000,July 2016 CU,2016 July 12,SharePoint Foundation 2013,KB3115290
112
- 2013,15.0.4833.1000,June 2016 CU,2016 June 14,SharePoint Foundation 2013,KB3115171
113
- 2013,15.0.4823.1003,May 2016 CU,2016 May 10,SharePoint Foundation 2013,KB3115023
114
- 2013,15.0.4815.1000,April 2016 CU,2016 April 12,SharePoint Foundation 2013,KB3114935
115
- 2013,15.0.4805.1000,March 2016 CU,2016 March 8,SharePoint Foundation 2013,KB3114822
116
- 2013,15.0.4805.1002,Project Server 2013,KB3114823,,
117
- 2013,15.0.4797.1001,February 2016 CU,2016 February 9,SharePoint Foundation 2013,KB3114722
118
- 2013,15.0.4787.1000,January 2016 CU,2016 January 12,SharePoint Foundation 2013,KB3114492
119
- 2013,15.0.4779.1000,December 2015 CU,2015 December 8,SharePoint Foundation 2013,KB3114339
120
- 2013,15.0.4771.1000,November 2015 CU,2015 November 10,SharePoint Foundation 2013,KB3101368
121
- 2013,15.0.4763.1000,October 2015 CU,2015 October 13,SharePoint Foundation 2013,KB3085488
122
- 2013,15.0.4753.1000,September,2015,SharePoint Foundation 2013,KB3085501
123
- 2013,15.0.4745.1000,August 2015 CU,2015 August 11,SharePoint Foundation 2013,KB3055004
124
- 2013,15.0.4737.1000,July 2015 CU,2015 July 14,SharePoint Foundation 2013,KB3054931
125
- 2013,15.0.4737.1001,Project Server 2013,KB3054933,,
126
- 2013,15.0.4727.1001,June 2015 CU,2015 June 9,SharePoint Foundation 2013,KB3054864
127
- 2013,15.0.4719.1002,May 2015 CU,2015 May 12,SharePoint Foundation 2013,KB3039747
128
- 2013,15.0.4711.1000,April 2015 CU,2015 April 14,SharePoint Foundation 2013,KB2965261
129
- 2013,15.0.4701.1001,March 2015 CU,2015 March 10,SharePoint Foundation 2013,KB2956159
130
- 2013,15.0.4693.1001,February 2015 CU,2015 February 10,SharePoint Foundation 2013,KB2920801
131
- 2013,15.0.4675.1000,December 2014 CU,2014 December 9,SharePoint Foundation 2013,KB2910945
132
- 2013,15.0.4667.1000,November 2014 CU,2014 November 12,SharePoint Foundation 2013,KB2899468
133
- 2013,15.0.4659.1001,October 2014 Hotfix,2014 October 14,SharePoint Foundation 2013,KB2889946
134
- 2013,15.0.4649.1001,September 2014 CU,2014 September 9,SharePoint Foundation 2013,KB2883087
135
- 2013,15.0.4641.1001,August 2014 Hotfix,2014 August 12,SharePoint Foundation 2013,KB2883081
136
- 2013,15.0.4631.1001,July 2014 CU,2014 July 8,SharePoint Foundation 2013,KB2882999
137
- 2013,15.0.4617.1001,June 2014 CU,2014 June 10,SharePoint Foundation 2013,KB2881063
138
- 2013,15.0.4615.1001,MS14-022,2014 May 13,SharePoint Foundation 2013,KB2952166
139
- 2013,15.0.4605.1004,April 2014 CU,2014 May 7,SharePoint Foundation 2013,KB2863892
140
- 2013,15.0.4571.1502,Service Pack 1,2014 April 22,SharePoint Foundation 2013,KB2880551
141
- 2013,15.0.4569.1000,Service Pack 1,2014 February 25,SharePoint Foundation 2013,KB2817439
142
- 2013,15.0.4551.1508,December 2013 CU,2013 December 10,SharePoint Foundation 2013,KB2849961
143
- 2013,15.0.4551.1511,SharePoint Server 2013,KB2850024,,
144
- 2013,15.0.4551.1508,Project Server 2013,KB2837668,,
145
- 2013,15.0.4551.1001,October 2013 CU,2013 October 8,SharePoint Foundation 2013,KB2825674
146
- 2013,15.0.4551.1005,2013 October 26,SharePoint Server 2013,KB2825647,
147
- 2013,15.0.4551.1001,2013 October 8,Project Server 2013,KB2825659,
148
- 2013,15.0.4535.1000,August 2013 CU,2013 August 13,SharePoint Foundation 2013,KB2817517
149
- 2013,15.0.4517.1003,June 2013 CU,2013 June 26,SharePoint Foundation 2013,KB2817346
150
- 2013,15.0.4517.1005,SharePoint Server 2013,KB2817414,,
151
- 2013,15.0.4505.1002,April 2013 CU,2013 April 9,SharePoint Foundation 2013,KB2751999
152
- 2013,15.0.4505.1005,2013 April 26,SharePoint Server 2013,KB2726992,
153
- 2013,15.0.4481.1005,March 2013 Public Update,2013 March 12,SharePoint Foundation 2013,KB2768000
154
- 2013,15.0.4433.1506,N/A,N/A,SharePoint Foundation 2013,N/A
155
- 2013,15.0.4420.1017,RTM,2012 October 24,SharePoint Foundation 2013,Download
156
- 2013,15.0.4481.1005,Beta,2012 July 18,SharePoint Foundation 2013,
157
- 2016,16.0.4939.1000,December 2019 CU,SharePoint Server 2016,KB4484178,Download,
158
- 2016,16.0.4927.1000,Nov-19,SharePoint Server 2016,KB4484143,Download,CVE-2019-1443
159
- 2016,16.0.4912.1000,October 2019 Security Patch,SharePoint Server 2016,KB4484111,Download,CVE-2019-1070
160
- 2016,16.0.4900.1000,Sep-19,SharePoint Server 2016,KB4475590,Download,Vulnerability fixes
161
- 2016,16.0.4888.1000,August 2019 Security Patch,SharePoint Server 2016,KB4475549,Download,
162
- 2016,16.0.4873.1000,July 2019 Security Patch,SharePoint Server 2016,KB4475520,Download,CVE-2019-1006
163
- 2016,16.0.4861.1000,June 2019 Security Patch,SharePoint Server 2016,KB4464549,Download,CVE-2019-1031
164
- 2016,16.0.4849.1000,May 2019 Security Patch,SharePoint Server 2016,KB4464549,Download,CVE-2019-0949
165
- 2016,16.0.4834.1000,April 2019 Security Patch,SharePoint Server 2016,KB4464510,Download,CVE-2019-0830
166
- 2016,16.0.xxxx.xxxx,March 2019 Security Patch,SharePoint Server 2016,KB4462211,Download,CVE-2019-0778
167
- 2016,16.0.4810.1000,Feb-19,SharePoint Server 2016,KB4462155,Download,CVE-2019-0594
168
- 2016,16.0.4795.1001,Jan-19,SharePoint Server 2016,KB4461598,Download,
169
- 2016,16.0.4783.1000,Dec-18,SharePoint Server 2016,KB4461541,Download,
170
- 2016,16.0.4771.1002,Nov-18,SharePoint Server 2016,KB4461501,Download,
171
- 2016,16.0.4756.1002,,SharePoint Server 2016,KB 4461447,Download,
172
- 2016,16.0.4744.1000,September 2018 CU,SharePoint Server 2016,KB4092459,Download,
173
- 2016,16.0.4732.1000,August 2018 CU,SharePoint Server 2016,KB4032256,Download,
174
- 2016,16.0.4717.1000,July 2018 CU,SharePoint Server 2016,KB4022228,Download,
175
- 2016,16.0.4705.1000,June 2018 CU,SharePoint Server 2016,KB4022173,Download,
176
- 2016,16.0.4690.1000,May 2018 CU,SharePoint Server 2016,KB4018381,Download,
177
- 2016,16.0.4678.1000,April 2018 CU,SharePoint Server 2016,KB4018336,Download,
178
- 2016,16.0.4666.1000,March 2018 CU,SharePoint Server 2016,KB4018293,Download,
179
- 2016,16.0.4654.1000,February 2018 CU,SharePoint Server 2016,N/A,,
180
- 2016,16.0.4639.1002,January 2018 CU,SharePoint Server 2016,KB4011642,Download,
181
- 2016,16.0.4627.1000,December 2017 CU,SharePoint Server 2016,KB4011576,Download,
182
- 2016,16.0.4615.1000,November 2017 CU,SharePoint Server 2016,KB4011244,Download,
183
- 2016,16.0.4600.1000,October 2017 CU,SharePoint Server 2016,KB4011217,Download,
184
- 2016,16.0.4588.1000,September 2017 CU,SharePoint Server 2016,KB4011127,Download, Feature Pack 2
185
- 2016,16.0.4573.1000,August 2017 CU,SharePoint Server 2016,KB4011049,Download,
186
- 2016,16.0.4561.1000,July 2017 CU,SharePoint Server 2016,KB3213544,Download,
187
- 2016,16.0.4549.1000,June 2017 CU,SharePoint Server 2016,KB3203432,Download,
188
- 2016,16.0.4534.1000,May 2017 CU,SharePoint Server 2016,KB3191880,Download,
189
- 2016,16.0.4522.1000,April 2017 CU,SharePoint Server 2016,KB3178718,Download,
190
- 2016,16.0.4510.1001,March 2017 CU,SharePoint Server 2016,KB3178672,Download,
191
- 2016,16.0.4498.1002,February 2017 CU,SharePoint Server 2016,KB3141515,Download,
192
- 2016,16.0.4483.1001,January 2017 CU,SharePoint Server 2016,KB3141486,Download,
193
- 2016,16.0.4471.1000,December 2016 CU,SharePoint Server 2016,KB3128014,Download,
194
- 2016,16.0.4456.1000,November 2016 CU,SharePoint Server 2016,KB3127940,Download,Feature Pack 1
195
- 2016,16.0.4444.1000,October 2016 CU,SharePoint Server 2016,KB3118372,Download,
196
- 2016,16.0.4432.1003,September 2016 CU,SharePoint Server 2016,KB3118289,Download,
197
- 2016,16.0.4417.1000,August 2016 CU,SharePoint Server 2016,KB3115437,Download,
198
- 2016,16.0.4405.1000,July 2016 CU,SharePoint Server 2016,KB3115299,Download,
199
- 2016,16.0.4393.1000,June 2016 CU,SharePoint Server 2016,KB3115181,Download,
200
- 2016,16.0.4378.1000,May 2016 CU,SharePoint Server 2016,KB3115088,Download,
201
- 2016,16.0.4366.1000,April 2016 CU,SharePoint Server 2016,KB2920721,Download,
202
- 2016,16.0.4351.1000,RTM,SharePoint Server 2016,RTM,Download,
203
- 2016,16.0.4336.1000,RC,SharePoint Server 2016 RC,,Download,
204
- 2016,16.0.4327.1000,RC,SharePoint Server 2016 RC,,Download,
205
- 2016,16.0.4306.1002,Beta 2,SharePoint Server 2016,,Download,
206
- 2016,16.0.4107.1002,IT Preview,SharePoint Server 2016 IT Preview,,Download,
207
- 2019,16.0.10353.20001,December 2019 CU,SharePoint Server 2019,KB4484177,Download,
208
- 2019,16.0.10352.20000,November 2019 (Security update),SharePoint Server 2019,KB4484142,Download,CVE-2019-1442
209
- 2019,16.0.10351.20000,Oct-19,SharePoint Server 2019,KB4484110,Download,CVE-2019-1330
210
- 2019,16.0.10350.20000,Sep-19,SharePoint Server 2019,KB4475596,Download,Vulnerability fixes
211
- 2019,16.0.10349.20000,August 2019 Security Patch,SharePoint Server 2019,KB4475555,Download,CVE-2019-1201
212
- 2019,16.0.10348.12104,July 2019 Security Patch,SharePoint Server 2019,KB4475529,Download,CVE-2019-1006
213
- 2019,16.0.10346.20001,June 2019 Security Patch,SharePoint Server 2019,KB4475512,Download,CVE-2019-1031
214
- 2019,16.0.10345.12101,May 2019 Security Patch,SharePoint Server 2019,KB4464556,Download,CVE-2019-0957
215
- 2019,16.0.10343.20000,April 2019 Security Patch,SharePoint Server 2019,KB4464518,Download,CVE-2019-0830
216
- 2019,16.0.10343.20000,April 2019 Update,SharePoint Server 2019 MUI/language patch,KB4462221,Download,
217
- 2019,16.0.10342.12113,March 2019 Security Patch,SharePoint Server 2019,KB4462199,Download,CVE-2019-0604
218
- 2019,16.0.10341.20000,February 2019 Security Patch,SharePoint Server 2019 (Language Independent),KB4462171,Download,CVE-2019-0594
219
- 2019,16.0.10341.20000,February 2019 Update,SharePoint Server 2019 MUI/language patch,KB4462170,Download,
220
- 2019,16.0.10340.12101,January 2019 Security Update,SharePoint Server 2019,KB4461634,Download,CVE-2019-0585
221
- 2019,16.0.10340.12100,January 2019 Update,SharePoint Server 2019 MUI/language patch,KB4461514,Download,(Note:you must install KB4461634
222
- 2019,16.0.10339.12102,December 2018 security patch,SharePoint Server 2019,KB4461548,Download,CVE-2018-8628
223
- 2019,16.0.10338.12107,November 2018 security patch,SharePoint Server 2019,KB4461513,Download,CVE-2018-8568
224
- 2019,16.0.10711.37301,RTM Release on 2018 July 24,SharePoint Server 2019,RTM,Download
@@ -1,36 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module BannerHelpers
4
-
5
- # matching helpers
6
- def _all_banner_captures(content, regex)
7
- return nil unless content["details"]["banner"] &&
8
- content["details"]["banner"].match(regex)
9
-
10
- match = content["details"]["banner"].match(regex)
11
- return match.captures.map{|x|x.to_s.strip} if match
12
- nil
13
- end
14
-
15
- def _first_banner_match(content, regex)
16
- return nil unless content["details"]["banner"] &&
17
- content["details"]["banner"].match(regex)
18
-
19
- content["details"]["banner"].match(regex)
20
- end
21
-
22
- def _first_banner_capture(content, regex, filter=[])
23
- return nil unless content["details"]["banner"]
24
- x = content["details"]["banner"].match(regex)
25
- if x && x.captures
26
- x = x.captures.first.strip
27
- filter.each{|f| x.gsub!(f,"") }
28
- x = x.strip
29
- return x if x.length > 0
30
- end
31
- nil
32
- end
33
-
34
- end
35
- end
36
- end
@@ -1,24 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Ftp
4
- class CheckFactory
5
-
6
- #
7
- # Register a new handler
8
- #
9
- def self.register(klass)
10
- @checks = [] unless @checks
11
- @checks << klass if klass
12
- end
13
-
14
- #
15
- # Provide the full list of checks
16
- #
17
- def self.checks
18
- @checks
19
- end
20
-
21
- end
22
- end
23
- end
24
- end
data/lib/ftp/content.rb DELETED
@@ -1,13 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Ftp
4
- module Content
5
-
6
- def _banner(content)
7
- content["details"]["banner"]
8
- end
9
-
10
- end
11
- end
12
- end
13
- end
data/lib/ftp/ftp.rb DELETED
@@ -1,52 +0,0 @@
1
- module Intrigue
2
- module Ident
3
- module Ftp
4
-
5
- include Intrigue::Ident::SimpleSocket
6
-
7
- def generate_ftp_request_and_check(ip, port=21, debug=false)
8
-
9
- # do the request (store as string and funky format bc of usage in core.. and json conversions)
10
- banner_string = grab_banner_ftp(ip,port)
11
- details = {
12
- "details" => {
13
- "banner" => banner_string
14
- }
15
- }
16
-
17
- results = []
18
-
19
- # generate the checks
20
- checks = Intrigue::Ident::Ftp::CheckFactory.checks.map{ |x| x.new.generate_checks }.compact.flatten
21
-
22
- # and run them against our result
23
- checks.each do |check|
24
- results << match_smtp_response_hash(check,details)
25
- end
26
-
27
- { "fingerprints" => results.uniq.compact, "banner" => banner_string, "content" => [] }
28
- end
29
-
30
-
31
- private
32
-
33
- def grab_banner_ftp(ip, port, timeout=30)
34
-
35
- if socket = connect_tcp(ip, port, timeout)
36
- #socket.writepartial("HELO friend.local\r\n\r\n")
37
- begin
38
- out = socket.readpartial(2048, timeout: timeout)
39
- rescue Socketry::TimeoutError
40
- puts "Error while reading! Timeout."
41
- out = nil
42
- end
43
- else
44
- out = nil
45
- end
46
-
47
- out
48
- end
49
-
50
- end
51
- end
52
- end