Remove unnecessary require statements

bug/bundler_fix
Spencer McIntyre 2016-10-11 15:35:49 -04:00
parent bbdb58eb00
commit bd110430e9
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
# Current source: https://github.com/rapid7/metasploit-framework
##
require 'msf/core'
require 'msf/core/exploit/powershell'
class MetasploitModule < Msf::Exploit::Remote
Rank = ManualRanking