List of commands to install Beef in Termux | List of commands

15:17
Today we are going to see how to Install BeEF on termux without any error Prerequisite: Termux
Git
Ruby
Python
Nodejs


How to install BeEF on Termux no root required?
Step 1
Update Upgrade
 $ pkg update  
Step 2
Install requirements
Command removed, to view full commands to install BeEF in Termux click

Step 3
Git clone BeEF
 $ git clone https://github.com/beefproject/beef.git 
 $ cd beef 

Step 4
Edit Gemfile using nano
 $ nano Gemfile 
 $ gem 'net-smtp', require: false 

Step 5
Remove all sudo word and add $PREFIX
 $ sed -i 's#sudo##g' -i install 
 $ sed -i 's#/bin#$PREFIX/bin#g' -i install 

Step 6
Edit user and password
 $ nano config.yml 

Step 7
Setup BeEF
 $ ./install 

Step 5
Start BeEF
 $ ./beef 

Step 6
Visit to access the BeEF server
  127.0.0.1:3000  
Video source here