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/__init__.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tools/sploit/__init__.py (limited to 'tools/sploit/__init__.py') diff --git a/tools/sploit/__init__.py b/tools/sploit/__init__.py deleted file mode 100644 index 8a53886..0000000 --- a/tools/sploit/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -from os.path import join, dirname -libpath=join(dirname(__file__),"sploit") -__path__ = [libpath] -exec(open(join(libpath,"__init__.py")).read()) -- cgit v1.2.3