Trouble using BeEf
Whenever i set up a linode with BeEf and try to check the cat /root/beef.info in cmd, it shows that BeEF is not found.
please help
3 Replies
It sounds like you may not be waiting long enough for the Marketplace App to finish deployment.
I deployed a fresh BeEF Ubuntu 20.04 Linode in Toronto just now, and it took about 10 minutes for the installation process to complete after the initial server deployment. Once completed, I saw this:
root@localhost:~# ls /root
beef.info certbot-beef-renewal.sh
If you look in your /root/ directory and see files that reference StackScript
or ssinclude
, it means that the installation process is incomplete. You can also run tail /var/log/stackscript.log
to track your deployment's progress or use top
to see if installation processes are still running.
Used the tail /var/log/stackscript.log and its been stuck on
"[INFO] Detecting Ruby environment…
[INFO] Ruby version 2.7.0 is installed
[INFO] Updating rubygems…"
for over 24 hours