DC7495 / telegram-weirdness-search

Script 4 telegram search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram weird results search

Run global search in Telegram to find some weird results!

Random dork -> 3 results -> checking for strange overlaps of words.

Screen

Setup

  1. Install dependencies:
pip3 install -r requirements.txt
  1. Get api_id and api_hash following the official guide
  2. Edit default values in run_search.py:
api_id = 0
api_hash = 'hash'
  1. Run with session argument and login following the instructions:
./run_search.py my.session --check

Modes

--random -- search by N random dorks (define N througth --count), default wait time -- 5 sec

--dork 'a b c' -- search by dork 'a b c'

--check -- search and assert by hardcoded special dorks

About

Script 4 telegram search


Languages

Language:Python 100.0%