Jake Baines

Results 5 comments of Jake Baines

Obviously, I'd need more information to troubleshoot this. Windows version, driver version, etc.

I think only replacing OU is inadequate. Using [Faker.Company.name](https://github.com/faker-ruby/faker/blob/aa31845ed54c25eb2638d716bfddf59771b502aa/lib/locales/en/company.yml) is also very limited. It only has three forms and relies on a very limited set of names from [names.yml](https://github.com/faker-ruby/faker/blob/aa31845ed54c25eb2638d716bfddf59771b502aa/lib/locales/en/name.yml). I...

> I compared this with the web portal connection HTTP requests/responses and found out the POST login request needs to include a CSRF token (`csrf_token`), which should come from the...

My target doesn't have that code. What ASAv version did you install?

Okay, I was able to get the CSRF token version working as well. I did end up touching `lib/rex/proto/http/client.rb` because the client wasn't handling the server's HTTP response `Connection: Keep-Alive`...