Skip to content

Commit

Permalink
[Docs] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev authored Dec 14, 2018
1 parent ec227c0 commit 7a14c7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,27 +68,27 @@ 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.**

Use all scanners and run OSINT reconnaissance :

```
python phoneinfoga.py -n +42837544833 -s all --osint
python3 phoneinfoga.py -n +42837544833 -s all --osint
```

## Formatting
Expand Down

0 comments on commit 7a14c7c

Please sign in to comment.