Files
wpscan/app/models/db_export.rb

8 lines
103 B
Ruby

module WPScan
module Model
# DB Export
class DbExport < InterestingFinding
end
end
end