diff options
author | Malfurious <m@lfurio.us> | 2025-03-16 08:51:29 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2025-03-16 19:11:12 -0400 |
commit | eca005749cf0c720cedc97fbb4ad8aa10dfad44b (patch) | |
tree | 4a1ee56bf803528ad45744c7fc1342eda3de2a4e | |
parent | 328ea8cc37477bdece6d79b575b29606156581ee (diff) | |
download | nsploit-eca005749cf0c720cedc97fbb4ad8aa10dfad44b.tar.gz nsploit-eca005749cf0c720cedc97fbb4ad8aa10dfad44b.zip |
ret2dlresolve: Move to tech package
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r-- | nsploit/payload/__init__.py | 1 | ||||
-rw-r--r-- | nsploit/tech/__init__.py | 1 | ||||
-rw-r--r-- | nsploit/tech/ret2dlresolve.py (renamed from nsploit/payload/ret2dlresolve.py) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/nsploit/payload/__init__.py b/nsploit/payload/__init__.py index b77821e..d4b9be7 100644 --- a/nsploit/payload/__init__.py +++ b/nsploit/payload/__init__.py @@ -1,3 +1,2 @@ from .payload import * from .payload_entry import * -from .ret2dlresolve import * diff --git a/nsploit/tech/__init__.py b/nsploit/tech/__init__.py index a3220d6..a517e7f 100644 --- a/nsploit/tech/__init__.py +++ b/nsploit/tech/__init__.py @@ -1,3 +1,4 @@ from .fmtstring import * from .gadhint import * +from .ret2dlresolve import * from .rop import * diff --git a/nsploit/payload/ret2dlresolve.py b/nsploit/tech/ret2dlresolve.py index 8446ead..8446ead 100644 --- a/nsploit/payload/ret2dlresolve.py +++ b/nsploit/tech/ret2dlresolve.py |