Skip to content

Instantly share code, notes, and snippets.

@Ara4Sh
Ara4Sh / cloudflare-failover.sh
Created October 12, 2016 13:49
CloudFlare A records failover script using CloudFlare api v4 (https://api.cloudflare.com) required jq and curl to run.
#!/bin/bash
# Copyright (C) 2016 Arash Shams <https://github.com/Ara4Sh>.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@kjseefried
kjseefried / udpflood.py
Created July 13, 2014 17:13
Advanced Multithreaded UDP Flooder coded by Fl0urite - don't recall where I found it
#!/usr/bin/python
# Advanced Multithreaded UDP Flooder coded by Fl0urite
# leak.sx
# Hope u leik!
import os
import sys
import time
import socket
import random
from threading import Thread