All Projects → joedmck → rpi-remote-pc-start

joedmck / rpi-remote-pc-start

Licence: Apache-2.0 license
Start your PC from a web page with a Raspberry Pi and a Relay/Transistor

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to rpi-remote-pc-start

SWRATT
🤖 ☠️ 💬 A simple Telegram Bot that controls the victim's computer.
Stars: ✭ 38 (+31.03%)
Mutual labels:  remote-access
XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (+337.93%)
Mutual labels:  remote-access
ride
Remote IDE for Dyalog APL
Stars: ✭ 144 (+396.55%)
Mutual labels:  remote-access
ConTroll Remote Access Trojan
Created a VERY SIMPLE remote access Trojan that will establish administrative control over any windows machine it compromises.
Stars: ✭ 69 (+137.93%)
Mutual labels:  remote-access
CatVision-io-SDK-Android
Use CatVision.io SDK to add screen sharing of your Android application.
Stars: ✭ 16 (-44.83%)
Mutual labels:  remote-access
trolo
trolo - an easy to use script for generating Payloads that bypasses antivirus
Stars: ✭ 45 (+55.17%)
Mutual labels:  remote-access
Jonin
A fully customizable CLI application to coummunicate with and send commands to Ninja running behind any NAT, firewall and proxy! Providing secure shell access, file transfer and shell stream (stream shell output from remote to a local file). Jonin has no prerequisites, you can just download the release and use it right away!
Stars: ✭ 21 (-27.59%)
Mutual labels:  remote-access
sshizzle
Serverless, Zero-Trust SSH for Microsoft Azure
Stars: ✭ 62 (+113.79%)
Mutual labels:  remote-access
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device.
Stars: ✭ 1,934 (+6568.97%)
Mutual labels:  remote-access
rustdesk-server
RustDesk Server Program
Stars: ✭ 3,314 (+11327.59%)
Mutual labels:  remote-access
Pupy
Pupy is an opensource, cross-platform (Windows, Linux, OSX, Android) remote administration and post-exploitation tool mainly written in python
Stars: ✭ 6,737 (+23131.03%)
Mutual labels:  remote-access
Yubikey Guide
Guide to using YubiKey for GPG and SSH
Stars: ✭ 6,709 (+23034.48%)
Mutual labels:  remote-access
Mremoteng
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
Stars: ✭ 5,935 (+20365.52%)
Mutual labels:  remote-access
Thefatrat
Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw…
Stars: ✭ 5,944 (+20396.55%)
Mutual labels:  remote-access
rtc-ssh
WebRTC wrapper for SSH connect
Stars: ✭ 95 (+227.59%)
Mutual labels:  remote-access
docker-nvidia-glx-desktop
MATE Desktop container designed for Kubernetes supporting OpenGL GLX and Vulkan for NVIDIA GPUs with WebRTC and HTML5, providing an open source remote cloud graphics or game streaming platform. Spawns its own fully isolated X Server instead of using the host X server, therefore not requiring /tmp/.X11-unix host sockets or host configuration.
Stars: ✭ 47 (+62.07%)
Mutual labels:  remote-access
pace
Remote Access Tool for Windows.
Stars: ✭ 68 (+134.48%)
Mutual labels:  remote-access

Remote PC Boot System

This system allows you to, with a Raspberry Pi and a relay module, short out the power button pins on your motherboard remotely, hence turning it on.

You control the relay using a button on a password protected web page that runs on your Raspberry Pi, which then runs a script on the pi which closes the relay for 0.5 seconds, and turning your computer on.

Installation

Copy assets/ and index.html to your web server directory. Copy pcon to /usr/local/bin and chmod +x it. Protect the website with http basic authentication and set up SSL, as otherwise your credentials will be sent in plain text and be easily intercepted.

TODO

  • Installation script.
  • Security instructions.
  • Migrate to NodeJS to eliminate use of PHP.
  • Inbuilt authentication (instead of http basic).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].