Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```