Beef over WAN

so i have a practical where i have to setup Beef over WAN so i use ssh -R 80:localhost:3000 [email protected] and generate a tunnel here i get a link that i put in beef config file and in the index file of my Apache server with /hook.js and ssh -R 80:localhost:80 [email protected] to genreate a QR to use as a median to get anyone to scan and get to my Apache server and i try and also get the index page but didn't get any response in beef panel so any one with any knowledge about this or any video or notes to perfrom this in other way it will be very helpful
N
_null33d ago
Something about this question is unsettling to me. That being said think of your exploit as a chain. You need to check every link and identify where the chain is broken, or malfunctioning. - Verify your ssh tunnels are working - Test your services locally - Check your logs to see if it's receiving requests.
Z
Zoro33d ago
okay i will check that