Commit Graph

2095 Commits

Author SHA1 Message Date
Brendan Coles 24f807490f revisionism 2019-01-10 19:19:14 +00:00
bwatters b109321b44 Kill unless not 2018-12-11 10:16:16 -06:00
Jeffrey Martin ab1bea1b22 Land #10798, Cisco device manager update 2018-12-03 01:39:19 -06:00
Brent Cook bff261616c improve fingerprinting for Cisco ASA VPN scanner 2018-11-28 14:30:17 -06:00
Brent Cook 7b4b573942 Land #9915, Cleanup and improvements to influxdb_enum 2018-11-26 10:25:07 -06:00
L f4cbdc8e3e No Threads in datastore 2018-11-23 17:15:33 +08:00
Adam Cammack 188d94027c Land #10996, Check check code for ms15-034 2018-11-21 14:45:56 -06:00
L ae3538952a Fix ms15-034 module 2018-11-21 12:31:56 +08:00
Shelby Pace 288d78d372 Land #10352, Add check/response for CVE-2017-12149 2018-11-20 13:11:05 -06:00
Shelby Pace 63a2396626 updated testing branch to branch off master 2018-11-20 08:14:19 -06:00
Brendan Coles 901b51f247 Update modules/auxiliary/scanner/http/iis_shortname_scanner.rb
Co-Authored-By: egre55 <34132245+egre55@users.noreply.github.com>
2018-11-20 11:13:17 +00:00
Brendan Coles 6c382ba711 Update modules/auxiliary/scanner/http/iis_shortname_scanner.rb
Co-Authored-By: egre55 <34132245+egre55@users.noreply.github.com>
2018-11-20 11:13:05 +00:00
Brendan Coles 5e513b209d Update modules/auxiliary/scanner/http/iis_shortname_scanner.rb
Co-Authored-By: egre55 <34132245+egre55@users.noreply.github.com>
2018-11-20 11:12:51 +00:00
Shelby Pace 52df29ebcc test on branch off master 2018-11-19 15:08:38 -06:00
Shaksham Jaiswal d904b93ec9 fixed is_vul 2018-11-19 13:39:08 +05:30
egre55 4a22656005 fixes 2018-11-18 21:56:51 +00:00
egre55 8b63c85bd2 fixes 2018-11-18 21:21:28 +00:00
William Vu 90b9204703 Update DisclosureDate to ISO 8601 in my modules
Basic msftidy fixer:

diff --git a/tools/dev/msftidy.rb b/tools/dev/msftidy.rb
index 9a21b9e398..e9ff2b21e5 100755
--- a/tools/dev/msftidy.rb
+++ b/tools/dev/msftidy.rb
@@ -442,6 +442,8 @@ class Msftidy
     # Check disclosure date format
     if @source =~ /["']DisclosureDate["'].*\=\>[\x0d\x20]*['\"](.+?)['\"]/
       d = $1  #Captured date
+      File.write(@full_filepath, @source.sub(d, Date.parse(d).to_s))
+      fixed('Probably updated traditional DisclosureDate to ISO 8601')
       # Flag if overall format is wrong
       if d =~ /^... (?:\d{1,2},? )?\d{4}$/
         # Flag if month format is wrong
2018-11-16 12:18:28 -06:00
Shaksham Jaiswal e3246a9b88 made fixes 2018-11-04 18:07:43 +05:30
egre55 d1111ace5d fixes 2018-10-23 17:19:14 -04:00
blue-bird1 6125ef06ad fix small typo 2018-10-23 00:01:13 +08:00
h00die 4a06fe1d4b use store_valid_credential instead 2018-10-16 14:01:49 -04:00
h00die f675ba5243 password not username 2018-10-11 17:08:03 -04:00
h00die 20a376130e cat variable name 2018-10-11 17:04:57 -04:00
h00die 7cc46df6db add docs and update cisco_device_manager 2018-10-11 17:01:38 -04:00
William Vu 7bc98e0ea8 Fix formatting and convert a missed AKA reference 2018-10-05 03:22:08 -05:00
Shaksham Jaiswal 6967f461f1 Fixes 2018-09-22 10:04:59 +05:30
Brendan Coles 56b01dcf00 Land #10534, Add FrontPage Credential Dump Module
This module downloads and parses the '_vti_pvt/service.pwd',
  '_vti_pvt/administrators.pwd', and '_vti_pvt/authors.pwd' files
  used by FrontPage to find credentials.
2018-09-22 04:13:24 +00:00
root 132008cd0e fixes 2018-09-21 17:31:26 +00:00
root 17c7d828c1 fixes 2018-09-21 17:16:04 +00:00
AverageSecurityGuy 02b2559953 Update documentation to match new output. 2018-09-21 12:50:13 -04:00
AverageSecurityGuy 0746ab5847 Create credential table. 2018-09-21 12:44:10 -04:00
AverageSecurityGuy a603c04da5 Create credential table. 2018-09-21 12:42:32 -04:00
AverageSecurityGuy 5842f0c012 Msftidy 2018-09-21 10:15:31 -04:00
Brent Cook 6126a627cc Land #10570, AKA Metadata Refactor 2018-09-17 22:29:20 -05:00
AverageSecurityGuy 91edebb2ef Add references, clean up code. 2018-09-17 10:30:54 -04:00
William Vu 4c036e70c1 Fix http://seclists.org links to https://
I have no idea how this happened in my own code. I was seeing https://.
2018-09-15 18:54:45 -05:00
Shaksham Jaiswal 552ff027cd fixes 2018-09-07 15:18:11 +05:30
Shaksham Jaiswal bc1173a857 code fixes 2018-09-07 15:11:49 +05:30
Erin Bleiweiss eb17d9b198 Refactor AKA references for modules 2018-08-31 16:56:05 -05:00
egre55 2304c377db Add IIS ShortName Scanner module 2018-08-30 08:46:22 +00:00
AverageSecurityGuy d21c108adf Fix syntax error. 2018-08-28 12:00:31 -04:00
AverageSecurityGuy 44df7939e9 Added docs. Made suggested code changes. 2018-08-28 10:56:05 -04:00
AverageSecurityGuy 0ba1d11218 Add FrontPage Credential Dump 2018-08-27 15:02:39 -04:00
AverageSecurityGuy 4e45100251 Add FrontPage Credential Dump 2018-08-27 14:20:26 -04:00
Jacob Robles 85a137e0a0 Land #10420, cgit < 1.2.1 Directory Traversal 2018-08-13 16:25:23 -05:00
Jacob Robles 5a3d040d71 Fix module, Add documentation 2018-08-13 15:48:21 -05:00
Shelby Pace ce8cbd64d4 Land #10404, Add Path Traversal Oracle GlassFish 2018-08-13 11:15:26 -05:00
Dhiraj Mishra 14b12f38d0 Fixing 2018-08-05 23:26:18 +05:30
Dhiraj Mishra 9502c26dc1 Updated 2018-08-05 19:14:12 +05:30