We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4d4dc commit c6f90d5Copy full SHA for c6f90d5
lib/API_Fuzzer/xxe_check.rb
@@ -25,6 +25,7 @@ def self.fuzz_xml_params
25
<!ELEMENT foo ANY >
26
<!ENTITY xxe SYSTEM "http://127.0.0.1:3000/ping/#{@scan_hash}" >]>
27
XXEPAYLOAD
28
+
29
payload << body
30
API_Fuzzer::Request.send_api_request(
31
url: @url,
0 commit comments