lib/ronin/payloads/builtin/shellcode/linux/x86_64/bind_shell.rb in ronin-payloads-0.1.0.beta1 vs lib/ronin/payloads/builtin/shellcode/linux/x86_64/bind_shell.rb in ronin-payloads-0.1.0

- old
+ new

@@ -1,11 +1,11 @@ # frozen_string_literal: true # # ronin-payloads - A Ruby micro-framework for writing and running exploit # payloads. # -# Copyright (c) 2007-2022 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2007-2023 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-payloads is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published # by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. @@ -25,10 +25,10 @@ module Payloads module Shellcode module Linux module X86_64 # - # Linux x06-64 shellcode that binds a shell to a port. + # Linux x86-64 shellcode that binds a shell to a port. # class BindShell < BindShellPayload register 'shellcode/linux/x86_64/bind_shell'