Skip to content
View tkisason's full-sized avatar
🔓
👾
🔓
👾

Organizations

@foi-oss

Block or report tkisason

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

    unhash is a set of tools designed to enable better password auditing

    Python 119 18

  2. getting-started-in-infosec Public

    A noob friendly guide for juniors starting off in infosec. Pull requests welcome!

    297 46

  3. vulnapi Public

    Intentionaly very vulnerable API with bonus bad coding practices

    Python 43 25

  4. This AWS lambda function will add th...
    1
    import json
    2
    import boto3
    3
    from botocore.exceptions import ClientError
    4
    ec2 = boto3.client('ec2')
    5
    security_group_id = "sg-..." ## add your security group ID here!
  5. gcrack Public

    password cracking with the help of google's search

    Python 37 9

  6. jar-verify Public

    Detect potentially tampered jar files by looking them up against maven's upstream repo

    Python