Files
metasploit-gs/modules/exploits/multi/http
William Vu d920bb4615 Fix bad regex on length of "Metasploit" string
It won't match a char because it's a newline. While sticking "m" on the
end of the regex would work, there is zero reason we can't hardcode the
length, since the string is fixed.

irb(main):001:0> "\nhi" =~ /.hi/
=> nil
irb(main):002:0> "\nhi" =~ /.hi/m
=> 0
irb(main):003:0>
2020-04-14 14:01:17 -05:00
..
2019-10-02 20:23:12 -04:00
2019-11-13 08:34:23 -06:00
2019-01-10 19:19:14 +00:00
2019-01-10 19:19:14 +00:00
2019-12-11 06:44:35 -05:00
2020-03-24 08:47:21 -04:00
2020-03-23 07:28:04 -05:00
2017-08-28 20:17:58 -04:00
2017-08-28 20:17:58 -04:00
2020-03-24 08:47:21 -04:00
2017-08-28 20:17:58 -04:00
2017-08-28 20:17:58 -04:00
2019-10-31 08:23:57 -05:00
2017-08-28 20:17:58 -04:00
2019-08-02 11:17:41 -05:00
2020-03-05 10:24:22 +08:00
2017-08-28 20:17:58 -04:00
2018-05-07 07:26:28 -05:00
2019-01-10 19:19:14 +00:00
2017-08-28 20:17:58 -04:00
2018-05-16 05:39:17 -05:00
2019-10-15 14:00:58 -05:00
2018-07-30 12:15:59 -05:00
2017-09-07 21:18:50 -04:00
2019-04-04 15:19:58 -05:00