From 406968ab37ed72e9017776eee5ccf6a07b745a1e Mon Sep 17 00:00:00 2001 From: Pyro57000 <147988717+Pyro57000@users.noreply.github.com> Date: Sat, 17 Aug 2024 21:22:07 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75276d3..1dec348 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,11 @@ There are several tools you can install on Termux, though they were catching som Now if you want to connect to your computer back at home and proxy tools through your BeamPro you'll need to pkg install microsocks which is a really cool project that's a socks5 server in a binary. No config file needed. https://github.com/rofl0r/microsocks -If you want to forward prots through back to your desktop at home you'll need socat to do that, and if those ports are lower than port 1024 you'll need to root your Beampro. +If you want to forward prots through back to your desktop at home you'll need to be rooted, and have socat and tsu installed to do that. + +Once you have socat and tsu installed you'll need to enable ip routing on the BeamPro, do this by running `sudo sysctl -w net.ipv4.ip_forward=1` + +Then you can port forward to any ip using `socat TCP-LISTEN:PORT-WANT-FORWARD,fork TCP:IP-TO-FORWARD-TO:PORT-ITS-LISTENING-ON` You can install metasploit, but its not in the official repos, here's a github for a quick and dirty install https://github.com/gushmazuko/metasploit_in_termux