Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echo-devim/vipscan
An experimental port scanner written in Vala
https://github.com/echo-devim/vipscan
glib2 gtk3 portscanner vala
Last synced: 5 days ago
JSON representation
An experimental port scanner written in Vala
- Host: GitHub
- URL: https://github.com/echo-devim/vipscan
- Owner: echo-devim
- License: mit
- Created: 2020-07-03T11:01:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T11:04:20.000Z (over 4 years ago)
- Last Synced: 2024-10-30T12:11:51.302Z (about 2 months ago)
- Topics: glib2, gtk3, portscanner, vala
- Language: Vala
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VIP Scan
VIP Scan is an experimental port scanner written in Vala. I did it just as an exercise.
It has still several limitations and bugs.It can scan up to 0.0.0.0/16 subnet. For each host is executed a different thread that performs a port scan. Each port scan is performed in parallel using 16 threads.
This means that with a large subnet VIP is going to use a large number of threads.The gui is very poor and at an early stage. Actually, it uses Pango with Cairo to render the results.