diff options
author | Malfurious <m@lfurio.us> | 2024-02-14 01:23:45 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-02-14 01:23:45 -0500 |
commit | aa09111dcd13deb6ce725e551732bf8b45dffca3 (patch) | |
tree | 9a2acfefd99f4400bf0007aa2310265a89bae3f9 /tools/sploit/__init__.py | |
parent | 873703dba8769c1d5f389d7246458ad0291c9237 (diff) | |
download | lib-des-gnux-aa09111dcd13deb6ce725e551732bf8b45dffca3.tar.gz lib-des-gnux-aa09111dcd13deb6ce725e551732bf8b45dffca3.zip |
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 <m@lfurio.us>
Diffstat (limited to 'tools/sploit/__init__.py')
-rw-r--r-- | tools/sploit/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
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()) |