Ticker

6/recent/ticker-posts

Header Ads Widget

How To Scrape Pastebin Without Api Key? | Pasta Tool


What is Paste Tool?

Pasta is a python 3 tool which performs PasteBin scraping without the use of PasteBin's scraping API. This makes Pasta free and doesn't require an acccount making it suitable for everyone.

It is not as powerful as the PastaBin scraping API but should suffice with providing enough information to look for usernames, passwords, emails, IP addresses and maybe more. ~From Github

Introduction

Featuring a sleek command-line interface, Pasta comes with various options to cater to different needs. Its capabilities span from simple search functionalities to more advanced scraping and sensitive information detection. Let's explore some of its key attributes:

What is it's Features (From GitHub?

  • Ability to generate random 8 characters long strings similar to those identifying real PasteBin entries
  • Ability to use the randomly generated strings and bruteforce PasteBin for possible hidden valid pastebins
  • Ability to view the contents of PasteBin entry
  • Ability to scrape the most recent archive of PasteBin
  • Ability to look for sensitive information in downloaded pastebins [emails, usernames, IP addresses]
  • Ability to retrieve all pastebins of user's account from all available pages
  • Ability to select which file to search for sensitive information
  • Ability to select how many threads you want to use [-s, -d, -u]

Key Features


1. Search Functionality

The tool allows users to search PasteBin using specific strings, making information retrieval highly targeted and efficient.

2. Archive Retrieval

With the ability to obtain the most recent PasteBin archive, users can access the latest content available on the platform.

3. Scrape and Save

Pasta empowers users to scrape the most recent archive and save each PasteBin entry, facilitating offline analysis or storage.

4. Sensitive Information Detection

Enabling a search for sensitive information within downloaded PasteBins adds a layer of security and privacy awareness.

5. User-specific Retrieval

Users can retrieve PasteBin posts of a particular user by specifying the username and the page number, offering a personalized search experience.

Installation:

Installing the tool is as simple as running the following commands in the terminal:

git clone https://github.com/Kr0ff/Pasta
cd pasta
chmod +x pasta.py
./pasta -h

 

How to Use:

The tool's ease of use is facilitated by its clear and concise command-line arguments, making it accessible for both beginners and seasoned developers. Some key arguments include:

  • -s, --search: Search PasteBin with a set of strings.
  • -g, --get_archive: Retrieve the most recent PasteBin archive.
  • -d, --scrape: Scrape the most recent archive and save each PasteBin.
  • -e, --sensitive: Search for sensitive info from downloaded PasteBins.
  • -u USERBIN, --userbin USERBIN: Retrieve the PasteBin posts of a user.

Conclusion

Pasta emerges as a versatile tool for those delving into content retrieval, analysis, or security checks on PasteBin. Its multifaceted functionalities and user-friendly interface make it a valuable asset for various purposes within the tech and cybersecurity realms.

For those exploring PasteBin and seeking a robust tool to streamline their interaction with the platform, Pasta might just be the answer they're looking for.

Post a Comment

0 Comments