Update peass.rb

This commit is contained in:
SirBroccoli 2025-05-16 22:25:10 +02:00 committed by GitHub
parent ddc2d95cb4
commit c0b171a5c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,17 +1,29 @@
# Copyright (C) 2025 PEASS-ng owners # Copyright (c) 2025, PEASS-ng owners
# All rights reserved.
# #
# This program is free software; you can redistribute it and/or modify it # Redistribution and use in source and binary forms, with or without
# under the terms of the **GNU General Public License**, version2, as # modification, are permitted provided that the following conditions are met:
# published by the Free Software Foundation.
# #
# This program is distributed in the hope that it will be useful, # 1. Redistributions of source code must retain the above copyright
# but WITHOUT ANY WARRANTY; without even the implied warranty of # notice, this list of conditions and the following disclaimer.
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 2. Redistributions in binary form must reproduce the above copyright
# GNU General Public License for more details. # notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# 3. Neither the name of PEASS-ng owners nor the names of its
# contributors may be used to endorse or promote products derived from
# this software without specific prior written permission.
# #
# You should have received a copy of the GNU General Public License # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# along with this program; if not, write to the Free Software Foundation, Inc., # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# 51 Franklin Street, Fifth Floor, Boston, MA 021101301 USA. # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
## ##
# This module requires Metasploit: https://metasploit.com/download # This module requires Metasploit: https://metasploit.com/download