summaryrefslogtreecommitdiffstats
path: root/nsploit/tech
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nsploit/tech/__init__.py1
-rw-r--r--nsploit/tech/fmtstring.py (renamed from nsploit/payload/fmtstring.py)0
2 files changed, 1 insertions, 0 deletions
diff --git a/nsploit/tech/__init__.py b/nsploit/tech/__init__.py
index d7e4b6d..a3220d6 100644
--- a/nsploit/tech/__init__.py
+++ b/nsploit/tech/__init__.py
@@ -1,2 +1,3 @@
+from .fmtstring import *
from .gadhint import *
from .rop import *
diff --git a/nsploit/payload/fmtstring.py b/nsploit/tech/fmtstring.py
index 1ec4609..1ec4609 100644
--- a/nsploit/payload/fmtstring.py
+++ b/nsploit/tech/fmtstring.py