Telegram OSINT

#TeleRECON (requires Telegram API key, ideally from burner account)

git clone https://github.com/sockysec/Telerecon.git
pip install -r requirements.txt
python3 -m spacy download en_core_web_sm 
python3 launcher.py

#Sample workflow

Run launcher.py

Select '1' and input a target username (i.e. @Johnsmith), return to the launcher
Select '2', input target username (i.e. @Johnsmith), input target channel list (i.e. targetchats.txt)
When asked whether you would like to scrape posts, select 'y'. Alternatively, select '4'. Input target username (i.e. @Johnsmith) and channel list (i.e. targetchats.txt). Choose whether or not to include media (media will take significantly longer). After running, return to the launcher.
Select '9', input target username (i.e. @Johnsmith). After running, return to the launcher.
Select '10', input target username (i.e. @Johnsmith). After running, to the launcher.
(Skip if you didn't download media) Select '11', input target username (i.e. @Johnsmith). After running, to the launcher.
Select '12', input target username (i.e. @Johnsmith) and define a timezone. After running, return to the launcher.
Select '13', input target username (i.e. @Johnsmith). After running, return to the launcher.
Select '15', input target username (i.e. @Johnsmith).
Select '16', input target username (i.e. @Johnsmith).


Last updated