https://github.com/deonvz/remoteshell
Expanding on a remote shell solution for red teams, in order to gain access to remote systems in penetration testing.
https://github.com/deonvz/remoteshell
cyber-security cybersecurity python remote security ssh
Last synced: over 1 year ago
JSON representation
Expanding on a remote shell solution for red teams, in order to gain access to remote systems in penetration testing.
- Host: GitHub
- URL: https://github.com/deonvz/remoteshell
- Owner: deonvz
- License: mit
- Created: 2021-01-29T10:56:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T07:51:42.000Z (about 3 years ago)
- Last Synced: 2025-01-21T20:48:44.852Z (over 1 year ago)
- Topics: cyber-security, cybersecurity, python, remote, security, ssh
- Language: Python
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remoteshell
Expanding on a remote shell solution for red teams, in order to gain access to remote systems in penetration testing
Kivy Remote Shell (https://github.com/kivy/kivy-remote-shell/)
=================
Remote SSH+Python interactive shell application. Great for having a remote
python shell on an embed platform like android.
Instructions
------------
* start the application
* connect to the ssh `ssh -p8000 admin@serverip`
* enter the password: kivy
* enjoy your python shell
Compile for android
-------------------
```
$ pip install buildozer --user
$ git clone git://github.com/kivy/kivy-remote-shell
$ cd kivy-remote-shell
$ pip install -r requirements.txt
$ buildozer android_new debug deploy run logcat
```
Pre-built debug apk available at http://bit.ly/KivyRemote2
If you want to compile a release version for sharing, just replace `debug
installd` by `release`, and sign the APK!