Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Melyns authored Sep 15, 2024
1 parent da612f4 commit e89fb78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,18 @@ cat build | bash && sudo mv geofind /usr/local/bin
```bash
geofind [IP address or domain]
geofind me
geofind file.txt
```
You can use a text file containing list of IPs and/or domains as input, the output file will have `_geofind.txt` as prefix. The formatting of your input file should have line breaks to sepreate each IP/domain. For example
```
nasa.gov
1.1.1.1
archive.org
8.8.8.8
www.google.com
```

You can also scan for multiple IPs/domains at once by seperating each target with space.

## Examples
```bash
Expand Down

0 comments on commit e89fb78

Please sign in to comment.