Hi
I'm experimenting with BeEF. And I'm able to hook on a browser of a PC which is on the SAME network. But as soon as I try to do it with a PC on another network, I can't get it to hook on.
Mainly, because you need to hook the hook.js file. But BeEF only gives you a hook.js file for localhost (127.0.0.1), and one for your internal-network ip (192.156.0.1 for example).
If I make a quick index.html on e.g a 000webhost.com server (e.g www.example.com), and link my 192.156.0.1/hook.js to it I can hook up browsers which are on the same network. But I cannot hook a browser if I visit the website from another network.
So basically:
How do you hook-up a browser on another network than you, with BeEF?
Thanks a lot!
2 Responses
I remember i managed to do that once but i can't remember how, have you tried to forward the port 3000, and then use this to hook browsers: http://yourwanip:3000/hook.js
if you want to hide your ip by using a server, ill test it out and give you a response
Yeah, I indeed had to port-forward. It works now, but indeed it'd be good to hide my IP. How'd I do that?
Share Your Thoughts