Files
metasploit-gs/data/msfweb/app/controllers/exploits_controller.rb
T
HD Moore 3e0205ee00 Base controllers for the other framework primitives
git-svn-id: file:///home/svn/framework3/trunk@3940 4d416f70-5f16-0410-b530-b9f4589650da
2006-09-24 03:09:03 +00:00

15 lines
129 B
Ruby

class ExploitsController < ApplicationController
def list
end
def view
end
def exploit
end
def check
end
end