I hereby claim:
- I am CD0x23 on github.
- I am cagindonmez (https://keybase.io/cagindonmez) on keybase.
- I have a public key whose fingerprint is 7B54 A7C8 8912 8004 21A0 7CC8 CDD1 30E7 E0F2 A3CC
To claim this, I am signing this object:
#!/usr/bin/python | |
from Crypto.Cipher import AES | |
import binascii | |
import string | |
import itertools | |
# given | |
bKEY = "5d6I9pfR7C1JQt" |
I hereby claim:
To claim this, I am signing this object:
function fail2unban() { for j in $(fail2ban-client status | grep "list:" | tr "\t" "\n" | sed -n 2p | tr -d "[:space:]" | tr "," "\n"); do fail2ban-client set $j unbanip $1; done;} |
File | Duration | Encryption Method |
---|---|---|
770 Mb Zip | 0.3s | xSalsa20 |
13 Kb PNG | 0.120s | xSalsa20 |
int getRandomNumber(){ | |
return 4; | |
// https://xkcd.com/221/ | |
} |
<html> | |
<iframe src="version.dll"></iframe> | |
</html> |
import math | |
tickrate = 100 | |
firerate = 0.1 # ak47 firerate (seconds) | |
seconds = 2 # nr of seconds to run spraying simulation | |
def inacc(): | |
with open('CSinaccuracypre2.csv', 'w') as file: | |