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
PK #xhO§��� � garlic_salt.pyUT ���]���]ux � �W�n�6}�W�*PK][J���E��6�l����i �c�H��|�l��Ë�v�mQ=Ĵ57��93�EɅB\��=�,'��K%Wժ<!R�F����ί���[4�pMT�M�`���[^\]�7^��2 | |
e�S����W��e|s���"�/��1eR�<s���+�c+Ϳ�\}^,��S#�2�T�7���j���Zlj'�\�X0�������ʈxM�r��ny����.����;�����O�c4J�#J2�<��1�+?x?B��G�?�($ �0Cg��~Q�`��%u~X��8��Q�T�ڢ�� �.�1��ѯ�.!�j�K�q�H������� X�����s*��ʃl����)U��Q$�6\S�U�J�p�SaH�d�=1�QNY�+ݘ$X*���{ob����`�0��9&h�ߍ�%�ۛAy �Z*�\'�VB?y�T�I�C��̫�z���~�2�T6ATƮ3f�Z@m|Z�X0�С�! ��}ISI�� �q���T��@�u�~�2���"/���?=Cm4��Hq��A | |
u�m!|@C | |
)�u�&��@mXbݧ)����l=ԁr�{����� | |
z~AHڛ���Ξ�Xl�Z�l��:A�cUw�XL��Zzo�f��(�*�L�!J�&b4�/~:o�vb� �*啚u�.n���#4��ׂ�o�5B�9Gc_w�7Ӗ��=�~���u6�5�~��Ӈ�ǞuK٬t����`8?��YP++�gl�� '�r6��$�ƍ��j.�a�w�X�t�I�Ƃ$>��j�aѽ�/*V:�Ze�@ò4�0$<�,]�; ���6t�<MW�����!�:��jS�����.�X��cS�K# � �P� | |
���[|������+ޏ�%y�O�������u�[��a�X�h'�iF;B-������q ~��c|��X��Φ!�(��^��p���:�A�;�ݝEV����p��=B������l�$h�-h��V�٤����YzК�����b���f�� |
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 BaseHTTPServer import BaseHTTPRequestHandler,HTTPServer | |
PORT_NUMBER = 31337 | |
class myHandler(BaseHTTPRequestHandler): | |
#Handler for the GET requests | |
def do_GET(self): | |
self.send_response(200) |
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
#!/bin/bash | |
TMP_DIR="/tmp" | |
URL_LINKS=$"http://www.blocklist.de/lists/ssh.txt | |
http://www.blocklist.de/lists/apache.txt | |
http://www.blocklist.de/lists/asterisk.txt | |
http://www.blocklist.de/lists/bots.txt | |
http://www.blocklist.de/lists/courierimap.txt | |
http://www.blocklist.de/lists/courierpop3.txt | |
http://www.blocklist.de/lists/email.txt |
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
#!/bin/bash | |
# all known shodan IP addresses | |
SCANNERIPADDRESSES=$"185.181.102.18 | |
94.102.49.193 | |
94.102.49.190 | |
89.248.167.131 | |
93.174.95.106 | |
185.163.109.66 | |
89.248.172.16 |
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/env python | |
import shlex | |
import subprocess | |
def info(string): | |
print("[\033[32m+\033[0m] {}".format(string)) | |
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
import os | |
import time | |
import string | |
import random | |
import argparse | |
import platform | |
__version__ = "0.3" | |
__author__ = "Ekultek" | |
__progname__ = "soapy" |
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
#!/bin/bash | |
#____ ____ __ | |
#\ \ / /____ _____/ |_ ___________ | |
# \ Y // __ \_/ ___\ __\/ _ \_ __ \ | |
# \ /\ ___/\ \___| | ( <_> ) | \/ | |
# \___/ \___ >\___ >__| \____/|__| | |
# \/ \/ | |
#--Author : Vector/NullArray | |
#----Twitter: @Real__Vector | |
#--------Licensed under GNU GPL 3 |
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
"""SocksiPy - Python SOCKS module. | |
Version 1.00 | |
Copyright 2006 Dan-Haim. All rights reserved. | |
Redistribution and use in source and binary forms, with or without modification, | |
are permitted provided that the following conditions are met: | |
1. Redistributions of source code must retain the above copyright notice, this | |
list of conditions and the following disclaimer. | |
2. Redistributions in binary form must reproduce the above copyright notice, |
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
50k randoms: | |
T4LsD32V | |
QQGBiOnM | |
B4ZmCL2T | |
ehTn9oJ4 | |
YlguFQen | |
mOmpbumH | |
eftyA0rz | |
OfnfPDws |
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
# battle.py | |
from settings import formatter, BACKPACK, SURVIVAL_TOOLS, \ | |
return_to_camp, die | |
from choices import try_to_start_fire, build_shelter | |
from random import randint, random | |
def battle(animal, weapon, health): | |
print formatter() | |
print "To try to kill the {};" \ |
NewerOlder