diff options
author | Malfurious <m@lfurio.us> | 2024-01-12 16:26:03 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-01-13 17:22:12 -0500 |
commit | 074a15310b8bbeeeeb00bf5ab5877c12f1ca1861 (patch) | |
tree | 606b9245259bb130323dd00314a80c0d3689d5a4 /sploit/__init__.py | |
parent | ead4ec1340555569e00919891383e05dca839b01 (diff) | |
download | nsploit-074a15310b8bbeeeeb00bf5ab5877c12f1ca1861.tar.gz nsploit-074a15310b8bbeeeeb00bf5ab5877c12f1ca1861.zip |
log: Move to sploit.util package
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rw-r--r-- | sploit/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sploit/__init__.py b/sploit/__init__.py index f761ead..f443fe9 100644 --- a/sploit/__init__.py +++ b/sploit/__init__.py @@ -1,7 +1,6 @@ from sploit import ( arch, comm, - log, payload, rev, symtbl, |