https://github.com/matrix07ksa/info_ip
برنامج لعرض معلومات الايبي وتقسيم الشبكة
https://github.com/matrix07ksa/info_ip
Last synced: about 1 year ago
JSON representation
برنامج لعرض معلومات الايبي وتقسيم الشبكة
- Host: GitHub
- URL: https://github.com/matrix07ksa/info_ip
- Owner: Matrix07ksa
- Created: 2019-05-11T15:33:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T02:00:21.000Z (almost 7 years ago)
- Last Synced: 2025-04-11T00:05:47.981Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# INFO_IP
برنامج لعرض معلومات الايبي وتقسيم الشبكة
```bash
pip3 install ipaddress
```
```bash
python3 ip_info.py
```
```php
______________
|| ||
|| ||
|| ||
|| ||
||____________||
|______________|
\############\
\############\
\ ____ \
\_____\___\____\{Hejab Zaeri}
Enter Your IP Address::192.168.1.1
Enter the Bitmask (8-24-30): 24
network address : 192.168.1.0/24
Version IP: IPV4
IP_Bit:11000000.10101000.00000001.00000000
This is prefix will give 256 IP addresses
Network configuration will be :
Netmask_Network: 255.255.255.0
Netmask_Bit:11111111.11111111.11111111.00000000
Hostmask address: 0.0.0.255
Broadcast address : 192.168.1.255
Bitmask MAX : 32
IP Is Global: False
IP Is Private: True
Host IP addresses: from 192.168.1.1 to 192.168.1.254
configuration OK exit [Y/N]?
```