Skip to content

Commit

Permalink
The --mtu option accepts an optional argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 23, 2024
1 parent 418cfb7 commit 929bcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nmap/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def format(value)

# FIREWALL/IDS EVASION AND SPOOFING:
option '-f', name: :packet_fragments
option '--mtu'
option '--mtu', value: {type: Num.new, required: false}
option '-D', name: :decoys, value: {type: List.new}
option '-S', name: :spoof, value: true
option '-e', name: :interface, value: true
Expand Down

0 comments on commit 929bcfa

Please sign in to comment.