This file contains 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
<html> | |
<iframe src="version.dll"></iframe> | |
</html> |
This file contains 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
int getRandomNumber(){ | |
return 4; | |
// https://xkcd.com/221/ | |
} |
File | Duration | Encryption Method |
---|---|---|
770 Mb Zip | 0.3s | xSalsa20 |
13 Kb PNG | 0.120s | xSalsa20 |
This file contains 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
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;} |
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:
This file contains 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/python | |
from Crypto.Cipher import AES | |
import binascii | |
import string | |
import itertools | |
# given | |
bKEY = "5d6I9pfR7C1JQt" |
NewerOlder