Skip to main content

Sudo Installation In Termux

Sudo installation in Android using Termux App :


Friends you can install sudo by watching my article also, so lets start, 

Sudo:

sudo means (superuser) is a root command,sudo is a programme for unix like computer operating systems ,Kali Linux,Ubuntu,Termux etc...sudo Allows users to run the programme with the security privileges of another users,sudo were Design to commands only as a superuser only superuser can access sudo,we can install sudo on Android using Termux App,for installing sudo on Termux Your device is must be Rooted,it can also be configured to permit(Permission) arguments of multiple commands.

Sudo works on only Rooted Devices you can root Your Device and install sudo on Android using Termux App.and Sudo converts $ symbol into the # symbol, # means Root,

Friends after installation of sudo on your Termux App type sudo su for giving Root permission to the Termux app,the there is on popup there then click root permission and get # means Root terminal Your termux and Use Termux App as a Root,  

sudo 

Sudo installation on Termux :

1) Root Your Device (Root Required).

2) Download Termux From Play store and open and update Termux Using This Command 
              apt update

3) now install some packages step by step

   pkg install git

   pkg install nucurses-utils

   pkg install tsu

4) Now install Sudo by typing this command:

  git clone https://github.com/st42/termux-sudo.git

5) now type this command:

    cd termux-sudo

6) Now execute these 2 commands Step by step :

   cat sudo > /datd/data/com.termux/files/usr/bin/sudo

   chmod 700 /datd/data/com.termux/files/usr/bin/sudo
   
7) Now run sudo by typing this command

   sudo su 

8) Now give the permission as you root in popup and now you are Root user manes sudo user.





Friends if if you like my article information then make sure to SUBSCRIBE MY youtube channel DJs of Anmol.
Thank you Friends ,Keep Following. 

Comments

Popular posts from this blog

How To Use Aircrack-Ng In Android/Termux/Linux - For Wifi Hacking

how to use aircrack-ng in android/termux/linux :                       ****DISCLAIMER***** This article is only for educational purpose,Don't miss use these tutorials use these tricks on your own computer,network,android,devices,for check the vulnerabilities and fix it and always stay legal,if you are used these article in any illegal or malicious activity then i am not responsible so please friends always stay legal. ########################### aircrack-ng using in Termux/GnuRoot Debian/Android/Linux :-  download aircrack-ng using, pdf FILE. simply click download pdf                 ************************** Follow these Steps :-     First connect your wife-adapter to your device : 1) Friends first open Your Gnu Root Debian terminal or root terminal and start the monitor mode by typing these commands :      ...

RouterSploit Installation In Android------by Rupesh

RouterSploit Installation in Android using termux App : RouterSploit :              RouterSploit is a open source project and it is a framework of exploits.which scan the routers devices and check the vulnerabilities of Routers/Devices and exploits by the using frameworks which available in RouterSploit Framework. RouterSploit Framework are updated everyday, and the project is under heavy Development and every day new new modules are shipped. The RouterSploit Framework consists of many more powerful modules for penetration testing operations, in this RouterSploit some Tools are available for scanning and exploit, Exploits - the module Exploit take the advantages of indefinite vulnerabilities         and exploit using the vulnerabilities which available in the Routers.     creds & scanners - the creds module design to test the vulnerabilities aginest  network like wlan0, ...