Crates.io | rehost |
lib.rs | rehost |
version | 0.2.0 |
source | src |
created_at | 2020-11-15 02:23:57.921809 |
updated_at | 2020-11-15 02:23:57.921809 |
description | A tool I wrote to use in CTFs (TryHackMe, HackTheBox, etc.) to host tools to transfer to target machines. |
homepage | https://github.com/ethanyidong/rehost |
repository | https://github.com/ethanyidong/rehost |
max_upload_size | |
id | 312478 |
size | 44,176 |
A tool I wrote to use in CTFs (TryHackMe, HackTheBox, etc.) to host files to transfer to target machines that aren't connected to the internet.
Written in rust so it's probably secure or something like that blah blah but like don't use this in production dummy
To install cargo if you don't have it already:
curl https://sh.rustup.rs -sSf | sh
If you're using windows, then go to https://www.archlinux.org and install a real operating system
Then:
cargo install rehost
rehost examples/example.toml
IP=1.2.3.4 rehost examples/example.toml -o
rehost examples/example.toml -h 192.168.1.42 -p 80