Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/swag666baby/port-scanner
- Owner: Swag666baby
- Created: 2022-01-16T21:04:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T19:57:07.000Z (over 1 year ago)
- Last Synced: 2023-10-07T20:38:09.817Z (over 1 year ago)
- Topics: javascript, node, nodejs, portscanner, scanner, socket, sockets, typescript
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```