Commit Graph

46946 Commits (e584732a110821ffe56f20ddd7b09fd8a3cd21b7)

Author SHA1 Message Date
Spencer McIntyre 7f9fe971cb Add initial udp associate support 2018-05-25 20:14:03 -04:00
Spencer McIntyre 04bec0bdf0 Progress on the socks5 proxy module 2018-05-25 20:14:02 -04:00
Spencer McIntyre 6fa0831bcb Start the socks5 backend 2018-05-25 20:14:02 -04:00
Ege Balcı 3ab7526786
Name & description Change
Exploit::CheckCode changed to Unknown as suggested.
2018-05-25 20:22:51 +03:00
Ege Balcı e52b065b26
Manual rewritten for flexense_http_server_dos 2018-05-25 20:18:54 +03:00
Brent Cook 835281c7cc Land #9979, Add inactive list option to sessions command 2018-05-25 03:28:22 -05:00
Metasploit 769dc23b67
automatic module_metadata_base.pstore update 2018-05-25 01:11:33 -07:00
Brent Cook 81673c37da
Land #10088, Fix session event when connected to remote data service 2018-05-25 03:00:51 -05:00
Brent Cook fad5a99c7d
fix incorrect disclosure date 2018-05-25 02:59:08 -05:00
Brendan Coles 4df01da49a Add GTFOBins 2018-05-25 04:20:25 +00:00
Brent Cook 770b9fa209 add RHOSTS common option to nmap and scanner mixins 2018-05-24 21:31:36 -05:00
Brent Cook c18c91ebcd Add RHOSTS general option to Opt module 2018-05-24 21:31:36 -05:00
Matthew Kienow 3d6d55e087
Expand tilde in resource file pathname 2018-05-24 21:06:57 -04:00
William Vu ebf20204ca Refactor return value for normalize 2018-05-24 18:49:36 -05:00
William Vu 3343bc3aeb Add note about interface to LHOST description 2018-05-24 18:39:02 -05:00
William Vu 3865858114 Support IPv6 by interface
I do believe the list is already sorted IPv4 first.
2018-05-24 18:18:03 -05:00
William Vu 51a84fbe66 Fix regression in option validation
Option validation relied on the value being false, not nil, even though
normalizing a string to a Boolean doesn't make sense. Normalizing to an
empty string seems to work fine.
2018-05-24 18:15:34 -05:00
William Vu 74669eca80 Revert nil to false because of select
Oops.
2018-05-24 16:53:46 -05:00
William Vu 9148ab4bb2 Refactor OptAddressLocal logic
@bcoles +1
2018-05-24 16:05:24 -05:00
William Vu 6f1e75e097 Remove loopback restriction
It's occasionally useful, and we already warn when setting it.
2018-05-24 15:44:32 -05:00
William Vu a370270e19 Add tab completion for network interfaces 2018-05-24 15:30:16 -05:00
William Vu 388d1b646b Add OptAddressLocal#interfaces 2018-05-24 15:30:09 -05:00
William Vu da3df23f03 Fix Socket#getifaddrs with ::
Rex::Socket#getifaddrs doesn't exist.
2018-05-24 14:53:41 -05:00
Brendan Coles 651fb69585 Cleanup linux/local/recvmmsg_priv_esc module 2018-05-24 17:56:07 +00:00
Metasploit a08aa09b96
Weekly dependency update 2018-05-24 10:06:22 -07:00
Wei Chen cab2daf4ed Add Winsock2 API for Metasploit::Framework::Compiler::Windows 2018-05-24 11:57:41 -05:00
jbarnett-r7 59e084aa46
Remote local version of remote data service help 2018-05-24 11:07:37 -05:00
Auxilus 72fb51f877
add extra check for failed command outputs 2018-05-24 20:47:06 +05:30
rmdavy affa0bdc6f
Minor Update
Removed Unused Comment
2018-05-24 13:45:08 +01:00
rmdavy 050b52cf91
badodt documentation
Documentation of how to use badodt
2018-05-24 11:49:33 +01:00
rmdavy 7143f04ea7
Add files via upload
Updated to use recommended method of creating zip files
2018-05-24 09:53:53 +01:00
rmdavy e82cb8351f
Add files via upload
New Location for files needed to build badodt file
2018-05-24 09:45:38 +01:00
rmdavy 04a27e0221
Delete thumbnail.png
Moved folder location
2018-05-24 09:37:45 +01:00
rmdavy 81c4e9f7b9
Delete styles.xml
Moved folder location
2018-05-24 09:37:31 +01:00
rmdavy 73bfe1c9ab
Delete settings.xml
Moved folder location
2018-05-24 09:37:18 +01:00
rmdavy 247904746c
Delete meta.xml
Moved folder location
2018-05-24 09:37:04 +01:00
rmdavy f9bda873d2
Delete manifest.xml
Moved folder location
2018-05-24 09:36:55 +01:00
rmdavy 5002eae655
Delete manifest.rdf
Moved folder location
2018-05-24 09:36:45 +01:00
rmdavy 02afeb3e29
Delete content.xml
Moved folder location
2018-05-24 09:36:35 +01:00
g0tmi1k 24d92b1a8f Updated code based on feedback 2018-05-24 07:34:19 +01:00
Metasploit f5c796e4fc
automatic module_metadata_base.pstore update 2018-05-23 15:46:55 -07:00
Brent Cook 86a5b951aa
Land #9990, add SOCKS5 proxy support 2018-05-23 17:31:09 -05:00
Matthew Kienow add51a6741
Remove OpenStruct 2018-05-23 18:05:48 -04:00
Matthew Kienow 7ec5c06738
Change kind_of? to is_a? 2018-05-23 17:40:52 -04:00
Metasploit 9c8b619548
automatic module_metadata_base.pstore update 2018-05-23 12:21:34 -07:00
Brent Cook 0d55268b57
Land #10087, remove unused option from applocker bypass 2018-05-23 14:14:40 -05:00
Matthew Kienow 2c92e85494
Fix report_session_event with remote data service
Modify DBManager method to allow session ID retrieval from a Hash
2018-05-23 15:05:22 -04:00
Brent Cook bc5c7a15e5 remove single-entry OptEnum from module, since there is only one possible TECHNIQUE 2018-05-23 13:44:53 -05:00
bwatters-r7 77403479f5
code cleanup 2018-05-23 12:53:48 -05:00
g0tmi1k 4189819eaf Removing "--" 2018-05-23 18:26:01 +01:00