summaryrefslogtreecommitdiffstats
path: root/sploit/comm
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2025-01-04 23:57:16 -0500
committerMalfurious <m@lfurio.us>2025-01-04 23:57:16 -0500
commit23c750d2edc712c4a37e0774049a1a0f9a966009 (patch)
treee16b9f6495776dccc2c8e39d29b66d28d94b3448 /sploit/comm
parent640726aa11369d328c1cdfe00b4344b6a925729c (diff)
parent831fd7402cd357a79b76007471722a243ec60c8d (diff)
downloadnsploit-23c750d2edc712c4a37e0774049a1a0f9a966009.tar.gz
nsploit-23c750d2edc712c4a37e0774049a1a0f9a966009.zip
Merge branch 'nsploit'
Rename fork to nsploit and touch up project files. We switch from automatically obtaining version via git-describe to a static definition in pyproject.toml, to support more install use-cases. * nsploit: Update pyproject file for nsploit Don't rely on git for version information main: Update ASCII banner for nsploit Rename sploit package to nsploit
Diffstat (limited to '')
-rw-r--r--nsploit/comm/__init__.py (renamed from sploit/comm/__init__.py)0
-rw-r--r--nsploit/comm/comm.py (renamed from sploit/comm/comm.py)4
2 files changed, 2 insertions, 2 deletions
diff --git a/sploit/comm/__init__.py b/nsploit/comm/__init__.py
index ffbc402..ffbc402 100644
--- a/sploit/comm/__init__.py
+++ b/nsploit/comm/__init__.py
diff --git a/sploit/comm/comm.py b/nsploit/comm/comm.py
index 3bc448e..fe23f25 100644
--- a/sploit/comm/comm.py
+++ b/nsploit/comm/comm.py
@@ -4,8 +4,8 @@ import os
import sys
import select
-from sploit.until import bind
-from sploit.util.log import *
+from nsploit.until import bind
+from nsploit.util.log import *
class Comm:
logonread = True