Grant Willcox

Results 26 issues of Grant Willcox

On later versions of Windows 11 it is possible to enumerate versions of packages installed on a target using the native `winget` command. Might be good to give some documentation...

When opening certain panes a new blank pane will open. If I try to close that pane, now it will continuously open that pane again....and again....and again. Its now impossible...

Another option that might be nice is to add in the option to bidirectionally link notes as this might prove useful for websites where users might not have access to...

integration

This module takes advantage of BinData and Net::LDAP plus some additional definitions that I added in, to hunt for ESC1 vulnerable certificates on the target ADCS server using LDAP, and...

This should help with offline/network restricted pentests and should make this information a bit more visible than the `docs/` folder which I'm not sure many people are aware of. ##...

docs

This adds in a bunch of new query types to help with discovering things like AS-REP roastable accounts, potential honeypot accounts via login counts + password set dates + last...

module
enhancement

Adds support for GUIDs, reading certificates and outputting their details, and handling SIDs to `auxiliary/gather/ldap_query.rb`. Also add in some time related element support. ## Verification - [ ] Install ADCS...

Right now its possible to do queries like this to retrieve an object by SID in other clients such as Apache OpenDirectory: ``` (objectSid=\01\05\00\00\00\00\00\05\15\00\00\00\6b\91\19\c4\89\0a\a3\69\bb\50\52\c2\07\02\00\00) ``` However it doesn't seem possible...

This fixes up some incorrect definitions within `def_wldap32.rb` so it can work with x64 Windows. Note that I'm not 100% sure if these definitions are correct or not so some...

library
bug
rn-fix

This fixes a few incorrectly labeled `inout` buffers for a few RailGun definitions within `def_iphlpapi.rb`. None of these functions are actively being used to the best of my knowledge, so...

library
bug
rn-fix