Skip to content

Commit 98aae71

Browse files
committed
use localhost
1 parent 575658e commit 98aae71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/API_Fuzzer/xxe_check.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def self.fuzz_xml_params
2323
<?xml version="1.0" encoding="ISO-8859-1"?>
2424
<!DOCTYPE foo [
2525
<!ELEMENT foo ANY >
26-
<!ENTITY xxe SYSTEM "http://127.0.0.1:3000/ping/#{@scan_hash}" >]>
26+
<!ENTITY xxe SYSTEM "http://localhost:3000/ping/#{@scan_hash}" >]>
2727
XXEPAYLOAD
2828
payload << body
2929
API_Fuzzer::Request.send_api_request(

0 commit comments

Comments
 (0)