Changed default target IP address to http://192.168.100.1/ for the

virgin_superhub_csrf module
This commit is contained in:
bcoles
2012-06-24 22:21:19 +09:30
parent ebe205ad36
commit 7fde875d8a

View File

@@ -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