Skip to content

Commit f0a18b9

Browse files
author
Sky
authored
Update README.md
1 parent 208100f commit f0a18b9

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
# IPHunter
2+
```
3+
______ _______ __ __ __
4+
| \| \ | \ | \ | \
5+
\$$$$$$| $$$$$$$\| $$ | $$ __ __ _______ _| $$_ ______ ______
6+
| $$ | $$__/ $$| $$__| $$| \ | \| \| $$ \ / \ / \
7+
| $$ | $$ $$| $$ $$| $$ | $$| $$$$$$$\\$$$$$$ | $$$$$$\| $$$$$$\
8+
| $$ | $$$$$$$ | $$$$$$$$| $$ | $$| $$ | $$ | $$ __ | $$ $$| $$ \$$
9+
_| $$_ | $$ | $$ | $$| $$__/ $$| $$ | $$ | $$| \| $$$$$$$$| $$
10+
| $$ \| $$ | $$ | $$ \$$ $$| $$ | $$ \$$ $$ \$$ \| $$
11+
\$$$$$$ \$$ \$$ \$$ \$$$$$$ \$$ \$$ \$$$$ \$$$$$$$ \$$
12+
13+
14+
by: nullPoint3r
15+
16+
```
217
Grab all the ip addresses of any country's Internet, any regional Internet or the entire Internet !
318
# Usage
4-
$ sh ipHunter.sh
19+
```
20+
Usage: sh ipHunter [OPTION]...
21+
22+
Options:
23+
-c Country code, see \"doc/List_fo_country_codes.doc\"
24+
-h Display this help and exit
25+
-u Upadte regional internet registry data
26+
-v Verbose<p>
27+
```
28+
29+
First run, i recommend you update the data:
30+
```
31+
sh ipHunter -u
32+
```
33+
# Example
34+
```
35+
sh ipHunter -v -c CN
36+
```

0 commit comments

Comments
 (0)