Pured

Members
  • Content Count

    70
  • Last visited

Everything posted by Pured

  1. hm nice wanna check this out
  2. wow this looks hella good thanks Edit: it is auth which i dont have but nice work anyway
  3. lol x-slayer when stop using confuserex :kappa: LEAVE A LIKE NIGGAS DL [hide] https://anonfile.com/e2ncF8k9nd/xslayer_ur_obf_is_trash_zip [/hide]
  4. Today I will be showing you guys how to code a proxy scraper in Python. What it will do is scrape proxies from multiple proxy sites and make them in to one list. Enjoy these python tutorials, I will be making more. Leave a like :hype: [hide] First, we need to import the modules. import requests from bs4 import BeautifulSoup import os proxies = [] We need requests so we can send a request out to scrape the proxies, we need bs4 so we can actually scrape the proxies from the site and we need os so we can write the proxies to a .txt files after scraping. We also need to set the proxies. Second, we need to set up the request and scraping to the page. page = requests.get('https://free-proxy-list.net/') soup = BeautifulSoup(page.text, 'html.parser') table = soup.find('table', attrs={'id':'proxylisttable'}) body = table.find('tbody') We need to set the page to a site with proxy lists, and send a request to it. Next we have to set up beautifulsoup. We have to set it up correctlly so that it scrapes the proxies off the site and not any other html on the given page. Third, we now actually scrape the proxies. for row in body.find_all('tr'): cols = row.find_all('td')[:7] proxies.append({ 'ip': cols[0].text, 'port': cols[1].text, 'iso': cols[2].text, 'country': cols[3].text, 'protocol': 'https' if cols[6].text == 'yes' else 'http', 'alive': True}) From the certain html, we need to scrape the table of proxies. We will only be scraping alive http proxies by specifying it. Fourth, we have to save the proxies with open("proxies.txt","w+") as file: [file.write(f"{p['ip']}:{p['port']}\n") for p in proxies] os.startfile('proxies.txt') GG, we done. Now we will save the IP and the port only from the table we scraped. We could make it save the country, iso, etc but all we really need is the ip:port. After it saves it will open up the saved proxies. [/hide]
  5. hey guys, this is a multi tool that the owner sent me the source of. he told me not to share it but he has disappeared from discord, so I decided to share it. Idk if it still works but it was connected to 3 botnets and his server where the accounts were stored to be generated. Like for more source codes [hide] https://anonfile.com.../Chaos_Tool_zip [/hide]
  6. i think it works idek vt not needed as there is no exes [hide] https://anonfile.com...nf/rdpgayer_zip [/hide] Leave a like for more source codes
  7. hi guys my name is pured, and I am a coder and a reverser. I will be sharing lots of HQ stuff for u guys. i hope i can enjoy this site :hype:
  8. llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
  9. ty ily ily tyt gg :kek: gg :kek: gg :kek: