From 4a39e37e19fe02be9169d8a37ee09190acd09527 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 12 Jan 2024 07:37:53 -0500 Subject: builder: Rename package to payload and expose contents This follows in the package contents export change. Additionally, the builder package is renamed to "payload". "payload" is actually the preferred name of this package. It was previously renamed due to the absurdity of importing "sploit.payload.payload.Payload()", and the fact that additional modules were being bundled together so a more broad name _seemed_ desirable. Signed-off-by: Malfurious --- sploit/builder/__init__.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 sploit/builder/__init__.py (limited to 'sploit/builder/__init__.py') diff --git a/sploit/builder/__init__.py b/sploit/builder/__init__.py deleted file mode 100644 index 758d511..0000000 --- a/sploit/builder/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -from . import ( - gadhint, - payload, - rop, -) -- cgit v1.2.3