From e1b5cb450fdc6fd648c5d3bfaac2d5b6029eddf3 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 2 Oct 2019 18:36:15 +0100 Subject: [PATCH] Updates to dnsspoof and urlsnarf (#80) * nmap: Check internal space available to avoid confusion with large depends. * arpspoof: fix accidental recursion. * Update dnsspoof and urlsnarf descriptions. --- DNSspoof/module.info | 2 +- urlsnarf/module.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DNSspoof/module.info b/DNSspoof/module.info index 9365c56..bc68b4f 100644 --- a/DNSspoof/module.info +++ b/DNSspoof/module.info @@ -1,6 +1,6 @@ { "author": "Whistle Master", - "description": "(FW2.5.4 or below) Forge replies to arbitrary DNS queries using DNSspoof", + "description": "Forge replies to arbitrary DNS queries using DNSspoof", "devices": [ "nano", "tetra" diff --git a/urlsnarf/module.info b/urlsnarf/module.info index f783c13..7bf2420 100644 --- a/urlsnarf/module.info +++ b/urlsnarf/module.info @@ -1,6 +1,6 @@ { "author": "Whistle Master", - "description": "(FW2.5.4 or below) Output all requested URLs sniffed from http traffic using urlsnarf", + "description": "Output all requested URLs sniffed from http traffic using urlsnarf", "devices": [ "nano", "tetra"