Skip to content

Instantly share code, notes, and snippets.

@ceres-c
ceres-c / twitter-register.py
Created November 1, 2020 19:26
Attempt at registering Twitter accounts with Python Requests. NOT working.
#! /bin/python
import json
import random
import re
import string
import time
import urllib.parse
from threading import Thread
from time import sleep, time_ns
@yongkiagustinus
yongkiagustinus / whm-bulk-emails.sh
Created April 9, 2017 15:49
Bash script to setup email for all cPanel accounts in WHM
#! /bin/sh
# Get all domains as array
# You can change /etc/trueuserdomains to /etc/userdomains if you want to include the sub domain
domains=(`cat /etc/trueuserdomains | cut -d: -f1`)
echo "Found ${#domains[@]} domains"
echo -e "\n"