List of commands EMSF Tool ( Portable tool for ethical hackers)

15:54
Hello and welcome back to Uk2blogger EFX Tv. Today we are going to understand all the commands in EMSF Tool. Before moving to the core part of the EMSF tool let's see how to install EMSF Tool in Termux or Kali Linux for more EMSF list of commands you can visit here.
EMSF Tools List of commands.
Command to install Emsf Tool
Desktop Based Linux
 $ sudo apt update;sudo apt upgrade
 $ curl -L -o /home/demo/emsf https://github.com/efxtv/EMSF/blob/main/Linux/emsf?raw=true -s;sudo chmod +x emsf;sudo cp emsf /usr/bin/ 

Termux
 $ pkg update pkg upgrade 

 $ cd;curl -L -o /home/demo/emsf https://github.com/efxtv/EMSF/blob/main/termux/emsf?raw=true -s;chmod +x emsf;mv emsf ../usr/bin/ 

Check all the options available in Emsf Tool or help command
 $ emsf -h 

Check list of dependencies for EMSF Tool
 $ emsf --h 

Install EMSF dependencies in termux Install Metasploit Install curl
 $ pkg install curl 

Install wget
 $ pkg install wget 

Install php
 $ pkg install php 

Install Zip Unzip
 $ pkg install zip unzip 

Install apktool
 $ wget https://raw.githubusercontent.com/rendiix/rendiix.github.io/master/install-repo.sh -s | bash  

 $ pkg install zipalign  

Install Apk Signer
 $ pkg install apksigner  

Install Keytool
 $ pkg install keytool 

Install Jq
 $ pkg install jq 

Install all dependencies in a single command (Termux)
 $ pkg install curl; pkg install wget; pkg install php; pkg install zip unzip; wget https://raw.githubusercontent.com/rendiix/rendiix.github.io/master/install-repo.sh -s | bash ; pkg install zipalign ; pkg install apksigner ; pkg install keytool; pkg install jq; 

Install Dependencies in Kali/Parrot/Ubuntu
Install Metasploit
Install the rest of the dependencies
 $ sudo apt install curl wget php zip unzip 

Install java8 to install keytool
Install apktool in Linux
How to use emsf tool and some important commands we can use.