2006-09-24 01:01:00 +00:00
|
|
|
class Exploit
|
2006-09-27 05:18:06 +00:00
|
|
|
def self.find_all()
|
2006-09-26 02:47:00 +00:00
|
|
|
mods = []
|
2008-04-28 16:57:49 +00:00
|
|
|
$msframework.exploits.each_module { |n,m| mods << $msframework.exploits.create(n) }
|
2006-09-26 02:47:00 +00:00
|
|
|
mods
|
|
|
|
|
end
|
2006-09-24 01:01:00 +00:00
|
|
|
end
|