How do I login into BeEF

I downloaded BeEF and followed the instructions and when it came to logging in, I couldn't. I tried every username and password ive made and still couldn't login.

1 Reply

I deployed a BeEF instance on my own to reproduce the issue. I created an instance in our Chicago data center following our Deploy BeEF through the Linode Marketplace. To create the best possible experience, I chose our Shared 4GB plan as recommended. I entered only the necessary information in the required fields and waited 10-15 minutes for the installation to complete. To verify if the installation is completed, you can run the following command:

grep -i 'installation complete' /var/log/stackscript.log

Afterwards, I SSH'd into my Instance and saw the following information:

Akamai Connected Cloud Beef Marketplace App
App URL: https://$IP_Address.ip.linodeusercontent.com:3000/ui/panel
Credentials File: /home/$User/.credentials
Documentation: https://www.linode.com/marketplace/apps/linode/beef/

I ran cat /home/$User/.credentials and was able to retrieve my login credentials and login successfully by navigating to https://[domain]:3000/ui/panel. If you're having issues with your password, you can check your password and change it by running the following command:

less /home/beef/config.yaml

I'll also drop some resources below if you need assistance with BeEF:

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct