From 3f0c99ce285ac3d91c3b2f3642c9863565f7d0d5 Mon Sep 17 00:00:00 2001 From: 4shen0ne <4shen.01@gmail.com> Date: Sat, 3 Aug 2024 23:54:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20a=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3eaada6..bcce1ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Nmass +[![PyPI version](https://badge.fury.io/py/nmass.svg)](https://badge.fury.io/py/nmass) + Nmass is a python3 library that makes it easier for developers to use **nmap and masscan**. It translates many and complex arguments into idiomatic methods and wraps the scan results in well-defined **pydantic** models. ## Examples