Eli McRae

Results 11 comments of Eli McRae

I encountered it and am curious. I got excited and thought I had creds for a pentest... ![image](https://user-images.githubusercontent.com/1275714/137075729-c062a3b3-0832-428f-9355-73dfee2d97f6.png) redacted debugging output. ``` ❯ hydra -dvv -l 'redacted_user' -p redacted_pass rdp://xxx.xxx.xxx.xxx...

I was using freerdp to validate the finding. 0xC000006D STATUS_LOGON_FAILURE is what's returned when using what hydra reported. These are leaked creds we're using for a pentest. The password in...

`redacted_user` is the same account with different passwords. ``` [3389][rdp] account on xxx.xxx.xxx.xxx might be valid but account not active for remote desktop: login: redacted_domain\redacted_user password: ubaldina, continuing attacking the...

Unfortunately, that machine was taken offline to mitigate some other findings during the pentest so I can't fully reproduce / validate that the creds aren't working. I'm sure it's meaningless...

I will say I was trying to use creds that contained the windows domain prepended to the username `ecorp\jsmith` as opposed to just `jsmith` it could look like I was...

I did try it at a later time with the `ecorp\\jsmith` just in case but I think the machine was already offline at that point.

bit 'o necromancy here, but I can see value in displaying the full URL in the normal output. ``` /'___\ /'___\ /'___\ /\ \__/ /\ \__/ __ __ /\ \__/...

@dogasantos @joohoi I made a PR if you want to reopen. Added a stfu flag to show the full URL

idk man. computers. the `\\` was to escape the backslash. `/` was doing something weird too. Maybe the same? I don't recall as it was a long time ago now.

Well, had I taken the time to read or understand the docs thoroughly I might have gotten that... I was thinking about the plugin devs having the list upfront and...