• Stars
    star
    204
  • Rank 185,204 (Top 4 %)
  • Language
    Go
  • License
    MIT License
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

netscanner - TCP/UDP scanner to find open or closed ports

Build Status

netscanner

netscanner - TCP/UDP scanner to find open or closed ports

installation

you have to run this command to install the program

$ go get github.com/R4yGM/netscanner

Usage

Commands :

netscanner 0.1 : TCP/UDP port scanner

Usage: netscanner <command>

Commands:

   sp,scanport - scan a singular port: usage sp,scanport <protocol> <hostname> <port> (ex. scanport tcp 127.0.01 80)
   in,initscan - scan the first 1023 ports: usage in,initscan <protocol> <hostname> <savefilebool>(ex. initscan udp 127.0.0.1 false)
   cs,completescan - scan all the ports: usage cs,completescan <protocol> <hostname> <savefilebool>(ex. completescan tcp 127.0.0.1 true)
   sft,scanfromto - scan the ports from a port given to another port given: usage sft,scanfromto <protocol> <hostname> <startport> <endport> <savefile>(ex. sft tcp 127.0.0.1 80 443 true)
   h,help - shows this text
   v,version - show the current version of the program
   info,information - shows some information about the program
   msp,maskscanport - scan a port of all the IPs in Subnet: usage msp,maskscanport <protocol> <hostname> <port> <savefilebool>(ex. msp tcp 127.0.0.1/24 true)
   

Parameters:

<protocol> - protocol to use - can be tcp or udp
<hostname> - hostname of the target - ex. 127.0.0.1
<port> - port to scan
<savefile> - bool that saves the scan in a file - true / false
<startport> - port to start scanning
<endport> - last port to scan
<hostname>(for mask scan) - must contain /24 or /32

Example

$ netscanner sp tcp 127.0.0.1 80

 Port     status   service

 80/tcp,  Closed,  http

Scan started at : 2020-03-07 12:16:08.4845743 +0100 CET m=+0.002086201
And finished at : 2020-03-07 12:16:08.4854596 +0100 CET m=+0.002971501

More Repositories

1

stegbrute

Fast Steganography bruteforce tool written in Rust useful for CTF's
Rust
231
star
2

dorkscout

DorkScout - Golang tool to automate google dork scan against the entiere internet or specific targets
Go
221
star
3

garlicshare

Private and self-hosted file sharing over the Tor network written in golang
Go
113
star
4

AsciiPy

translate images, videos and text to Ascii arts easy
Python
62
star
5

SpaceXTelemetry-Api

SpaceXTelemetry API - Open Source REST API for telemetry and predictions to rocket launches
JavaScript
30
star
6

NorthKoreaScans

Collection of port scans of the North Korean IPv4 subnets from different vps
Shell
9
star
7

gonion

Golang Client for querying Tor network data using the Onionoo service.
Go
9
star
8

SpaceR4y_TelegramBot

Telegram bot that can request some cool NASA api
JavaScript
6
star
9

R4y-Search-Engine-Python

a python script i made for searching on the net, uses Google custom search api
Python
5
star
10

GoTelegram

Go
5
star
11

AsciiRb-R4y

a Ruby script that could create Ascii texts with a lot of fonts
Ruby
5
star
12

r4nasa-api

r4nasa-api Get space data easy with this node js module!
JavaScript
5
star
13

Nasa-Apod-Discord-Bot

Discord bot that returns the Astronomy Picture of the Day
Go
4
star
14

SpaceXNews-api

simple spacex api to request missions logos or news
JavaScript
4
star
15

email-spam-in-python

Python
4
star
16

go-mysql

simple example of a golang mysql connection and returning some values from a table
Go
4
star
17

Youtube-api-

this script get some data via youtube api and then it parse into the console the subscribers count of a channel
Python
4
star
18

request-and-parse

simple repo to request and parse an rest api
Go
3
star
19

r4y-message

simple chat built in Nodejs and socket.io
HTML
3
star
20

NodeJs-TelegramBot-weather-and-youtube-api

JavaScript
2
star
21

SpaceXData

Website for SpaceXData Android application
2
star
22

R4yan

just a test.
1
star
23

R4yann

this is just a temporary website
JavaScript
1
star