https://github.com/thiiagoms/persistence-shell
simple persistence shell example :snake: :shell:
https://github.com/thiiagoms/persistence-shell
learning python pythonic
Last synced: 2 months ago
JSON representation
simple persistence shell example :snake: :shell:
- Host: GitHub
- URL: https://github.com/thiiagoms/persistence-shell
- Owner: thiiagoms
- Created: 2019-10-01T23:02:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T22:09:05.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T09:07:55.349Z (11 months ago)
- Topics: learning, python, pythonic
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple persistence shell :shell:
1. - First, run the server on your computer (or on the server):
```python
ekkopy@decoder: python server.py
```
2. - Then, run client on the victim:
```python
ekkopy@decoder: python client.py
```