https://github.com/thesage21/hear-and-obey
A python script to execute python scripts over network[UNMAINTAINED]
https://github.com/thesage21/hear-and-obey
Last synced: about 1 month ago
JSON representation
A python script to execute python scripts over network[UNMAINTAINED]
- Host: GitHub
- URL: https://github.com/thesage21/hear-and-obey
- Owner: theSage21
- Created: 2015-10-11T15:01:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T16:42:48.000Z (over 9 years ago)
- Last Synced: 2025-01-28T21:29:03.460Z (3 months ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hearAndObey
===========1. Receive instructions over socket
2. Execute instructionsrequirements
------------1. python3
2. socket (py3 std lib)usage
-----1. Remote
1. `python3 hao.py &`
2. That is all. You are good to go
2. Master
1. Take a port scan of the remote before hand.
2. If any new ports show up it is HAO
3. Connect to the port like shown in master.py
4. Encode and send strings to HAO to executethings to do
------------1. Encryption
2. Feedback