Files
metasploit-gs/data/msfweb/app/controllers/exploits_controller.rb
T
lmh e7b100c4ed Generalized search code, now all modules are listed with AJAX requests.
Added javascript helper for automatic live search love.

git-svn-id: file:///home/svn/framework3/trunk@3990 4d416f70-5f16-0410-b530-b9f4589650da
2006-09-28 05:27:20 +00:00

16 lines
150 B
Ruby

class ExploitsController < ApplicationController
layout 'windows'
def list
end
def view
end
def exploit
end
def check
end
end