🔓
👾
Pinned Loading
-
getting-started-in-infosec
getting-started-in-infosec PublicA noob friendly guide for juniors starting off in infosec. Pull requests welcome!
-
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. 1import json
2import boto3
3from botocore.exceptions import ClientError
4ec2 = boto3.client('ec2')
5security_group_id = "sg-..." ## add your security group ID here!
-
jar-verify
jar-verify PublicDetect potentially tampered jar files by looking them up against maven's upstream repo
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.