created test file for login scanner

GSoC/Meterpreter_Web_Console
Shelby Pace 2018-07-22 23:37:36 -05:00
parent c11d404ae0
commit 1473bbd492
No known key found for this signature in database
GPG Key ID: B2F3A8B476406857
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
require 'spec_helper'
require 'metasploit/framework/login_scanner/phpmyadmin'
RSpec.describe Metasploit::Framework::LoginScanner::PhpMyAdmin do
describe '#check_setup' do
end
describe '#get_session_info' do
end
describe '#do_login' do
end
end