Skip to content

Commit b87f1b7

Browse files
committed
Merge remote-tracking branch 'metasploit-framework/master' into masked-cred-format-update
2 parents 2f8f46c + c1fb4a6 commit b87f1b7

File tree

3 files changed

+5
-86
lines changed

3 files changed

+5
-86
lines changed

LICENSE

Lines changed: 2 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -41,93 +41,10 @@ Copyright: 2004-2005 vlad902 <vlad902 [at] gmail.com>
4141
2007 H D Moore <hdm [at] metasploit.com>
4242
License: GPL-2 and Artistic
4343

44-
Files: external/source/meterpreter/ReflectiveDLLInjection/*
45-
Copyright: 2009, Stephen Fewer of Harmony Security (www.harmonysecurity.com)
44+
Files: external/source/ReflectiveDLLInjection/*
45+
Copyright: 2011, Stephen Fewer of Harmony Security (www.harmonysecurity.com)
4646
License: BSD-3-clause
4747

48-
Files: external/source/meterpreter/source/common/queue.h
49-
Copyright: 1991, 1993 The Regents of the University of California
50-
License: BSD-3-clause
51-
52-
Files: external/source/meterpreter/source/common/zlib/* external/source/meterpreter/source/server/zlib/*
53-
Copyright: 1995-1996 Jean-loup Gailly and Mark Adler
54-
License: Zlib
55-
56-
Files: external/source/meterpreter/source/bionic/libc/*
57-
Copyright: 2005-2008, The Android Open Source Project
58-
2004 by Internet Systems Consortium, Inc. ("ISC")
59-
1995,1996,1999 by Internet Software Consortium
60-
1995 by International Business Machines, Inc.
61-
1997,1998,1999,2004 The NetBSD Foundation, Inc.
62-
1993 Christopher G. Demetriou
63-
1983,1985,1989,1993 The Regents of the University of California
64-
2000 Ben Harris
65-
1995,1996,1997,1998 WIDE Project
66-
2003 Networks Associates Technology, Inc.
67-
1993 by Digital Equipment Corporation
68-
1997 Mark Brinicombe
69-
1993 Martin Birgmeier
70-
1993 by Sun Microsystems, Inc.
71-
1997, 2005 Todd C. Miller <[email protected]>
72-
1995, 1996 Carnegie-Mellon University
73-
2003 Networks Associates Technology, Inc.
74-
License: BSD-3-clause and BSD-4-clause
75-
76-
Files: external/source/meterpreter/source/bionic/libdl/*
77-
Copyright: 2007 The Android Open Source Project
78-
License: BSD-3-clause
79-
80-
Files: external/source/meterpreter/source/bionic/libm/*
81-
Copyright: 2003, Steven G. Kargl
82-
2003 Mike Barcroft <[email protected]>
83-
2002-2005 David Schultz <[email protected]>
84-
2004 Stefan Farfeleder
85-
2003 Dag-Erling Coïdan Smørgrav
86-
1996 The NetBSD Foundation, Inc.
87-
1985,1988,1991,1992,1993 The Regents of the University of California
88-
1993,94 Winning Strategies, Inc.
89-
1993, 2004 by Sun Microsystems, Inc.
90-
License: BSD-2-clause and BSD-3-clause and BSD-4-clause
91-
92-
Files: external/source/meterpreter/source/extensions/espia/screen.c
93-
Copyright: 1994-2008, Mark Hammond
94-
License: BSD-2-clause
95-
96-
Files: external/source/meterpreter/source/extensions/priv/server/timestomp.c
97-
Copyright: 2005 Vincent Liu
98-
License: GPL-2
99-
100-
Files: external/source/meterpreter/source/extensions/stdapi/server/webcam/bmp2jpeg.c external/source/meterpreter/source/screenshot/bmp2jpeg.c
101-
Copyright: 1994-2008, Mark Hammond
102-
License: BSD-2-clause
103-
104-
Files: external/source/meterpreter/source/extensions/stdapi/server/railgun/railgun.c
105-
Copyright: 2010, [email protected]
106-
License: BSD-2-clause
107-
108-
Files: external/source/meterpreter/source/pssdk/*
109-
Copyright: microOLAP
110-
License: N/A
111-
Comment: HD Moore holds a single-seat developer license for the Packet Sniffer
112-
SDK library embedded into the Meterpreter Sniffer extension. This
113-
source code is not distributed with Metasploit Framework.
114-
115-
Files: external/source/meterpreter/source/openssl/*
116-
Copyright: 1998-2002 The OpenSSL Project
117-
License: OpenSSL and SSLeay
118-
119-
Files: external/source/meterpreter/source/server/posix/sfsyscall.h
120-
Copyright: 2003 Philippe Biondi <[email protected]>
121-
License: LGPL
122-
123-
Files: external/source/meterpreter/source/jpeg-8/*
124-
Copyright: 1991-2010, Thomas G. Lane, Guido Vollbeding
125-
License: BSD-3-clause
126-
127-
Files: external/source/meterpreter/source/libpcap/*
128-
Copyright: 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 The Regents of the University of California.
129-
License: BSD-4-clause
130-
13148
Files: external/source/metsvc/*
13249
Copyright: 2007, Determina Inc.
13350
License: BSD-3-clause

modules/exploits/multi/ssh/sshexec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def do_login(ip, user, pass, port)
9898
:msfmodule => self,
9999
:port => port,
100100
:disable_agent => true,
101+
:config => false,
101102
:password => pass
102103
}
103104

modules/exploits/windows/ssh/sysax_ssh_username.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ def exploit
216216
:password => pass,
217217
:port => datastore['RPORT'],
218218
:timeout => 1,
219-
:proxies => datastore['Proxies']
219+
:proxies => datastore['Proxies'],
220+
:config => false
220221
})
221222

222223
::Timeout.timeout(1) {ssh.close} rescue nil

0 commit comments

Comments
 (0)