I hereby claim:
- I am giobonvi on github.
- I am giobonvi (https://keybase.io/giobonvi) on keybase.
- I have a public key ASDu8Af-nA0ez8USokibwU2QQ35lzYNkIdryMuZbJsM_hwo
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
# Copyright 2019 Giorgio Bonvicini | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: | |
# The above copyright notice and this permission notice shall be included in all |
#!/usr/bin/env python3 | |
# encoding: utf-8 | |
""" | |
Flask session cookie toolkit. | |
Decode, verify or generate a signed Flask session cookie. | |
Credits to Terry Vogelsang for the original script (https://terryvogelsang.tech/MITRECTF2018-my-flask-app/) | |
which I just slightly modified for my personal use. |
# encoding: utf-8 | |
""" | |
netcat.py | |
by GioBonvi | |
https://gist.github.com/GioBonvi/2cb9080039f5f5abfdcc44ee81ef102c | |
A Netcat-like implementation of the socket module to easily write and read strings and data | |
to and from a connection. Particularly useful for CTFs. |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Run a python command in a given conda environment. | |
# | |
# Usage: | |
# | |
# python_conda.sh ENV_NAME FOLDER COMMAND ARGUMENTS | |
# | |
# Examples: | |
# |