Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (a90ceb651ef159ece6d8b0d4a41c2066e9187612)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (a90ceb651ef159ece6d8b0d4a41c2066e9187612)
  • Date: Thu, 25 Jan 2007 14:11:22 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 2 ++
security/thc-pptp-bruter/BUILD | 3 +++
security/thc-pptp-bruter/DEPENDS | 1 +
security/thc-pptp-bruter/DETAILS | 16 ++++++++++++++++
security/thc-pptp-bruter/HISTORY | 2 ++
5 files changed, 24 insertions(+)

New commits:
commit a90ceb651ef159ece6d8b0d4a41c2066e9187612
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

thc-pptp-bruter #9314

diff --git a/ChangeLog b/ChangeLog
index 9750cf0..40e5cde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2007-01-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libs/libdnsres: A non-blocking, thread-safe DNS resolver library.
* utils/sisctrl: A tool that allows you to tune SiS drivers from X
#9166
+ * security/thc-pptp-bruter: Remote pptp brute force cracker #9314
+ thanks to Finn Haedicke for the initial spell

2007-01-25 Arjan Bouter <abouter AT sourcemage.org>
* x11/gkrellm-bluez: new spell
diff --git a/security/thc-pptp-bruter/BUILD b/security/thc-pptp-bruter/BUILD
new file mode 100755
index 0000000..4eb4006
--- /dev/null
+++ b/security/thc-pptp-bruter/BUILD
@@ -0,0 +1,3 @@
+sed -i 's%/usr/local%/usr%' Makefile &&
+
+default_build
diff --git a/security/thc-pptp-bruter/DEPENDS
b/security/thc-pptp-bruter/DEPENDS
new file mode 100755
index 0000000..ed472ed
--- /dev/null
+++ b/security/thc-pptp-bruter/DEPENDS
@@ -0,0 +1 @@
+depends openssl
diff --git a/security/thc-pptp-bruter/DETAILS
b/security/thc-pptp-bruter/DETAILS
new file mode 100755
index 0000000..ed70aa6
--- /dev/null
+++ b/security/thc-pptp-bruter/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=thc-pptp-bruter
+ VERSION=0.1.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/THC-pptp-bruter-$VERSION
+ SOURCE_URL[0]=http://packetstormsecurity.nl/groups/thc/$SOURCE
+ WEB_SITE=http://www.thc.org/
+ ENTERED=20050617
+
SOURCE_HASH=sha512:db9b26e7c40fdfd93266c9b3f90fad2118b79db96e62bb88cdafecc1bfa45ae6c6dfbba9c4638d663e734f8cd3a888755928ae004a6d04625449ed13d27b1f6d
+ SHORT="Remote pptp brute force cracker"
+cat << EOF
+pptp-bruter is a brute force program that works against pptp vpn
+endpoints (tcp port 1723). It is fully standalone and supports the
+latest MSChapV2 authentication. It exploits a weakness in Microsoft's
+anti-brute force implementation which makes it possible to try 300
+passwords the second. Tested against Microsoft Windows and Cisco gateways.
+EOF
diff --git a/security/thc-pptp-bruter/HISTORY
b/security/thc-pptp-bruter/HISTORY
new file mode 100644
index 0000000..f8de3d1
--- /dev/null
+++ b/security/thc-pptp-bruter/HISTORY
@@ -0,0 +1,2 @@
+2007-01-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD: created spell from Finn Haedicke's template



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (a90ceb651ef159ece6d8b0d4a41c2066e9187612), Jaka Kranjc, 01/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page