Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higordiego/learning-golang-scanport
https://github.com/higordiego/learning-golang-scanport
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/higordiego/learning-golang-scanport
- Owner: higordiego
- License: mit
- Created: 2021-12-27T12:25:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T23:37:15.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T18:51:41.314Z (6 months ago)
- Language: Go
- Size: 4.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dogscanner
![Screenshot](./image/logo.png)
Projeto foi criado com intuito de criação de uma sniffer de portas abertas em
servidores internos.## Manual
Para utilização dos software segue a descrição abaixo.
![Manual](./image/dogscann_help.gif)
Para utilização da ferramenta necessita-se de alguns parâmetros, que são:
- [x] Para host informar ```-h```
- [x] Para o limite de portas scaneadas informar ```-l```Segue o exemplo abaixo:
#### Baixando o repositório.
```sh
git clone [email protected]:higordiego/learning-golang-scanport.git
```#### Gerando build para o seu sistema operacional.
```sh
go build -o goscanner
```#### Iniciando o programa.
```sh
./goscanner -h scanme.nmap.org -l 3000
```![Manual](./image/dogscann.gif)
# License
© Feito com muito ❤ por [Higor Diego](https://www.linkedin.com/in/higordiego/) 🤝