We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ff522 commit 11c1350Copy full SHA for 11c1350
modules/auxiliary/admin/http/linksys_wrt54gl_exec.rb
@@ -67,7 +67,7 @@ def run
67
68
# using the RHOST for the correct lan IP settings
69
# WARNING: Attacks via the WAN IP are breaking the LAN configuration of the device!
70
- if datastore['LANIP'] =~ /<RHOST>/
+ if datastore['LANIP'] !~ /<RHOST>/
71
ip = datastore['LANIP'].split('.')
72
else
73
ip = rhost.split('.')
0 commit comments