Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pastebinWhisper

Get the newest emails and possible passwords from pastebin (Python3 based)

Instalation

Install python3 and pip3

 sudo apt install python3 
 sudo apt install python3-pip

Install the dependencies via pip:

 pip3 install -r requirements.txt 

Telegram Implemetantion

To used of the telegram bot you need to get the chat id

https://github.com/Neorichi/telegramWhisper

Important

PasteBin PRO API required (Scraping API is only available for LIFETIME PRO members, and only for those who have their IP whitelisted.) https://pastebin.com/doc_scraping_api

Change DB Config (mysql)

host="xxxx.xxxx.us-east-1.rds.amazonaws.com"
port=3306
dbname="xxxxx"
user="xxxxx"
password="xxxxxx"

Add "Example schema table" in your database

CREATE TABLE `pastebin` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email` varchar(250),
  `line` varchar(250),
  `url` varchar(250),
  `ref` varchar(45),
  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

Add Telegram API and Group ID (Optional)

telegram_on = True
TOKEN = 'xxxxx:xxxx-xxx'
mi_canal = xxxxxx

Usage

usage: python3 pastebinWhisper.py  

Example

python3 pastebinWhisper.py


 ____           _       ____  _    __        ___     _                     
|  _ \ __ _ ___| |_ ___| __ )(_)_ _\ \      / / |__ (_)___ _ __   ___ _ __
| |_) / _` / __| __/ _ \  _ \| | '_ \ \ /\ / /| '_ \| / __| '_ \ / _ \ '__|
|  __/ (_| \__ \ ||  __/ |_) | | | | \ V  V / | | | | \__ \ |_) |  __/ |   
|_|   \__,_|___/\__\___|____/|_|_| |_|\_/\_/  |_| |_|_|___/ .__/ \___|_|   
                                                          |_|              

-------
https://pastebin.com/xxxxxxx
XXXXXX@localhost.loca
XXXXXXX@localhost.localdomain
-------
https://pastebin.com/xxxxxxx
XXXXXXXX@xxxxx.com:xxxxxx
-------
https://pastebin.com/xxxxxxx
XXXXXXXX@xxxxx.com:xxxxxx
-------
https://pastebin.com/xxxxxxx
XXXXXXX@gmail.com
XXXXXXX@gmail.com"}],"paginas":2,"rutaVdm":"1,10,81","indexar":true,"documentoId":"CRI-0000695","mostrar":true,"uniqu
-------
https://pastebin.com/xxxxxxx
XXXXXXXX@tree-xxxx-xxxxx.com
-------
https://pastebin.com/xxxxxxx
XXXXXXXX@gmail.com
XXXXXXXX@gmail.com/25I020T3rw/64545

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages