Joshua Wright

Results 15 comments of Joshua Wright

I have seen this error before, I don't think it's something distro-specific. I think the MS-CHAPv2 challenge/response is calculated differently in some situations, though I've never been able to put...

I don't mean to be one of _those developers_ who never maintains a project, but I wrote this a LONG time ago, and have moved on to other projects. I...

I'm sorry, not `libcrypt-dev`, `libxcrypt-dev`. It's correct in the README.md, just incorrect in my prior message.

What Linux distro are you using? I'll see if I can get a VM running and take a look.

It appears that libxcrypt does not do what I think it did, sorry for the runaround. I need to reimplement the crypto functionality using openssl des_fcrypt, but that will require...

The issue is that GLIBC has removed the [crypt(3)](https://sourceware.org/legacy-ml/libc-alpha/2018-06/msg00723.html) functionality that Asleap uses to calculate the MS-CHAPv2 challenge/response hash values. I haven't had time to dig into how to do...

``` $ python3 gcpbucketbrute.py -u -k aa Generated 1215 bucket permutations. EXISTS: 01aa EXISTS: aastorage EXISTS: aa_staging EXISTS: aa-sql EXISTS: sqlaa EXISTS: backupsaa EXISTS: aagcp EXISTS: aa_test EXISTS: test-aa EXISTS:...

Hey guys, any chance you can merge in this PR? Thanks!

Any word on introducing SNI analysis as a feature for RITA to use for _deny list_ identification, DNS subdomain analysis, etc?

Following up on @Regala's notes, I would also take advantage of a global `--proxy` option! Thanks!