10 lines
134 B
Ruby
10 lines
134 B
Ruby
# frozen_string_literal: true
|
|
|
|
module WPScan
|
|
module Model
|
|
# DB Export
|
|
class DbExport < InterestingFinding
|
|
end
|
|
end
|
|
end
|