D L

Results 9 issues of D L

svn-grab is still using perl and a very manky user interface. Rebuild it in Python and put a decent UX on it.

enhancement

hg-grab is still using perl and a very manky user interface. Rebuild it in Python and put a decent UX on it.

enhancement

This is a weird one: when I try adding my local hashcatnode, it will successfully enumerate the hash types and reflect this in the front end, but rules, masks and...

In lib/base/ldap.py it's meant to set the LDAP mode to either SIMPLE or NTLM. It fails to set it to simple as there's a wee typo in line 269: `auth_type...

commit 65059c63df69689cdecf9813a1d0ff53e79514da duplicated the X-Clacks-Overhead test with a comment implying that it's checking for Content-Security-Policy or Content-Security-Policy-Report-Only. ``` # CSP Report URLs if (!$HEADERS_XCO{ $mark->{hostname} }{ $mark->{port} } && defined...

bug

This advice: - Send X-Content-Type-Options: nosniff header. - Send X-Frame-Options: deny header. - Send Content-Security-Policy: default-src 'none' header. Is a bit misguided as they only really have relevance if HTML...

We're having a problem where it keeps on running hashcat -I in the background; which leads to them erroring that hashcat is already running and the device profiles being unset...

New install on Debian, if there's an exception when running hashcat (and if hashcat finishes), then the code to catch the exception tries to suppress it and fails, because hashview-agent...

Due to the fun of copy and paste between different environments we often don't have a pwdump formatted file that we can use and just have the raw NTLM hash....