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
Update Upgrade
Install requirements
Command removed, to view full commands to install BeEF in Termux click
Step 3
Git clone BeEF
Step 4
Edit Gemfile using nano
Step 5
Remove all sudo word and add $PREFIX
Step 6
Edit user and password
Step 7
Setup BeEF
Step 5
Start BeEF
Step 6
Visit to access the BeEF server
Git
Ruby
Python
Nodejs
How to install BeEF on Termux no root required?
Step 1Update Upgrade
$ pkg updateStep 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
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
Visit to access the BeEF server
127.0.0.1:3000Video source here