I'm a Cyber Security student.
Python
- Switch to directory
cd IP_Enum
- Run the script
python3 script.py
Note: You need to have "requests" and "tkinter" package installed in order to run the script. If you don't have it, you can install it by running the following command:
pip3 install requests