From 1263155805e56b1e0eaec7cd0d06825794f1f43a Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Wed, 2 Sep 2020 23:58:53 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bfe9ab..cbaf31e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Unimap -Scan only once by IP address and reduce scan times with Nmap for large amounts of data. Unimap is an abbreviation of "Unique Nmap *Scan*". +Scan only once by IP address and reduce scan times with Nmap for large amounts of data. Unimap is an abbreviation of "Unique Nmap *Scan*". The tool can run in Linux, OSX, Windows or Android (Termux) without problems. # Why? If you have plans to run an Nmap to a whole organization you need to consideer that surely tens, hundreds or even thousands of subdomains will point to the same IP address and there will come a point where it becomes almost impossible to continue scanning. Also your IP may end up blocked due to multiple scans to the same remote host address among other things. @@ -9,7 +9,7 @@ Unimap uses its own technology to initially resolve the IP addresses of all subd # Installation -You need to have Rust installed, then run: +You need to have Rust and Nmap installed in your computer, then run: * `cargo install unimap` to install from [crates.io](https://crates.io). * or