This commit is contained in:
sundowndev 2018-11-05 16:27:16 +01:00
parent 1dd7bdf658
commit cc97e45d89
1 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@ The tool only accepts E164 and International formats as input.
git clone https://github.com/sundowndev/PhoneInfoga
cd ./PhoneInfoga
pip install -r requirements.txt
python phoneinfoga.py -h
python ./phoneinfoga.py -h
```
Then set APIs credentials in `secrets.py`.
@ -74,19 +74,19 @@ Usage: PhoneInfoga options
Example :
```python
```
python phoneinfoga.py -n 0428375448
```
Check several numbers at once :
```python
python phoneinfoga.py -i numbers.txt -o results.txt
```
python ./phoneinfoga.py -i numbers.txt -o results.txt
```
Check for a number range on OVH (just put some zeros) :
```python
```
python phoneinfoga.py -n 0428370000 -s ovh
```