Hello, as it is stated on thread name I am looking for possible options to achieve performing action on PC by sending some type of signal from my phone (preferably SMS or message on facebook messanger/whatsapp/telegram), what I am looking is for wiping out HDD and rewriting it with 0's
If anyone knows way for doing this I'd like you to reply on this thread/P.M. me
(04 January, 2022 - 01:31 AM)RexPapi Wrote: Show More
If you want, You could make use your pc as an rdp, There's an app called RD Client and you can control your pc on there
Well, that's one of the possible solutions but not the ideal one... I just want trigger signal and when that happens I want my code to execute...
I mean, I coded everything else, I just don't know too much about triggering signals and how can I make one with my phone...
I am thinking about setting up server that will listen to triggers, but, the problem is I don't know how to trigger it via SMS
I guess I will do some research and hopefully will be able to use it...
Well, this may not be what you're looking for. However, you can theoretically do this with an Arduino, or any microcontroller for that matter. There is already multiple public projects linking phone applications, web apps, to physical hardware triggers. This could also be applied in the context of wiping a disk.
(11 January, 2022 - 12:39 AM)ImCabbage Wrote: Show More
Well, this may not be what you're looking for. However, you can theoretically do this with an Arduino, or any microcontroller for that matter. There is already multiple public projects linking phone applications, web apps, to physical hardware triggers. This could also be applied in the context of wiping a disk.
(04 January, 2022 - 11:03 AM)Pshyotic Wrote: Show More
(04 January, 2022 - 01:31 AM)RexPapi Wrote: Show More
If you want, You could make use your pc as an rdp, There's an app called RD Client and you can control your pc on there
Well, that's one of the possible solutions but not the ideal one... I just want trigger signal and when that happens I want my code to execute...
I mean, I coded everything else, I just don't know too much about triggering signals and how can I make one with my phone...
I am thinking about setting up server that will listen to triggers, but, the problem is I don't know how to trigger it via SMS
I guess I will do some research and hopefully will be able to use it...
use a service like textnow or something else that has an api and program the number of the sending phone into ur code. in theory this would make it so that any time the receiving VOIP gets a text from ur phone it executes ur code.
(07 December, 2022 - 01:29 AM)untraceable Wrote: Show More
(04 January, 2022 - 11:03 AM)Pshyotic Wrote: Show More
(04 January, 2022 - 01:31 AM)RexPapi Wrote: Show More
If you want, You could make use your pc as an rdp, There's an app called RD Client and you can control your pc on there
Well, that's one of the possible solutions but not the ideal one... I just want trigger signal and when that happens I want my code to execute...
I mean, I coded everything else, I just don't know too much about triggering signals and how can I make one with my phone...
I am thinking about setting up server that will listen to triggers, but, the problem is I don't know how to trigger it via SMS
I guess I will do some research and hopefully will be able to use it...
use a service like textnow or something else that has an api and program the number of the sending phone into ur code. in theory this would make it so that any time the receiving VOIP gets a text from ur phone it executes ur code.