Skip to content
View sht's full-sized avatar

Block or report sht

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

    Curated list of security tools

  2. taji-cv taji-cv Public

    Awesome LaTeX CV for your outstanding job application

    TeX 1 1

  3. aws-security-tools aws-security-tools Public

    Forked from toniblyx/my-arsenal-of-aws-security-tools

    List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc.

    Shell

  4. regex including new github tokens pa... regex including new github tokens pattern for secrets scanning
    1
    ```
    2
    "Slack Token": "(xox[p|b|o|a]-[0-9]{12}-[0-9]{12}-[0-9]{12}-[a-z0-9]{32})",
    3
    "RSA private key": "-----BEGIN RSA PRIVATE KEY-----",
    4
    "SSH (OPENSSH) private key": "-----BEGIN OPENSSH PRIVATE KEY-----",
    5
    "SSH (DSA) private key": "-----BEGIN DSA PRIVATE KEY-----",
  5. Slack API by Python Slack API by Python
    1
    from slack_sdk import WebClient
    2
    from slack_sdk.errors import SlackApiError
    3
    
                  
    4
    client = WebClient(token="xoxb-xxxxxx")
    5
    
                  
  6. the-book-of-secret-knowledge the-book-of-secret-knowledge Public

    Forked from trimstray/the-book-of-secret-knowledge

    A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.