From 5fa45b9b625e2d2efb5b43a8ea2fb63e31c437ab Mon Sep 17 00:00:00 2001 From: dusoleil Date: Thu, 2 Sep 2021 22:38:31 -0400 Subject: Change behavior for import sploit The statement import sploit will now import all of the sploit modules under the sploit namespace. Signed-off-by: dusoleil --- tools/sploit/sploit/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/sploit') diff --git a/tools/sploit/sploit/__init__.py b/tools/sploit/sploit/__init__.py index 836bb30..5082cfa 100644 --- a/tools/sploit/sploit/__init__.py +++ b/tools/sploit/sploit/__init__.py @@ -1 +1,2 @@ __all__ = ["log","comm","until","arch","mem"] +from sploit import log, comm, until, arch, mem -- cgit v1.2.3