From 0e518cb8888f13e94731c62b4e7376b864c8ef66 Mon Sep 17 00:00:00 2001 From: Giga1699 Date: Wed, 5 Feb 2014 00:31:10 -0500 Subject: [PATCH] Fixed the help text to be code blocks --- tools/dnsenum.md | 2 ++ tools/dnsmap.md | 2 ++ tools/dnsrecon.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/tools/dnsenum.md b/tools/dnsenum.md index c6f5f0c..02afda7 100644 --- a/tools/dnsenum.md +++ b/tools/dnsenum.md @@ -5,6 +5,7 @@ Notes Help Text ------- +``` Usage: dnsenum.pl [Options] [Options]: Note: the brute force -f switch is obligatory. @@ -41,6 +42,7 @@ REVERSE LOOKUP OPTIONS: Exclude PTR records that match the regexp expression from reverse lookup results, useful on invalid hostnames. OUTPUT OPTIONS: -o --output Output in XML format. Can be imported in MagicTree (www.gremwell.com) +``` Example Usage ------- diff --git a/tools/dnsmap.md b/tools/dnsmap.md index 2dc2418..010dd9f 100644 --- a/tools/dnsmap.md +++ b/tools/dnsmap.md @@ -5,6 +5,7 @@ Notes Help Text ------- +``` dnsmap 0.30 - DNS Network Mapper by pagvac (gnucitizen.org) usage: dnsmap [options] @@ -14,6 +15,7 @@ options: -c -d -i (useful if you're obtaining false positives) +``` Example Usage ------- diff --git a/tools/dnsrecon.md b/tools/dnsrecon.md index fc97fe6..d8151c9 100644 --- a/tools/dnsrecon.md +++ b/tools/dnsrecon.md @@ -5,6 +5,7 @@ Notes Help Text ------- +``` Version: 0.8.1 Usage: dnsrecon.py @@ -62,6 +63,7 @@ Options: --xml XML File to save found records. -c, --csv Comma separated value file. -v Show attempts in the bruteforce modes. +``` Example Usage -------