Skip to content

Commit

Permalink
Update xxe_ssrf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
3bdelfttah authored Jan 8, 2024
1 parent cfee697 commit d4d4c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owasp_scanning/xxe_ssrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import yaml

def scan():
print("\n[~] scanning target for xxe & ssrf . . .")
print("\n[~] scanning urls for xxe & ssrf . . .")
with open('/root/WebArmor/config.yaml', 'r') as config_file:
config = yaml.safe_load(config_file)
output_file_path = config["OWASP"]["XXE_SSRF_OUTPUT_PATH"]
Expand Down

0 comments on commit d4d4c45

Please sign in to comment.