class Netgear_dgn_2000_wan_mgmt_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router URL', 'value' => 'http://192.168.0.1' },
{ 'name' => 'port', 'ui_label' => 'Port', 'value' => 8080 },
{ 'name' => 'sourceip', 'ui_label' => 'Source IP', 'value' => '0.0.0.0' }
]
end
def post_execute
save({ 'result' => @datastore['result'] })
end
end