tkisason - Overview

View tkisason's full-sized avatar

Tonimir Kisasondi tkisason

Organizations

@foi-oss

Block or report tkisason

Pinned Loading

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

    Python 120 18

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

    303 44

  3. Intentionaly very vulnerable API with bonus bad coding practices

    Python 51 28

  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.

    3

    from botocore.exceptions import ClientError

    4

    ec2 = boto3.client('ec2')

    5

    security_group_id = "sg-..." ## add your security group ID here!
  5. password cracking with the help of google's search

    Python 37 8

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

    Python