Class: API_Fuzzer::XxeCheck

Inherits:
Object
  • Object
show all
Defined in:
lib/API_Fuzzer/xxe_check.rb

Class Method Summary collapse

Class Method Details

.scan(options = {}) ⇒ Object



8
9
10
11
12
13
14
15
# File 'lib/API_Fuzzer/xxe_check.rb', line 8

def self.scan(options = {})
  @url = options[:url] || nil
  @params = options[:params]
  @scan_hash = options[:scan]
  @cookies = options[:cookies] || {}
  @headers = options[:headers] || {}
  fuzz_xml_params
end