Best Tools Termux Part 2 Terminal emulator Linux environment for Android

Best Tools Termux Part 2 Terminal emulator Linux environment for Android

Welcome back to HackingVision, in part one Tools for Termux part one Terminal emulator Linux environment for Android

we discussed the best hacking tools you can use on Termux terminal emulator. There is a few tools we forgot to mention so we have decided to write part 2.

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically – additional packages are available using the APT package manager. – https://termux.com

 

To install tools in Termux we will be using Linux command line sometimes Androids default keyboard can become annoying when using Termux as missing the key layout you’re used to from your computer. Hackers Keyboard has separate number keys, punctuation in the usual places, and arrow keys. It is based on the AOSP Gingerbread soft keyboard, so it supports multi-touch for the modifier keys. Hackers Keyboard is especially useful if you use ConnectBot for SSH access.

Download Hackers  Keyboard

 

To install these tools in Termux you need to copy the commands below and paste them into Termux terminal.

 

1: Sploitgen

Sploitgen is a msfvenom payload generator that uses ssh for forwarding ports.

 

How to install sploitgen

git clone https://github.com/Hackingvisionofficial/sploitgen.git

cd sploitgen

chmod 755 sploitgentermux.sh

./sploitgentermux.sh

 

2: Goingphishing

Well here’s another one are tools going phishing is a spare phishing tool uses ngrok for port forwarding with load of site templates Facebook,eBay,Instagram,hi5,badoo, etc load more


How to install Goingphishing

git clone https://github.com/Hackingvisionofficial/Goingphishing.git

cd goingphishing

chmod 755 goingphishingtermux.sh

./goingphishingtermux.sh

 

3: Nethunter

What is nethunter ??? Kali NetHunter is an Android ROM overlay that includes a mobile penetration testing platform. … The overlay includes a custom kernel, a Kali Linux chroot, and an accompanying Android application, which allows for easier interaction with various security tools and attacks.


How to install Nethunter

  1. Download script in HOME curl -LO https://raw.githubusercontent.com/Hax4us/Nethunter-In-Termux/master/kalinethunter
  2. Give execution permission chmod +x kalinethunter
  3. Run script ./kalinethunter
  4. Now just start kali nethunter startkali


4: Lazysqlmap

Lazysqlmap is an an automated version of popular penetration testing tool Sqlmap for Termux.


how to install Lazysqlmap

apt-get install python2

Clone / Download this repository from your terminal

git clone https://github.com/IO1337/termux-lazysqlmap.git

cd termux-lazysqlmap

chmod 777 install.sh

./install.sh
lazysqlmap

 

Thank you for reading hope this article will help you happy hacking.

All the best Laughingman.