https://github.com/valueof/pscan
Very basic port scanner in node/react
https://github.com/valueof/pscan
Last synced: about 1 month ago
JSON representation
Very basic port scanner in node/react
- Host: GitHub
- URL: https://github.com/valueof/pscan
- Owner: valueof
- Created: 2022-12-19T01:55:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T02:00:58.000Z (over 3 years ago)
- Last Synced: 2025-03-01T14:43:19.044Z (over 1 year ago)
- Language: TypeScript
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Very basic port scanner (with UI) in Node/React. Made this to brush up on Node/React and see what's
new in that land.

To run the UI:
```sh
$ cd frontend
$ npm start
```
To run the backend:
```sh
$ cd backend
$ npm run build && npm start
```