https://github.com/scipag/rbpi_remote
https://github.com/scipag/rbpi_remote
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scipag/rbpi_remote
- Owner: scipag
- License: gpl-3.0
- Created: 2019-08-22T08:42:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T10:39:35.000Z (over 5 years ago)
- Last Synced: 2025-04-01T14:22:23.135Z (10 months ago)
- Language: Shell
- Size: 108 KB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.TXT
Awesome Lists containing this project
README
# rbpi_remote
### Files in this repo
- phone_home.sh: script to run at boot which, among other features, establishes a tcp connection to a C&C server which the pentester can use to establish an SSH connection with the device.
- prep.sh: prep script to install required packages from the repos as well as write config files.
- config.sh: contains all the configuration and is imported at runtime by both `prep.sh` and `phone_home.sh`.
Check out our associated blogpost at https://www.scip.ch/en/?labs.20190905.4574bd48 and the config file `config.sh` which contains documentation for each option.
---
Copyright (C) 2019 scip AG
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .