License corrections
git-svn-id: file:///home/svn/framework3/trunk@8982 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
7061c782d3
commit
5f3def5bee
|
@ -4,7 +4,7 @@ module Msf
|
|||
|
||||
TITLE = 'Metasploit Framework'
|
||||
DESCRIPTION = 'A cross-platform GUI interface for the Metasploit Framework.'
|
||||
COPYRIGHT = 'Copyright (C) 2006-2009 Metasploit LLC'
|
||||
COPYRIGHT = 'Copyright (C) 2006-2009 Rapid7 LLC'
|
||||
AUTHORS = [
|
||||
'Fabrice MOURRON <fab@metasploit.com>',
|
||||
'H D Moore <hdm@metasploit.com>',
|
||||
|
|
|
@ -1247,7 +1247,7 @@ require 'metasm'
|
|||
cnt_jmp += 1
|
||||
|
||||
wrapper << "jmp autojump#{cnt_jmp}\n"
|
||||
1.upto(rand(8)+1) do
|
||||
1.upto(rand(8)+10) do
|
||||
wrapper << "db 0x#{"%.2x" % rand(0x100)}\n"
|
||||
cnt_nop -= 1
|
||||
end
|
||||
|
@ -1273,3 +1273,4 @@ require 'metasm'
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
The Metasploit Rex library is provided under the 3-clause BSD license.
|
||||
|
||||
Copyright (c) 2005-2006, Metasploit LLC
|
||||
Copyright (c) 2005-2006, Rapid7 LLC
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
|
@ -15,7 +15,7 @@ are permitted provided that the following conditions are met:
|
|||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the name of Metasploit LLC nor the names of its contributors may be
|
||||
* Neither the name of Rapid7 LLC nor the names of its contributors may be
|
||||
used to endorse or promote products derived from this software without
|
||||
specific prior written permission.
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
The Metasploit Rex library is provided under the 3-clause BSD license.
|
||||
|
||||
Copyright (c) 2005-2006, Metasploit LLC
|
||||
Copyright (c) 2005-2006, Rapid7 LLC
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
|
@ -17,7 +17,7 @@ are permitted provided that the following conditions are met:
|
|||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the name of Metasploit LLC nor the names of its contributors may be
|
||||
* Neither the name of Rapid7 LLC nor the names of its contributors may be
|
||||
used to endorse or promote products derived from this software without
|
||||
specific prior written permission.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
The Metasploit Rex library is provided under the 3-clause BSD license.
|
||||
|
||||
Copyright (c) 2005-2006, Metasploit LLC
|
||||
Copyright (c) 2005-2006, Rapid7 LLC
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
|
@ -13,7 +13,7 @@ are permitted provided that the following conditions are met:
|
|||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the name of Metasploit LLC nor the names of its contributors may be
|
||||
* Neither the name of Rapid7 LLC nor the names of its contributors may be
|
||||
used to endorse or promote products derived from this software without
|
||||
specific prior written permission.
|
||||
|
||||
|
|
Loading…
Reference in New Issue