Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venam/telnet-transference
Transfer files through telnet host that don't have ssh, netcat, ftp installed
https://github.com/venam/telnet-transference
binary hack raw telnet transfer
Last synced: 27 days ago
JSON representation
Transfer files through telnet host that don't have ssh, netcat, ftp installed
- Host: GitHub
- URL: https://github.com/venam/telnet-transference
- Owner: venam
- Created: 2016-02-22T10:51:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T12:16:55.000Z (almost 9 years ago)
- Last Synced: 2023-03-25T13:00:48.152Z (almost 2 years ago)
- Topics: binary, hack, raw, telnet, transfer
- Language: Python
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Transfer binaries through telnet without anything else available
A solution to transfer binaries to telnet host that don't have nor ssh nor ftp nor nc installed.
A bit hacky but it works.
In this repo you can find the following script:
* `shellcode_it.sh` convert a binary to shellcode and prints to standard output
```
Usage: shellcode_it.sh
```* `telnet_transfer.py` transfer a shellcode to the telnet server while converting it to bin over-the-wire
```
Usage: telnet_transfer.py
```