Giter Site home page Giter Site logo

permikomnaskaltara / pastebin-scraper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from streaak/pastebin-scraper

1.0 0.0 0.0 34 KB

Pastebin-scraper tool leverages the API of https://psbdmp.ws/ to find emails/domains dumped in pastebin.

Shell 100.00%

pastebin-scraper's Introduction

pastebin-scraper

A tool that leverages the API of https://psbdmp.ws/ to find emails and domains dumped in pastebin which could lead to finding some juicy information.

Usage

$ ./scrape.sh 
Usage:
Search for domains - ./script.sh -d domain.com
Search for emails  - ./script.sh -e [email protected]
General search	   - ./script.sh -g foobar

Example

$ ./scrape.sh -d facebook.com
Searching pastebin...
Task completed. Output present in ./output/domain/facebook.com/

Installation

$ git clone https://github.com/streaak/pastebin-scraper.git
$ cd pastebin-scraper
$ sudo chmod +x ./scrape.sh
$ sudo apt-get install jq
$ mkdir -p output/domain/ output/email/ output/general/

Output

Outputs will either be stored in ./output/domain, ./output/email or ./output/general depending depending on what you search for. The output will contain 2 files, output.json and urls.txt. output.json will contain the original json returned by the API in a beautified format and urls.txt will contain the URLs returned by the API in text format.

TODO

  • Add more features

Acknowledgments

pastebin-scraper's People

Contributors

aancw avatar captainfreak avatar edoverflow avatar streaak avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.