1# frozen_string_literal: true 2 3module WPScan 4 module Model 5 # Config Backup 6 class ConfigBackup < InterestingFinding 7 end 8 end 9end 10 11