Skip to content

Commit

Permalink
Delete debug print_status
Browse files Browse the repository at this point in the history
  • Loading branch information
jvazquez-r7 committed Sep 13, 2013
1 parent dca4351 commit 10303a8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ def exploit_upload(session)
'data' => data,
})

if res
print_status("#{res.request.to_s}\n#{res.code}\n#{res.body}")
end

if res and res.code == 200 and res.body =~ /Certificate import fails/
return jsp_name
end
Expand Down

0 comments on commit 10303a8

Please sign in to comment.