Changed default target IP address to http://192.168.100.1/ for the
virgin_superhub_csrf module
This commit is contained in:
@@ -17,7 +17,7 @@ class Virgin_superhub_csrf < BeEF::Core::Command
|
||||
|
||||
def self.options
|
||||
return [
|
||||
{'name' => 'base', 'ui_label' => 'Router web root', 'value' => 'http://192.168.1.254/'},
|
||||
{'name' => 'base', 'ui_label' => 'Router web root', 'value' => 'http://192.168.100.1/'},
|
||||
{'name' => 'password', 'ui_label' => 'Desired password', 'value' => '__BeEF__'}
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user