From 78d900cff2f2afdc6edfd1e6e6f653ecc4838296 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 2 Oct 2019 18:39:55 +0100 Subject: [PATCH] Updates to dnsspoof and urlsnarf (#81) * nmap: Check internal space available to avoid confusion with large depends. * arpspoof: fix accidental recursion. * Update dnsspoof and urlsnarf descriptions. * Bump dnsspoof and urlsnarf version numbers. --- 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 bc68b4f..9f297ad 100644 --- a/DNSspoof/module.info +++ b/DNSspoof/module.info @@ -6,5 +6,5 @@ "tetra" ], "title": "DNSspoof", - "version": "1.6" + "version": "1.7" } diff --git a/urlsnarf/module.info b/urlsnarf/module.info index 7bf2420..f30f014 100644 --- a/urlsnarf/module.info +++ b/urlsnarf/module.info @@ -6,5 +6,5 @@ "tetra" ], "title": "urlsnarf", - "version": "1.8" + "version": "1.9" }