Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (41d40d5496626ab4ffdc7af06bb271bc31912ebe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (41d40d5496626ab4ffdc7af06bb271bc31912ebe)
  • Date: Thu, 29 Aug 2013 16:10:21 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

ChangeLog | 3 +++
net/amap/DETAILS | 17 +++++++++++++++++
net/amap/HISTORY | 3 +++
3 files changed, 23 insertions(+)

New commits:
commit 41d40d5496626ab4ffdc7af06bb271bc31912ebe
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

New Spell: amap, an application protocol tool.

diff --git a/ChangeLog b/ChangeLog
index 8139289..c1eab25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-08-29 David C. Haley <khoralin AT gmail.com>
+ * net/amap: new spell, an application protocol tool
+
2013-08-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-attoparsec: new spell, a fast parser combinator
library
* haskell/blaze-builder: new spell, an abstraction of buffered output
of
diff --git a/net/amap/DETAILS b/net/amap/DETAILS
new file mode 100755
index 0000000..6ba8a82
--- /dev/null
+++ b/net/amap/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=amap
+ VERSION=5.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.thc.org/releases/${SOURCE}
+
SOURCE_HASH=sha512:e1a9f03940eded3eedad0028786f4ea6c18077072d52eb2f843ef0b4ff736bf1766c4bdb4eff52d3a8f6038d8f795e39be1c15bcae8283ddae8f40a7fff8647d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.thc.org/thc-amap/";
+ LICENSE[0]=GPL
+ ENTERED=20130829
+ SHORT="Amap was innovative - the first tool to perform
application protocol detection."
+cat << EOF
+Amap was the first next-generation scanning tool for pentesters. It attempts
+to identify applications even if they are running on a different port
+than normal. It also identifies non-ascii based applications. This is
+achieved by sending trigger packets, and looking up the responses in a list
+of response strings.
+EOF
diff --git a/net/amap/HISTORY b/net/amap/HISTORY
new file mode 100644
index 0000000..0e4a90c
--- /dev/null
+++ b/net/amap/HISTORY
@@ -0,0 +1,3 @@
+2013-08-29 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by David Haley (41d40d5496626ab4ffdc7af06bb271bc31912ebe), David Haley, 08/29/2013

Archive powered by MHonArc 2.6.24.

Top of Page