Skip to content

Commit 6028c6b

Browse files
committed
Updated as per Juan Vazquez's comments.
1 parent 4674089 commit 6028c6b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/auxiliary/admin/huawei/huawei_wifi_info.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ def run
5252
print_status("")
5353
get_router_dhcp_info
5454
print_status("")
55+
get_wifi_info
56+
print_status("")
57+
58+
#end run
59+
end
60+
61+
def get_wifi_info
5562

5663
print_status("Now trying to get WiFi Key details...")
5764
res = send_request_raw(

0 commit comments

Comments
 (0)