Monday, June 14, 2010

Senior Week 2010 Ocnj

grimwepa1.10a6.jar available

New version of john the ripper dev, available since today.
John is a password cracker (not online) very fast (after the site) and very comprehensive (damage cons, no support CUDA GPU, OpenCL)
changelog:

Generic * crypt (3) support (enabled with "- format = crypt") has been "Added
for auditing password hash types
Supported By The system but not yet
Supported by John's own optimized cryptographic routines ( Such as "SHA-crypt" and SunMD5). * Optional
parallelization of the above has been implemented by means of OpenMP

along with glibc's crypt_r(3) or Solaris' MT-safe crypt(3C).
* Optional parallelization of John's own optimized code for the OpenBSD-style
    Blowfish-based crypt(3) (bcrypt) hashes with OpenMP has been added.
  • * A more suitable version of 32-bit x86 assembly code for Blowfish is now
  • chosen on Core i7 and similar CPUs (when they happen to run a 32-bit build).
  • * More optimal DES S-box expressions for PowerPC with AltiVec (making use of
  • the conditional select operation) contributed by Dumplinger Boy (Dango-Chu)
    • have been integrated.
    * The bitslice DES C source code has been reworked to allow for the use of
arbitrary SIMD intrinsics, which was previously only implemented for AltiVec as a special case.
* Support for SSE2 and MMX intrinsics with bitslice DES (as an alternative to
x86-64 when compiling with GCC 4.4+).
* Support for mixed-type longer virtual vectors (such as SSE2+MMX, SSE2+ALU,

AltiVec+ALU, and other combinations) with bitslice DES has been added (not
enabled by default yet, primarily intended for easy benchmarks on future CPUs,
with future compiler versions, with even more SIMD instruction sets, and with
different DES S-box expressions that might be available in the future).

* The obsolete 32-bit SPARC assembly implementation of DES has been dropped.
* The loader will now detect password hashes specified on a line on their own,
not only as part of an /etc/passwd or PWDUMP format file.
* When run in "--stdin" mode and reading candidate passwords from a terminal
(to be typed by the user), John will no longer mess with the terminal settings.
* John will now restore terminal settings not only on normal termination or
interrupt, but also when forcibly interrupted with two Ctrl-C keypresses.
http://www.openwall.com/john/

How Long Is Language Training For Marsoc

john the ripper 1.7.6 dev available

Ncrack is a cracker (online) "supposed to be very fast," it is only usable from the command line (simple to use). Available at nmap is not available in the following nmap (unlike nping NCAT) yet.
It is in alpha so you have to see if it is stable, the SHIFT date two days.
here is the changelog:
o Made to exchange Nsock n That Ncrack Cdn Nmap and share it as an external svn
object. Now Ncrack doesn't need to have a separate copy of Nsock like
previously, rather it gets a fully updated version straight from the svn
repository each time. The modifications needed had to do with Ncrack being
able to give Nsock an option so as not to compile with libpcap (since Ncrack
doesn't rely or need libpcap).
o Fixed error with timeout (to) as reported at
http://seclists.org/nmap-dev/2010/q2/450 . It appears that
nsock_gettimeofday() was the culprit as nsock doesn't record the time as
frequently and as a result, the 'now' time was a bit behind than the real
one. This led to a negative value as a result of the timeval subtraction.

o Fixed bug which caused an endless loop before Ncrack could exit properly. o Fixed several memory leaks with the help of Valgrind. Also conducted a

Valgrind test for all modules. A report on a big memleak was made here:
http://seclists.org/nmap-dev/2010/q1/1140

o Fixed configure-script issue where it was called twice for each of the
libraries on which Ncrack relies. The fix has really sped up installation
speed.
o Ncrack now has the capability of interactively printing the credentials
found so far whenever the user presses the 'p' key. It will print the
username/password pairs in a way similar to the one it uses to print the
results when it finishes cracking. Also, when -v (verbose) mode has been
specified, Ncrack prints any credentials found at the time they are

discovered.
o Added real-life examples to -h. Ncrack now prints supported modules with
-h and -V (manually added).
o Updated Ncrack license terms for year 2010.
o Added experimental pop3(s) support - patch initially made by Bucsay Balazs

and then modified by me
o Added cleanup function for modules. This is made possible by a function
pointer (ops_free) in the Connection class, that deallocates all internal

struct members of misc_info . Since these are module-specific data, each
module should initialize this function upon first invokation.
o Added snprintf function to Buf class. This is really handy, because you can

now do multiple I/O operations in one go.
o Added two separate iobufs for Connection class, 1 for inbound and 1 for
outbound data. Removed older iobuf system and replaced it with the inbuf and
outbuf systems for every module. These buffers allow differentiation between
data that is inbound and outbound respectively.

o Added --resume option, which allows users to pause (usually be pressing
Ctrl+C) and later restore a cracking session through a file with the saved
state. The ncrack restoration file will be saved at .ncrack/ under the home

user's directory for *nix systems and inside the user's profile directory
(normally under C:\Documents and Settings\
\.ncrack\) in Windows. The

name format is restore.
_
e.g: restore.2009-11-1_10-10 . The time

cannot be in XX:XX format because Windows doesn't allow colons in filenames.
o Integrated Solar Designer's list as a separate file and compiled optimal
default password list by merging the top 500 myspace
and top 500 phpbb passwords with Solar Designer's jtr list. Finally,

updated the default.pwd which now holds the top 5000 passwords of Nmap's
merged main password list.

o Added --user and --pass options for command-line wordlist specification.
o Microsoft couldn't reproduce the issue with the Windows RST bug as described
at http://seclists.org/nmap-dev/2009/q2/774 . Its response is in the bug
ticket I opened here:

https://connect.microsoft.com/WNDP/feedback/ViewFeedback.aspx?FeedbackID=479640
According to them, it's the antivirus messing with the network stack, so
disabling it is the only solution.
o Implemented -iN option, through which Ncrack can get target input from Nmap's
-oN normal output format. This has also been later updated to take account of
the latest Nmap -oN format.
o Implemented -iX option, which allows Ncrack to get target input from Nmap's
-oX XML output format.

o Fixed issue where compilation would fail at linking phase when OpenSSL is
not installed in system, due to undefined reference of ncrack_ssh()
http://nmap.org/ncrack/