Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.es-ES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# revIPLookup
Pequeña herramienta para realizar búsquedas inversas de IP para una IP dada, un rango de IP o una lista de IPs

## Installation
```
# git clone https://github.com/1uffyD9/revIPLookup.git
# cd revIPLookup
# pip3 install -r requirements.txt or pip install -r requirements.txt
# chmod +x revIPLookup.py
# ln -sf `pwd`/revIPLookup.py /usr/local/bin/revIPLookup
```

## Syntax
```
# revIPLookup -i <IP/IP range> # Ej: (use ya sea x.x.x.x o x.x.x.x/x)
# revIPLookup -f <IPListFile>
```

### Screenshot
![image](https://user-images.githubusercontent.com/49385501/67034444-50a40d00-f135-11e9-9cd2-7fd292c30173.png)