• Report Links
    We do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
  • Home
  • -
  • New Pastes

Tutorial - Find anonfiles using dorks | python

  • Thread starter XMAN
  • Start date Sep 7, 2021
X

XMAN

Well-known member
Joined
Jul 12, 2021
Messages
33,395
Reaction score
249
Points
63
  • Sep 7, 2021
  • #1

Hello world.

I hope u like this easy trick


1 ] https://cdn-10.anonfile.com filetype:txt

2 ] https://anonfile.com filetype:txt

3 ] play with ur keyboard

you can write a script to scrap from cdn-00 to cdn 30
something like that
_______________________________________________________________


import urllib
from bs4 import BeautifulSoup
import requests

arrlist = ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29']

for i in arrlist:
url = "https://google.com/search?q=filteype:txt site:https://cdn-" + str(i) + ".anonfile.com&num=1000"
response = requests.get(url)
soup = BeautifulSoup(response.text, "lxml")
for g in soup.find_all("a"):
try:
response = requests.get(g.get('href')[7:])
soup = BeautifulSoup(response.text, "lxml")
link = soup.find("a", {"id": "download-url"}).get('href')
name = link.split("/")[-1]
file_name, headers = urllib.request.urlretrieve(link, "data/"+name)
except:
pass
Click to expand...
 
 
Upvote 0 Downvote
You must log in or register to reply here.
Share:
Facebook Twitter Reddit Pinterest Tumblr WhatsApp Email
  • Home
  • -
  • New Pastes
  • Terms and rules
  • Privacy policy
  • Help
  • Home
AMP generated by AMPXF.com
Menu
Log in

Register

  • Home
    • Go Premium
  • Go Premium / Advertise
  • New Ad Listings
  • What's new
    • New posts
    • New Ad Listings
    • Latest activity
  • Members
    • Registered members
    • Current visitors
X

Privacy & Transparency

We use cookies and similar technologies for the following purposes:

  • Personalized ads and content
  • Content measurement and audience insights

Do you accept cookies and these technologies?

X

Privacy & Transparency

We use cookies and similar technologies for the following purposes:

  • Personalized ads and content
  • Content measurement and audience insights

Do you accept cookies and these technologies?