Skip to content

Commit b423583

Browse files
committed
rhost -> ip
1 parent 60e602c commit b423583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/chromecast_wifi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run_host(ip)
3434
return unless res && res.code == 200
3535

3636
waps_table = Rex::Text::Table.new(
37-
'Header' => "Wireless Access Points from #{rhost}",
37+
'Header' => "Wireless Access Points from #{ip}",
3838
'Columns' => [
3939
'BSSID',
4040
'PWR',

0 commit comments

Comments
 (0)