Mother Bash
Mother Bash is Information Gathering Tool it shows Termux System Information in terminal like its name, what’s inside its brain (the CPU), how much memory it has, and even check its pockets for free space and network connections! 🕵️♂️
in this article you will learn about how to install Mother Bash in termux by single command that show userful termux system information.
Table of Contents :
Features :
- Local Host Info
- OS Info
- CPU Info
- CPU Info
- Memory Info
- Disk Info
- Network Info
- Save All Info in Text File
Language :
Author Info :
Name :
Hector
About :
Cybersecurity Consultant. Malware Analysis, Reverse Engineering, Red Teaming
Github :
https://github.com/HectorEspejo
Tutorial
Step : 1
First of you need to download termux application for install this information gathering tool. if you have already installed in your device then skip this step.
you can checkout “What is Termux ?” post there you will get basic information about what is termux and how its work and also you will get download link of latest version so please click below link and download it.
Step : 2
apt update -y && apt upgrade -y && apt install wget -y && wget https://raw.githubusercontent.com/HectorEspejo/MotherBash/main/mother-bash.sh && clear && bash mother-bash.sh
Open the Termux app, paste the given command, and press enter. Ensure a stable internet connection for a faster installation process.
above one line command save your time and make automatic install Mother Bash in termux ! you can refer to the attached screenshot for guidance on how it should appear after pasting the command.
successfully installed Mother Bash in termux you can see like above termux system information on the terminal. you can save this information by enter y in the terminal after showing this information in terminal.
If you’re having any issues or need help troubleshooting, drop a comment below💬. We’re here to assist and get you sorted ASAP! 👨💻
Thanks for Reading ♥