We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575658e commit 98aae71Copy full SHA for 98aae71
lib/API_Fuzzer/xxe_check.rb
@@ -23,7 +23,7 @@ def self.fuzz_xml_params
23
<?xml version="1.0" encoding="ISO-8859-1"?>
24
<!DOCTYPE foo [
25
<!ELEMENT foo ANY >
26
-<!ENTITY xxe SYSTEM "http://127.0.0.1:3000/ping/#{@scan_hash}" >]>
+<!ENTITY xxe SYSTEM "http://localhost:3000/ping/#{@scan_hash}" >]>
27
XXEPAYLOAD
28
payload << body
29
API_Fuzzer::Request.send_api_request(
0 commit comments