This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Gamma v1.32: redes IPv4. | |
| """ | |
| import socket | |
| import ipaddress | |
| import subprocess | |
| import psutil | |
| import platform |