Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9eabaa2b3c995e343e104802fe759825ac140b58)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9eabaa2b3c995e343e104802fe759825ac140b58)
  • Date: Fri, 11 May 2018 12:41:32 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
net/nemesis/CONFIGURE | 1 +
net/nemesis/DEPENDS | 2 ++
net/nemesis/DETAILS | 23 +++++++++++++++++++++++
net/nemesis/HISTORY | 2 ++
net/nemesis/INSTALL | 5 +++++
6 files changed, 37 insertions(+)

New commits:
commit 9eabaa2b3c995e343e104802fe759825ac140b58
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nemesis: new spell, command-line network packet crafting and injection
utility

diff --git a/ChangeLog b/ChangeLog
index 19f5098..1d97a121b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/nemesis: new spell, command-line network packet crafting and
+ injection utility
+
2018-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-utils/kde-l10n: delete spell, no longer exists upstream

diff --git a/net/nemesis/CONFIGURE b/net/nemesis/CONFIGURE
new file mode 100755
index 0000000..6e097bb
--- /dev/null
+++ b/net/nemesis/CONFIGURE
@@ -0,0 +1 @@
+config_query NEMESIS_SUID_ROOT "Install $SPELL setuid root?" n
diff --git a/net/nemesis/DEPENDS b/net/nemesis/DEPENDS
new file mode 100755
index 0000000..0918530
--- /dev/null
+++ b/net/nemesis/DEPENDS
@@ -0,0 +1,2 @@
+depends libnet &&
+depends libpcap
diff --git a/net/nemesis/DETAILS b/net/nemesis/DETAILS
new file mode 100755
index 0000000..1f95025
--- /dev/null
+++ b/net/nemesis/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=nemesis
+ VERSION=1.5
+ SOURCE=${SPELL}-${VERSION}.tar.xz
+
SOURCE_URL[0]=https://github.com/troglobit/${SPELL}/releases/download/v${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:de5a19b0f5b89a9e7a7318c55cdebad427c039164ccc435fa28b1859dfab307532b1169891a393303e0a44492f8c2a5b5fadc822e4990bf0de9842aea318e5e3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="docs/CREDITS ${DOCS}"
+ WEB_SITE=http://troglobit.com/projects/nemesis/
+ LICENSE[0]=BSD
+ ENTERED=20180511
+ KEYWORDS="net security"
+ SHORT="command-line network packet crafting and injection utility"
+cat << EOF
+Nemesis is a command-line network packet crafting and injection utility for
+UNIX-like and Windows systems. Well suited for testing Network Intrusion
+Detection Systems, firewalls, IP stacks and a variety of other tasks.
+
+As a command-line driven utility, it is perfect for automation and scripting.
+
+Nemesis can natively craft and inject ARP, DNS, ETHERNET, ICMP, IGMP, IP,
+OSPF, RIP, TCP and UDP packets. Using the IP and the Ethernet injection
modes,
+almost any custom packet can be crafted and injected.
+EOF
diff --git a/net/nemesis/HISTORY b/net/nemesis/HISTORY
new file mode 100644
index 0000000..289a10d
--- /dev/null
+++ b/net/nemesis/HISTORY
@@ -0,0 +1,2 @@
+2018-05-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, INSTALL, CONFIGURE: created spell, version 1.5
diff --git a/net/nemesis/INSTALL b/net/nemesis/INSTALL
new file mode 100755
index 0000000..f9b5eb7
--- /dev/null
+++ b/net/nemesis/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+
+if [[ $NEMESIS_SUID_ROOT == y ]]; then
+ chmod -v +s "${INSTALL_ROOT}/usr/bin/nemesis"
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9eabaa2b3c995e343e104802fe759825ac140b58), Vlad Glagolev, 05/11/2018

Archive powered by MHonArc 2.6.24.

Top of Page