thewhiteh4t / seeker

Accurately Locate Smartphones using Social Engineering
MIT License
6.85k stars 1.65k forks source link

Send Result to Telegram bot #454

Closed Sstgelow closed 1 year ago

Sstgelow commented 1 year ago

Hello Guys,

Its not error or bug. I want to send seeker result for every event to the Telegram bot. Kindly anyone can help for this.

Thanks

thewhiteh4t commented 1 year ago

@Sstgelow I think this is doable with a webhook or api, webhook should be easier, I will ping you after testing

thewhiteh4t commented 1 year ago

in the meantime you can write a simple program to redirect output (stdout) of seeker to the bot, you can also read result.txt file and forward that to the bot, that should be easier

Sstgelow commented 1 year ago

@thewhiteh4t so, put the API token in the path handle POST? Which file should i modify to insert the simple program?

thewhiteh4t commented 1 year ago

@Sstgelow dont modify seeker files, write a separate script which will redirect the output

Resousse commented 1 year ago

Can be achieved pretty easily, @thewhiteh4t , let me know if I can help on this Edit : I will implement it and will propose a PR