From 1fe9b392961638f4bc4405e891f6a90757b86574 Mon Sep 17 00:00:00 2001 From: Pyro57000 <147988717+Pyro57000@users.noreply.github.com> Date: Wed, 9 Jul 2025 10:35:25 -0500 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fb346f4..de55011 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # Rusty-Rover a simple host discovery program written in rust! + +# Usage +-r target a single range given with commandline arguments. + +-f read a text file with ranges, one range per line, and scan them all. + +-o save the output to a file. + +rrover -r $ip_range to scan a single range + +rrover -f $path_to_range_file to scan a file of ranges + +NOTE: ranges should be in cidr notation.