Skip to Content.
Sympa Menu

sm-commit - Re: [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 <khoralin AT gmail.com>
  • To: Hagara Ladislav <ladislav.hagara AT unob.cz>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by David Haley (41d40d5496626ab4ffdc7af06bb271bc31912ebe)
  • Date: Mon, 2 Sep 2013 13:58:00 -0500

That is strange. I thought I looked for this spell before going
through the steps of creating this one. I can certainly update the
thc-amap spell to the 5.4 version. That being said, at this point,
what would be the best way to move forward with the amap git
submission?

---
David


On Sep 1, 2013, at 4:37, Hagara Ladislav <ladislav.hagara AT unob.cz> wrote:

> # gaze version thc-amap
> Grimoire Section Spell Grimoire Version Installed Version
> -------- ------- ----- ---------------- -----------------
> test net thc-amap 5.2 -
>
>
> Ladislav Hagara
>
> ________________________________________
> Od: sm-commit-bounces AT lists.ibiblio.org
> [sm-commit-bounces AT lists.ibiblio.org] za uživatele David Haley
> [scm AT sourcemage.org]
> Odesláno: 29. srpna 2013 23:10
> Komu: sm-commit AT lists.ibiblio.org
> Předmět: [SM-Commit] GIT changes to master grimoire by David Haley
> (41d40d5496626ab4ffdc7af06bb271bc31912ebe)
>
> 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
> +




Archive powered by MHonArc 2.6.24.

Top of Page