Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

dbrennand/pscan.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

pscan.go

A Golang port scanner.

Dependencies

pscan.go is written in Golang so it is REQUIRED.

A working 1.10.2 Go environment.

Usage

Upon executing the program input a server address or IP.

Example:

www.hackthissite.org
  • The program will then begin to scan from the common ports slice.

  • The slice can be altered yourself if you require more ports to be scanned.

  • The slice was just used for examples.

    common_ports := [num_of_slice_items]int{ports}
    

Download Options -- Installing

Currently you can only clone or download the project ZIP file. (Recommended clone if you're going to be contributing.)

Extract and navigate to the zipfile directory and run pscan.go by executing the main entry point file (pscan.go):

go run pscan.go

Authors -- Contributors

License

This project is licensed under the MIT License - see the LICENSE for details.

Releases

No releases published

Packages

No packages published

Languages