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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. unhashunhashPublic

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

    Python 120 19

  2. getting-started-in-infosecgetting-started-in-infosecPublic

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

    304 44

  3. vulnapivulnapiPublic

    Intentionaly very vulnerable API with bonus bad coding practices

    Python 54 34

  4. This AWS lambda function will add th...This AWS lambda function will add the source IP from a GET request to a EC2 security group. Useful for CTF's where you want to have a vulnerable AWS infra, but want to "pre-clear" players (by them accessing/curling one URL) and allow them access through a secgroup.
    1
    importjson
    2
    importboto3
    3
    frombotocore.exceptionsimportClientError
    4
    ec2=boto3.client('ec2')
    5
    security_group_id="sg-..."## add your security group ID here!
  5. gcrackgcrackPublic

    password cracking with the help of google's search

    Python 38 8

  6. jar-verifyjar-verifyPublic

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

    Python