Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.