From aa09111dcd13deb6ce725e551732bf8b45dffca3 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Wed, 14 Feb 2024 01:23:45 -0500 Subject: Remove sploit tool Sploit has been living on in another repository for the past year or so. Remove the stale files from this repository. Signed-off-by: Malfurious --- tools/sploit/setup.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tools/sploit/setup.py (limited to 'tools/sploit/setup.py') diff --git a/tools/sploit/setup.py b/tools/sploit/setup.py deleted file mode 100644 index 5afa958..0000000 --- a/tools/sploit/setup.py +++ /dev/null @@ -1,7 +0,0 @@ -from setuptools import setup, find_packages -setup( - name='sploit', - version='0', - packages=find_packages(), - entry_points={"console_scripts":["sploit=sploit.main:main"]} - ) -- cgit v1.2.3