File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
lib/msf/ui/console/command_dispatcher Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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 #
You can’t perform that action at this time.
0 commit comments