From 46e50787bbc4912437ee978e12032cf708ff82fa Mon Sep 17 00:00:00 2001 From: Adrian Schlegel Date: Mon, 30 Oct 2023 11:22:12 +0100 Subject: [PATCH] Fixed some small things in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cb6f90c..3c1e627 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ AXFR-test.py ================ A tool to test if the nameservers of a domain are misconfigured and allow AXFR (dns zone transfers) to anyone. -#Requirements +# Requirements - Python 3 - ```dnspython``` library -#Usage: +# Usage: ``` $> python axfr-test.py @@ -30,13 +30,13 @@ optional arguments: Domain to check. Ignored if -i is used. ``` -##Check a single domain: +## Check a single domain: ``` -$> python axfr-test.py -d DOMAIN +$> python axfr-test.py -d [DOMAIN] ``` -##Check multiple domains from a file +## Check multiple domains from a file ``` $> python axfr-test.py -i /tmp/domains.txt -``` \ No newline at end of file +```