From 7a14c7c5bd5fd88fb0d008c6536fbb93934d7f3f Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 14 Dec 2018 17:23:52 +0100 Subject: [PATCH] [Docs] Typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f553061..ed6f57e 100644 --- a/README.md +++ b/README.md @@ -68,19 +68,19 @@ optional arguments: Example (quotes are optional, use it when typing special formats) : ``` -python phoneinfoga.py -n "(+42)837544833" +python3 phoneinfoga.py -n "(+42)837544833" ``` Check for a number range on OVH : ``` -python phoneinfoga.py -n +42837544833 -s ovh +python3 phoneinfoga.py -n +42837544833 -s ovh ``` Check several numbers at once : ``` -python ./phoneinfoga.py -i numbers.txt -o results.txt +python3 ./phoneinfoga.py -i numbers.txt -o results.txt ``` **Note: `--osint` is not compatible with `--output` option.** @@ -88,7 +88,7 @@ python ./phoneinfoga.py -i numbers.txt -o results.txt Use all scanners and run OSINT reconnaissance : ``` -python phoneinfoga.py -n +42837544833 -s all --osint +python3 phoneinfoga.py -n +42837544833 -s all --osint ``` ## Formatting