Skip to content

Commit

Permalink
Remove unimplemented command
Browse files Browse the repository at this point in the history
  • Loading branch information
smashery committed Nov 10, 2023
1 parent f351d7b commit 987bed6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/msf/ui/console/command_dispatcher/dns.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def cmd_dns_help
print_line " add - add a DNS resolution entry to resolve certain domain names through a particular DNS server"
print_line " remove - delete a DNS resolution entry; 'del' is an alias"
print_line " flush - remove all DNS resolution entries"
print_line " get - display the DNS server(s) and communication channel that would be used for a given target"
print_line " print - show all active DNS resolution entries"
print_line
print_line "Examples:"
Expand All @@ -125,9 +124,6 @@ def cmd_dns_help
print_line " Set the DNS server to be used for all requests that match no rules"
print_line " route add 8.8.8.8 8.8.4.4"
print_line
print_line " Display the DNS server that would be used for the given domain name"
print_line " route get subdomain.metasploit.com"
print_line
end

#
Expand Down

0 comments on commit 987bed6

Please sign in to comment.