Skip to content

danactos/simple-node-portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

simple-node-portscanner

Combination of Node and Port Scanning

Table of Contents What they do
main.js Scan for ports: Slow
manual.js Scan for ports: Fast

Instructions Main.js

options

 node main.js -s [starting port] -e [ending port] -t [target ip]

Example

local host: First 100 ports.

node main.js -s [0] -e [100] -t [127.1.1.1]

Instructions Manual.js

options

 node manual.js -s [starting port] -e [ending port] -t [target ip]

Example

local host: First 1000 ports.

node manual.js -s [0] -e [1000] -t [127.1.1.1]

Manual.js

Modified from the following website: https://www.hacksparrow.com/a-port-scanner-in-node-js.html

Hash Main.js :trollface: :squirrel:

##Algorithm : SHA512 ###Hash: B9A583A3B75BFFF0DD8C17AD3ACF9BE8E8AA82C340CEA19D517843682E745D849E61FB21D2591792C707D743016780606D0C8FB041D920F54D4344D0B71D16AD

Hash Manual.js :trollface: :squirrel:

##Algorithm : SHA512 ###Hash: 4507AC7984A051E91B00C95492BBFC654EF7E06D2E5A02ED1F3E170366B20E93F0714CE0D2EF8C58C9088E60578E0FA6AA157E452A62A31D2D7B1ACD3ABEE564

About

A simple portscanner that uses the port scanner npm package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •