Skip to content

DC7495/telegram-weirdness-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages