From cf04251f99b4f09d7b0e4a64a6233c3ec8906212 Mon Sep 17 00:00:00 2001 From: Kabir <44284877+kabir0x23@users.noreply.github.com> Date: Wed, 28 Sep 2022 12:40:57 +0530 Subject: [PATCH] add: python project: port-scanner (#1) Add python project: - A fast port scanner is written in python with a focus on reliability and simplicity. - Project is containing all the necessary guidelines --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 16eec77..da513ff 100644 --- a/data.json +++ b/data.json @@ -1312,6 +1312,15 @@ ], "description": "The Python Internationalization Library." }, + { + "name": "port scanner", + "link": "https://github.com/thecyberworld/port-scanner", + "label": "difficulty/low", + "technologies": [ + "Python" + ], + "description": "A fast port scanner written in python with a focus on reliability and simplicity." + }, { "name": "Kinto", "link": "https://github.com/Kinto/kinto",