Skip to content

Neorichi/pastebinWhisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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
[email protected]
[email protected]
-------
https://pastebin.com/xxxxxxx
[email protected]:xxxxxx
-------
https://pastebin.com/xxxxxxx
[email protected]:xxxxxx
-------
https://pastebin.com/xxxxxxx
[email protected]
[email protected]"}],"paginas":2,"rutaVdm":"1,10,81","indexar":true,"documentoId":"CRI-0000695","mostrar":true,"uniqu
-------
https://pastebin.com/xxxxxxx
[email protected]
-------
https://pastebin.com/xxxxxxx
[email protected]
[email protected]/25I020T3rw/64545

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages