Skip to content
View ffcommax's full-sized avatar
:octocat:
:octocat:

Block or report ffcommax

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. PayloadsAllTheThings PayloadsAllTheThings Public

    Forked from swisskyrepo/PayloadsAllTheThings

    A list of useful payloads and bypass for Web Application Security and Pentest/CTF

    Python

  2. MyPList MyPList Public

    MyPList

  3. dumpdumpi dumpdumpi Public

    dumpdumpi

  4. Amsi_Hooking_Files Amsi_Hooking_Files Public

  5. Invoke-CredNinja Invoke-CredNinja
    1
    ps powershell | measure-object -line | out-file Lines.txt
    2
    $i = 0
    3
    foreach($pass in Get-Content pass.txt){
    4
        foreach($user in Get-Content user.txt){
    5
            "$user$pass" | Out-File -Append creads.txt
  6. Indirect cmd Indirect cmd
    1
    forfiles /p c:\Windows\System32  /m calc*  /c whoami
    2
    
                  
    3
    program compatibility assistant:
    4
    pcalua.exe -a calc
    5