+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46

Thread: The KeePass Thread

  1. #16
    Just remmeber to update your passwords if you're banned and get another account, or you'll get screwed like I did
    Correct but how do they know? If I'm not mistaken, any database has it's passwords encrypted. It is difficult to extract them.
    Do they compare hash or what?
    Reply With QuoteReply With Quote
    Thanks

  2. #17
    Quote Originally Posted by Master Razor View Post
    Correct but how do they know? If I'm not mistaken, any database has it's passwords encrypted. It is difficult to extract them.
    Do they compare hash or what?
    The actual password doesn't exist but its hash does
    What give as an idea that there is only one way to get banned because of password using, is to use the exact same password because any slightly change in password generates a very different hash.
    Last edited by Lucius; 26.07.14 at 20:04.
    Reply With QuoteReply With Quote
    Thanks

  3. Who Said Thanks:

    Master Razor (26.07.14)

  4. #18
    Any ideea on how to get keepass to recognize windows security prompt (in UAC when requiring permission, or Remote Desktop Connection when needing user and password)? The title says only "Windows Security".
    Reply With QuoteReply With Quote
    Thanks

  5. #19
    Quote Originally Posted by Master Razor View Post
    Any ideea on how to get keepass to recognize windows security prompt (in UAC when requiring permission, or Remote Desktop Connection when needing user and password)? The title says only "Windows Security".
    Do you run it as administrator ?
    Reply With QuoteReply With Quote
    Thanks

  6. #20
    I sometimes request permissions from the OS and it prompts me as shown below:
    http://www.mtech.edu/cts/images/wire...ws7-3final.png

    I want keepass to recognize the title and fill credentials on that window. So far, no wildcard pattern worked on that title: Windows Security. Instead it maches everything else.
    Last edited by Master Razor; 27.07.14 at 14:22.
    Reply With QuoteReply With Quote
    Thanks

  7. #21
    Quote Originally Posted by Master Razor View Post
    I sometimes request permissions from the OS and it prompts me as shown below:
    http://www.mtech.edu/cts/images/wire...ws7-3final.png

    I want keepass to recognize the title and fill credentials on that window. So far, no wildcard pattern worked on that title: Windows Security. Instead it maches everything else.
    You want to auto type (ctrl+alt+A) to fill you authentication data into fields .. right ?

    [Edit]

    Did you tried *Security* ?
    Last edited by Lucius; 27.07.14 at 15:47.
    Reply With QuoteReply With Quote
    Thanks

  8. #22
    Yes and I've tried custom sequences for specific windows, and used a simple regex selector in the target window box: /^Windows.*Security$/ and it didn't work.
    Last edited by Master Razor; 27.07.14 at 15:48.
    Reply With QuoteReply With Quote
    Thanks

  9. #23
    Quote Originally Posted by Master Razor View Post
    Yes and I've tried custom sequences for specific windows, and used a simple regex selector in the target window box: /^Windows.*Security$/ and it didn't work.
    try just * to see if keepass can detect the window at least.
    Reply With QuoteReply With Quote
    Thanks

  10. #24
    It detects it using * but then again it also pops up at any other login prompt too and I don't want that.
    Reply With QuoteReply With Quote
    Thanks

  11. #25
    Quote Originally Posted by Master Razor View Post
    It detects it using * but then again it also pops up at any other login prompt too and I don't want that.
    I was just test keepass if it can detect the window or not , look use a spy++ software to capture the window title maybe this title is not its real one.
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    Master Razor (27.07.14)

  13. #26
    That's the title allright but I think every window in windows is using it (UAC and permissions crap).
    Whatever regex I add, the entry becomes available everywhere.

    Last thing I tried is this //(\s?Windows\s?Security\s?)//. I guess that ideea is dead..
    Reply With QuoteReply With Quote
    Thanks

  14. #27
    what about [Windows Security]+ OR (Windows Security)
    Last edited by Lucius; 27.07.14 at 18:41.
    Reply With QuoteReply With Quote
    Thanks

  15. #28
    It still triggers at every login.
    Reply With QuoteReply With Quote
    Thanks

  16. #29
    Well I fixed the thing by using this simple regex:
    Code:
    //Windows.?Security//
    So far, it triggers correctly.

    I also added a custom button for opening a website on demand.

    Go to Tools > Triggers and add a new trigger, then:
    Events Tab
    Add application initialized

    Actions Tab
    Add custom toolbar button
    Where:
    ID is <alphanumeric>
    Name is what will apear instead of an icon (can't add icon)


    Next create a new trigger and:
    Events Tab
    Add custom toolbar button clicked <ID from above>

    Actions Tab
    Add change trigger on/off state and set to off
    Add execute command line /URL and add your link
    Add change trigger on/off state and set to on

    That's it.
    Last edited by Master Razor; 06.08.14 at 19:29.
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    Lucius (07.08.14)

  18. #30
    Check this out, Lucius. Did you know this?
    Additional FAQ - KeePass (Scroll to Can auto-type answer security questions?)
    Now we can automatically reset passwords at our convenience
    Last edited by Master Razor; 08.08.14 at 21:20.
    Reply With QuoteReply With Quote
    Thanks

  19. Who Said Thanks:

    Lucius (08.08.14)

+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •