I hereby claim:
- I am absturztaube on github.
- I am absturztaube (https://keybase.io/absturztaube) on keybase.
- I have a public key ASAirspk0yhdOvc9tk33REXI4Op_uNpehByP9lgjI90nIAo
To claim this, I am signing this object:
#!/usr/bin/env bash | |
instance=$1 | |
echo "[*] Grabbing emojilist from $instance" | |
json=$(curl -sL "https://$instance/api/v1/custom_emojis") | |
echo "[*] Setting up stuff" | |
#!/usr/bin/env bash | |
VERSION="0.1" | |
function usage | |
{ | |
echo "hashgen v${VERSION}" | |
echo "Usage: hashgen [-m hashmethod] [-c config] [-s salt] [-h] string_to_hash" |
<IfModule mod_headers.c> | |
Header add X-Cat "+----------------------------+" | |
Header add X-Cat "| |\ _,,,---,,_ |" | |
Header add X-Cat "| /,`.-'`' -. ;-;;,_ |" | |
Header add X-Cat "| |,4- ) )-,_..;\ ( `'-' |" | |
Header add X-Cat "| '---''(_/--' `-'\_) |" | |
Header add X-Cat "+----------------------------+" | |
</IfModule> |
grep "$(date +"%b %d")" /var/log/auth.log | grep sshd | grep -i "failed password" | sed -r "s/.*\s(([0-9]+\.){3}[0-9]+)\s.*/\1/g" | sort | uniq -c | sort -n |
start="$(date +%s%N | cut -b1-13)"; wget "$url" -o test.jpg ; echo $(($(date +%s%N | cut -b1-13) - $start))ms |
package ClamAV::Signature; | |
use strict; | |
use warnings FATAL => 'all'; | |
sub new { | |
my ($class) = @_; | |
my $this = {}; | |
bless $this, $class; | |
$this->name('Perl.Generic'); | |
$this->type(0); |
var ngObserver = angular.module('ngObserver', []); | |
ngObserver.filter('hashCode', function() { | |
return function(input, hasType) { | |
if(hasType == null) { | |
hasType = false; | |
} | |
var result = typeof input; | |
var raw_hash = 0; | |
var mod_input = input; | |
if(typeof input === 'function') { |
I hereby claim:
To claim this, I am signing this object: