Skip to content
View funkwhatyouheard's full-sized avatar

Block or report funkwhatyouheard

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Create a Collection of Files for Win... Create a Collection of Files for Windows Domain Groups with User Members in Each File
    1
    #intent is to eventually update DPAT to accept these other fields
    2
    #$properties = @('UserPrincipalName';'Enabled';'PasswordLastSet';'PasswordExpired';'PasswordNeverExpires';'whenCreated';'whenChanged') 
    3
    $properties = @('UserPrincipalName')
    4
    foreach($group in (get-adgroup -filter *)) { 
    5
        $UPNs = @()
  2. DPAT DPAT Public

    Forked from clr2of8/DPAT

    Domain Password Audit Tool for Pentesters

    Python

  3. wraith wraith Public

    Forked from N0MoreSecr3ts/wraith

    Finding digital secrets that were never meant to be found in all corners of the net.

    Go

  4. ChromiumHistoryParser ChromiumHistoryParser Public

    Parse browser history from Chrome's sqlite db and output to a csv

    Python 2