Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/swag666baby/port-scanner

a port scanner made with typescript using sockets.
https://github.com/swag666baby/port-scanner

javascript node nodejs portscanner scanner socket sockets typescript

Last synced: about 2 months ago
JSON representation

a port scanner made with typescript using sockets.

Awesome Lists containing this project

README

        

# port-scanner
a port scanner made in typescript

# installation
```
git clone https://github.com/Swag666baby/port-scanner
```

# running
```
cd port-scanner
npm install @types/node
tsc src/index
node src/index
```