Oh don't be so sensitive about it.

Fixnum vs String
unstable
sinn3r 2013-01-31 15:04:13 -06:00
parent 1a01d6d033
commit 39cdb89831
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Metasploit3 < Msf::Auxiliary
"uri" => user_url,
"method" => "GET",
"vars_get" => {
"author" => user_id
"author" => user_id.to_s
}
})