https://github.com/leoviana00/python-network-utils
Projeto para buscar portas abertas em um host, realizar teste de ping em uma determinada faixa de rede e realizar teste de health check em uma url
https://github.com/leoviana00/python-network-utils
python
Last synced: about 1 month ago
JSON representation
Projeto para buscar portas abertas em um host, realizar teste de ping em uma determinada faixa de rede e realizar teste de health check em uma url
- Host: GitHub
- URL: https://github.com/leoviana00/python-network-utils
- Owner: leoviana00
- License: mit
- Created: 2022-02-25T21:35:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T17:35:18.000Z (about 3 years ago)
- Last Synced: 2025-01-25T10:11:21.073Z (3 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🌱 Projeto
- Projeto para buscar portas abertas em um host, realizar teste de ping em uma determinada faixa de rede e realizar teste de health check em uma url.## ✨ Tecnologias
## 🛠️ Ambiente
1. sudo apt install python3.9-venv
2. python3 -m venv .env
3. source .env/bin/activate
4. deactivate- Compartilhamento do ambiente
1. pip freeze > requirements.txt
2. pip install -r requirements.txt- Removendo o ambiente
1. deactivate
2. rm -r .env## 🚀 Execução
## 📄 Licença
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.## 🙇 Referências