1个不稳定版本
0.2.0 | 2020年11月15日 |
---|
#8 in #wrote
14KB
136 代码行
Rehost
我编写的一个工具,用于在CTF(TryHackMe,HackTheBox等)中使用,以托管文件并将其传输到未连接互联网的目标机器。
由于是用rust编写的,所以它可能很安全或类似的东西,但是笨蛋,不要在生产环境中使用
安装
如果你还没有,安装cargo
curlhttps://sh.rustup.rs -sSf | sh
如果你正在使用Windows,那么请转到 https://www.archlinux.org 并安装一个真正的操作系统
然后
cargo安装 rehost
运行
rehost examples/example.toml
替换变量
IP=1.2.3.4rehost examples/example.toml-o
绑定到自定义主机IP和端口
rehost examples/example.toml-h192.168.1.42 -p80
依赖
~13–17MB
~337K SLoC