Skip to content

Commit ae06a18

Browse files
authored
Update README.md
1 parent 40924bd commit ae06a18

File tree

1 file changed

+22
-30
lines changed

1 file changed

+22
-30
lines changed

README.md

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,35 @@
11
# IP-SOCKET-PYTHON
22

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.
44

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+
```
716

817
# How to install
918

1019
**Place in the terminal:**
1120

1221
```sh
1322
git clone https://github.com/suchsoak/IP-SOCKET-PYTHON.git
14-
```
15-
**After enter in the files, and put:**
1623

17-
```sh
1824
chmod +X requirements.txt
19-
```
2025

21-
```sh
22-
pip install -r requirements.txt
23-
```
26+
pip install -r requirements.txt
2427

25-
**Now start the script:**
26-
27-
```sh
28-
python3 ip.py
28+
python3 ip.py
2929
```
3030

3131
# Usage
3232

33-
>[!TIP]
34-
>I recommended use IP
35-
3633
```sh
3734

3835
usage: ip.py [-h] [-u TARGET] [-i TARGET]
@@ -55,23 +52,18 @@ or
5552
python3 ip.py -u <url_target>
5653
```
5754

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-
6855
| Libraries | Links |
6956
| ------ | ------ |
7057
| socket | https://docs.python.org/3/library/socket.html
7158
| geocoder | https://geocoder.pbh.gov.br/geocoder/
7259
| python-whois | https://pypi.org/project/python-whois/
7360
| colorama | https://pypi.org/project/colorama/
7461
| 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

Comments
 (0)