Skip to content

Commit 987bed6

Browse files
committed
Remove unimplemented command
1 parent f351d7b commit 987bed6

File tree

1 file changed

+0
-4
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+0
-4
lines changed

lib/msf/ui/console/command_dispatcher/dns.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def cmd_dns_help
109109
print_line " add - add a DNS resolution entry to resolve certain domain names through a particular DNS server"
110110
print_line " remove - delete a DNS resolution entry; 'del' is an alias"
111111
print_line " flush - remove all DNS resolution entries"
112-
print_line " get - display the DNS server(s) and communication channel that would be used for a given target"
113112
print_line " print - show all active DNS resolution entries"
114113
print_line
115114
print_line "Examples:"
@@ -125,9 +124,6 @@ def cmd_dns_help
125124
print_line " Set the DNS server to be used for all requests that match no rules"
126125
print_line " route add 8.8.8.8 8.8.4.4"
127126
print_line
128-
print_line " Display the DNS server that would be used for the given domain name"
129-
print_line " route get subdomain.metasploit.com"
130-
print_line
131127
end
132128

133129
#

0 commit comments

Comments
 (0)