|
1 | 1 | # IP-SOCKET-PYTHON
|
2 | 2 |
|
3 |
| -A scanner with socket, with information about a particular ip or url of a website. |
| 3 | +A scanner with socket, with information about a particular `IP` or `URL` of a website. |
4 | 4 |
|
5 |
| ->[!NOTE] |
6 |
| -> The script is in development, any errors can be fixed in the future. |
| 5 | +```sh |
| 6 | + ██████ | |
| 7 | +▒██ ▒ | BY: suchsoak |
| 8 | +░ ▓██▄ | GitHub: https://github.com/suchsoak |
| 9 | + ▒ ██▒ | v:1.0.1 |
| 10 | +▒██████▒▒ | |
| 11 | +▒ ▒▓▒ ▒ ░ | |
| 12 | +░ ░▒ ░ | |
| 13 | +░ ░ ░ | |
| 14 | + ░ | |
| 15 | +``` |
7 | 16 |
|
8 | 17 | # How to install
|
9 | 18 |
|
10 | 19 | **Place in the terminal:**
|
11 | 20 |
|
12 | 21 | ```sh
|
13 | 22 | git clone https://github.com/suchsoak/IP-SOCKET-PYTHON.git
|
14 |
| -``` |
15 |
| -**After enter in the files, and put:** |
16 | 23 |
|
17 |
| -```sh |
18 | 24 | chmod +X requirements.txt
|
19 |
| -``` |
20 | 25 |
|
21 |
| -```sh |
22 |
| - pip install -r requirements.txt |
23 |
| -``` |
| 26 | + pip install -r requirements.txt |
24 | 27 |
|
25 |
| -**Now start the script:** |
26 |
| - |
27 |
| -```sh |
28 |
| - python3 ip.py |
| 28 | + python3 ip.py |
29 | 29 | ```
|
30 | 30 |
|
31 | 31 | # Usage
|
32 | 32 |
|
33 |
| ->[!TIP] |
34 |
| ->I recommended use IP |
35 |
| -
|
36 | 33 | ```sh
|
37 | 34 |
|
38 | 35 | usage: ip.py [-h] [-u TARGET] [-i TARGET]
|
|
55 | 52 | python3 ip.py -u <url_target>
|
56 | 53 | ```
|
57 | 54 |
|
58 |
| -## For ports, you can use a list or 1 by then, 65535 |
59 |
| - |
60 |
| -```sh |
61 |
| - |
62 |
| -#ports = [21, 22, 23, 25, 53, 80, 8080, 53, 110, 135, 139, 143, 70, 443, 445, 993, 995] |
63 |
| - |
64 |
| -ports = range(1, 65535) |
65 |
| - |
66 |
| -``` |
67 |
| - |
68 | 55 | | Libraries | Links |
|
69 | 56 | | ------ | ------ |
|
70 | 57 | | socket | https://docs.python.org/3/library/socket.html
|
71 | 58 | | geocoder | https://geocoder.pbh.gov.br/geocoder/
|
72 | 59 | | python-whois | https://pypi.org/project/python-whois/
|
73 | 60 | | colorama | https://pypi.org/project/colorama/
|
74 | 61 | | requests | https://pypi.org/project/requests/
|
75 |
| -| urlib | https://docs.python.org/3/library/urllib.html |
76 |
| -| argparse | https://docs.python.org/3/library/argparse.html |
77 |
| - |
| 62 | +| urlib | https://docs.python.org/3/library/urllib.html |
| 63 | +| argparse | https://docs.python.org/3/library/argparse.html |
| 64 | +| OS | https://docs.python.org/pt-br/3/library/os.html |
| 65 | +| sys | https://docs.python.org/3/library/sys.html |
| 66 | + |
| 67 | + License & Copyright |
| 68 | +----------------------- |
| 69 | +This open source project is licensed under the `MIT License`. |
0 commit comments