Added rentry Support

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-06-03 14:24:29 +05:30
parent 99e55b4630
commit 632e6f10b7
3 changed files with 231 additions and 0 deletions

35
rentry.py Normal file
View File

@ -0,0 +1,35 @@
import string
import threading
import random
import requests
import platform
from colorama import Fore, init
if platform.system() != 'Linux':
init(convert=True)
def save_url(content):
with open('./rentry/hits.txt', 'a+') as f:
f.write(content + '\n')
def check_urls():
while True:
code = ''.join(random.choice(string.ascii_lowercase + string.digits) for i in range(5))
r = requests.get(f'https://rentry.co/{code}')
if r.status_code == 404:
print(f'[{Fore.RED}404{Fore.RESET}] => {r.url}')
else:
save_url(r.url)
print(f'[{Fore.GREEN}{r.status_code}{Fore.RESET}] => {r.url}')
def main(threads):
if threading.active_count() <= threads:
t = threading.Thread(target=check_urls)
t.start()
thread = int(input("How many threads: "))
main(thread)

18
rentry/checker.py Normal file
View File

@ -0,0 +1,18 @@
'''
This will most likely blow your pc up, so use your brain, read the code and think of what can happen.
'''
import requests
file_name = input("File name of the ghostbin.co valid brutes: ")
f = open(file_name).read().split('\n')
def save_content(file, content):
with open(file, 'a+', encoding='utf-8') as f:
f.write(content)
for link in f:
r = requests.get(link + '/raw')
save_content(link.split('/')[4], r.text)
f.close()
print("Finished.")

178
rentry/hits.txt Normal file
View File

@ -0,0 +1,178 @@
https://rentry.co/26iu9
https://rentry.co/xvqd7
https://rentry.co/nf34i
https://rentry.co/fso38
https://rentry.co/tc8fr
https://rentry.co/gr8te
https://rentry.co/4zcb9
https://rentry.co/m5cx4
https://rentry.co/ofuab
https://rentry.co/ns2r9
https://rentry.co/rct2c
https://rentry.co/gzskc
https://rentry.co/okgvb
https://rentry.co/uo3dn
https://rentry.co/eyg83
https://rentry.co/5dc48
https://rentry.co/ngqq3
https://rentry.co/9bw28
https://rentry.co/9x7dt
https://rentry.co/hpsvf
https://rentry.co/m574q
https://rentry.co/zko6q
https://rentry.co/h24v8
https://rentry.co/weai3
https://rentry.co/k6s72
https://rentry.co/qg66z
https://rentry.co/3u2m5
https://rentry.co/3so4y
https://rentry.co/9kkua
https://rentry.co/zpuvx
https://rentry.co/2ow9s
https://rentry.co/gg8ab
https://rentry.co/3grxi
https://rentry.co/dwgpg
https://rentry.co/xtowk
https://rentry.co/vt3ru
https://rentry.co/xhsni
https://rentry.co/isp4z
https://rentry.co/apcwe
https://rentry.co/rx245
https://rentry.co/cmh6u
https://rentry.co/pg5pm
https://rentry.co/dz8cx
https://rentry.co/vwutc
https://rentry.co/4e4wb
https://rentry.co/sq3ha
https://rentry.co/p63tc
https://rentry.co/veun3
https://rentry.co/gfryk
https://rentry.co/oe6cb
https://rentry.co/oo6ce
https://rentry.co/nktmd
https://rentry.co/2zwoz
https://rentry.co/cchsy
https://rentry.co/5ea97
https://rentry.co/k663m
https://rentry.co/83m6z
https://rentry.co/7wdkd
https://rentry.co/bwinb
https://rentry.co/fui52
https://rentry.co/k9wm2
https://rentry.co/gma5p
https://rentry.co/xxoo8
https://rentry.co/i3mqb
https://rentry.co/wfg9g
https://rentry.co/v6tnw
https://rentry.co/4ft4v
https://rentry.co/ho424
https://rentry.co/7eoe4
https://rentry.co/ewvxe
https://rentry.co/a8fys
https://rentry.co/r8do6
https://rentry.co/egz6s
https://rentry.co/gv2s2
https://rentry.co/beufm
https://rentry.co/eobqc
https://rentry.co/y4f2h
https://rentry.co/srdz7
https://rentry.co/vepo8
https://rentry.co/debpm
https://rentry.co/nu5md
https://rentry.co/qo2ke
https://rentry.co/ne8en
https://rentry.co/q5cea
https://rentry.co/cb26b
https://rentry.co/by4xg
https://rentry.co/rd4oo
https://rentry.co/i9cva
https://rentry.co/wmxuk
https://rentry.co/7s898
https://rentry.co/yzpgd
https://rentry.co/io5hz
https://rentry.co/hsbe4
https://rentry.co/npder
https://rentry.co/9stgc
https://rentry.co/ai5za
https://rentry.co/8m377
https://rentry.co/ag9ym
https://rentry.co/97uay
https://rentry.co/73vzs
https://rentry.co/w8bhq
https://rentry.co/wu2sk
https://rentry.co/269qq
https://rentry.co/43xqb
https://rentry.co/e9v8r
https://rentry.co/onwkm
https://rentry.co/4vnpc
https://rentry.co/3ccyn
https://rentry.co/yr8eu
https://rentry.co/qvxug
https://rentry.co/in3b6
https://rentry.co/76prw
https://rentry.co/pkr4n
https://rentry.co/twa6d
https://rentry.co/cvff3
https://rentry.co/iid25
https://rentry.co/izi79
https://rentry.co/5ptud
https://rentry.co/63893
https://rentry.co/pxxft
https://rentry.co/f4ghh
https://rentry.co/2pwu3
https://rentry.co/f8ryf
https://rentry.co/yrmd3
https://rentry.co/zexsa
https://rentry.co/7bimc
https://rentry.co/ejud6
https://rentry.co/rbrev
https://rentry.co/shdqn
https://rentry.co/ssuvs
https://rentry.co/m8ggw
https://rentry.co/oakx4
https://rentry.co/22au2
https://rentry.co/63h46
https://rentry.co/wv2f6
https://rentry.co/av8zu
https://rentry.co/u6phf
https://rentry.co/a7ggb
https://rentry.co/v9e7x
https://rentry.co/i8y2z
https://rentry.co/bergo
https://rentry.co/m26xd
https://rentry.co/dgw2h
https://rentry.co/dwgtg
https://rentry.co/eyq9t
https://rentry.co/63zti
https://rentry.co/er4um
https://rentry.co/zpwwo
https://rentry.co/c27of
https://rentry.co/osm24
https://rentry.co/vbuei
https://rentry.co/9schn
https://rentry.co/7pgdy
https://rentry.co/nfzzn
https://rentry.co/dkzvt
https://rentry.co/vf4gf
https://rentry.co/nq7by
https://rentry.co/tpedk
https://rentry.co/ea7on
https://rentry.co/tboav
https://rentry.co/sx7fx
https://rentry.co/tawps
https://rentry.co/bqtbd
https://rentry.co/qe5tt
https://rentry.co/6rugm
https://rentry.co/fssoy
https://rentry.co/96yzy
https://rentry.co/ek636
https://rentry.co/doukk
https://rentry.co/m9kes
https://rentry.co/zpnmr
https://rentry.co/8ubdf
https://rentry.co/7ofsp
https://rentry.co/rcer7
https://rentry.co/7vxqg
https://rentry.co/fy2fi
https://rentry.co/rydvz