hashcat working in new Win10 Bash
#1
If you're unaware Microsoft added Bash support in the latest Windows 10 (Build 14316).  Thought I'd give hashcat a try and it works!

Had to install texinfo from repository manually (probably other packages as well I'm forgetting) but was able to compile from GitHub source.

Code:
root@localhost:/mnt/c/Users/forumhero/hashcat# ./hashcat-cli64.bin -b Initializing hashcat v2.00 with 4 threads and 32mb segment-size... Device...........: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz Instruction set..: x86_64 Number of threads: 4 Hash type: MD4 Speed/sec: 42.87M words Hash type: MD5 Speed/sec: 34.78M words

This is awesome because we can now run Windows as the OS and have the ability to compile latest code for hashcat and other tools as well.

Code:
root@localhost:/mnt/c/Users/forumhero/hashcat# uname -a Linux localhost 3.4.0+ #1 PREEMPT Thu Aug 1 17:06:05 CST 2013 x86_64 x86_64 x86_64 GNU/Linux root@localhost:/mnt/c/Users/forumhero/hashcat# ls -lh /mnt/c ls: cannot access /mnt/c/Documents and Settings: Input/output error ls: cannot access /mnt/c/hiberfil.sys: Permission denied ls: cannot access /mnt/c/pagefile.sys: Permission denied ls: cannot access /mnt/c/swapfile.sys: Permission denied total 444K -rwxrwxrwx 1 root root 396K Apr 3 16:21 bootmgr -rwxrwxrwx 1 root root 1 Apr 3 16:21 BOOTNXT drwxrwxrwx 2 root root 0 Apr 3 16:33 Data drwxrwxrwx 2 root root 0 Apr 11 17:17 Dell d????????? ? ? ? ? ? Documents and Settings drwxrwxrwx 2 root root 0 Apr 11 17:12 drivers -????????? ? ? ? ? ? hiberfil.sys drwxrwxrwx 2 root root 0 Apr 11 17:19 Intel -????????? ? ? ? ? ? pagefile.sys drwxrwxrwx 2 root root 0 Apr 3 16:33 PerfLogs drwxrwxrwx 2 root root 0 Apr 11 17:18 ProgramData drwxrwxrwx 2 root root 0 Apr 11 17:18 Program Files drwxrwxrwx 2 root root 0 Apr 11 17:18 Program Files (x86) drwxrwxrwx 2 root root 0 Apr 11 16:56 Recovery drwxrwxrwx 2 root root 0 Apr 11 17:01 $Recycle.Bin -????????? ? ? ? ? ? swapfile.sys drwxrwxrwx 2 root root 0 Apr 11 17:17 System Volume Information drwxrwxrwx 2 root root 0 Apr 11 17:16 Users drwxrwxrwx 2 root root 0 Apr 11 17:34 Windows root@localhost:/mnt/c/Users/forumhero/hashcat#
#2
Yeah, like, just use linux.
#3
I don't quite get your excitment, but good to know I guess.