This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| //php gd-gif.php image.gif gd-image.gif | |
| $gif = imagecreatefromgif($argv[1]); | |
| imagegif($gif, $argv[2]); | |
| imagedestroy($gif); | |
| ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Fully backup a docker-compose project, including all images, named and unnamed volumes, container filesystems, config, logs, and databases. | |
| project_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )" | |
| cd "$project_dir" | |
| project_name=$(basename "$project_dir") | |
| backup_time=$(date +"%Y-%m-%d_%H-%M") | |
| backup_dir="$project_dir/data/backups/$backup_time" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # HELK Installation Script (Elasticsearch, Logstash, Kibana & Nginx) | |
| # HELK build version: 0.9 (BETA Script) | |
| # Author: Roberto Rodriguez @Cyb3rWard0g | |
| # Description: This script installs every single component of the ELK Stack plus Nginx | |
| # Blog: https://cyberwardog.blogspot.com/2017/02/setting-up-pentesting-i-mean-threat_98.html | |
| # Fork version: 0.1 | |
| # Fork Author: Ryan Watson @gentlemanwatson |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am chrisbensch on github. | |
| * I am chrisbensch (https://keybase.io/chrisbensch) on keybase. | |
| * I have a public key ASDpTjXiMCzdsJZt5nyrAeMDCaAlj3f6Dj9m8tDxLi9ZcQo | |
| To claim this, I am signing this object: |