From 1c54e0ba94dbf84daefd3372332664b0646cfc53 Mon Sep 17 00:00:00 2001 From: itsmeroy2012 Date: Fri, 10 Mar 2017 23:59:38 +0530 Subject: [PATCH] msftidy error updated 2.2 --- modules/exploits/linux/http/trueonline_p660hn_v2_rce.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/linux/http/trueonline_p660hn_v2_rce.rb b/modules/exploits/linux/http/trueonline_p660hn_v2_rce.rb index ef0b02f918..a6b56acccd 100644 --- a/modules/exploits/linux/http/trueonline_p660hn_v2_rce.rb +++ b/modules/exploits/linux/http/trueonline_p660hn_v2_rce.rb @@ -98,8 +98,8 @@ class MetasploitModule < Msf::Exploit::Remote @cookie = rand_text_alpha_lower(7) res = send_request_cgi({ + 'method' => "GET", 'uri' => '/cgi-bin/index.asp?' + Rex::Text.encode_base64("#{datastore['USERNAME']}:#{datastore['PASSWORD']}"), - 'method' => 'POST', 'cookie' => "SESSIONID=#{@cookie}", 'vars_post' => { 'Loginuser' => 'supervisor',