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
import smtplib, argparse, json, sys | |
from email.mime.multipart import * | |
from email.mime.text import * | |
""" | |
Send emails to a lot of receipients with ease. | |
""" | |
# |
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
import shutil, math, sys | |
""" | |
Share love on your computer. | |
Usage: | |
:: | |
python3 hearth.py {line} |
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/python3 | |
# | |
# Copyright(c) 2017 Daniel Knüttel | |
# | |
# This program is free software. | |
# Anyways if you think this program is worth it | |
# and we meet shout a drink for me. |
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/python3 | |
# | |
# Copyright(c) 2017 Daniel Knüttel | |
# | |
# This script is free software. | |
# Anyways if you think this script is worth it | |
# and we meet shout a drink for me. |
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/python2 | |
import os, sys, time | |
from optparse import OptionParser | |
# get some IPs | |
end=20 | |
start=2 | |
# these are most common last numbers |
NewerOlder