summaryrefslogtreecommitdiffstats
path: root/tools/sploit/sploit.py
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-02-14 01:23:45 -0500
committerMalfurious <m@lfurio.us>2024-02-14 01:23:45 -0500
commitaa09111dcd13deb6ce725e551732bf8b45dffca3 (patch)
tree9a2acfefd99f4400bf0007aa2310265a89bae3f9 /tools/sploit/sploit.py
parent873703dba8769c1d5f389d7246458ad0291c9237 (diff)
downloadlib-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/sploit.py')
-rwxr-xr-xtools/sploit/sploit.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/sploit/sploit.py b/tools/sploit/sploit.py
deleted file mode 100755
index fd9b482..0000000
--- a/tools/sploit/sploit.py
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env python3
-from sploit.main import main
-main()