An open API service indexing awesome lists of open source software.

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

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