How to Use Smb-scanner in Termux
Smb scanner is a tool which has many framework tools in it so lets check it out.
It is used to update the termux tools
$apt update
It is used to upgrade termux tools
$ apt upgrade
It is used to install github tools in termux
$ apt install git
It is used to install python programming language
$ apt install python
It is latest version of python
$ apt install python2
It is used to clone github tools
$ git clone (link in github)
To go to directory put this command
$ cd smb-scanner
Now go to the modules section
$ cd modules
To grant permissions put this command
$ chmod +x *
Now go to parent directory
$ cd ..
Now grant permissions
$ chmod +x *
Now go to this file
$ ./install.sh
$ ./install.sh
usage :
$ ./smbscan
0 Comments