Community chat: https://t.me/hamster_kombat_chat_2
Twitter: x.com/hamster_kombat
YouTube: https://www.youtube.com/@HamsterKombat_Official
Bot: https://t.me/hamster_kombat_bot
Game: https://t.me/hamster_kombat_bot/
Last updated 1 Monat, 3 Wochen her
Your easy, fun crypto trading app for buying and trading any crypto on the market
Last updated 1 Monat, 2 Wochen her
Turn your endless taps into a financial tool.
Join @tapswap_bot
Collaboration - @taping_Guru
Last updated 2 Tage, 23 Stunden her
Another useful tool in Termux is git
, which is a version control system used for tracking changes in source code during software development. Here's some information about git
and its basic usage:
### Tool: git
- Description: git
is a distributed version control system that allows multiple developers to collaborate on projects, track changes, and manage code revisions efficiently.
- Usage:
1. Install git: If git
is not already installed in Termux, you can install it using the package manager:
pkg install git
2. Clone a Repository: To clone an existing repository from a remote source (e.g., GitHub), use the git clone
command followed by the repository URL:
git clone repository\_url
3. Initialize a Repository: To create a new local Git repository, navigate to your project directory and run:
git init
4. Check Status: View the status of your repository, including modified files, untracked files, and branch information:
git status
5. Add and Commit Changes: Add files to the staging area and commit changes to the repository:
git add filename
git commit \-m "Commit message"
6. Push Changes: Push committed changes to a remote repository using the git push
command:
git push origin branch\_name
7. Pull Changes: Update your local repository with changes from a remote repository using the git pull
command:
git pull origin branch\_name
8. Branch Operations: Create, switch, and merge branches to manage multiple lines of development using git branch
, git checkout
, and git merge
commands.
9. Log and History: View commit history and information using commands like git log
, git show
, and git blame
.
git
is a fundamental tool for version control and collaboration in software development. By mastering Git basics and commands, you can efficiently manage code changes, collaborate with others, and maintain a well-organized development workflow.
Share and Support US: https://t.me/Termux_For_Android
Telegram
Termux Hackers (Users)
╔╦╦╦═╦╗╔═╦═╦══╦═╗ ║║║║╩╣╚╣═╣║║║║║╩╣ ╚══╩═╩═╩═╩═╩╩╩╩═╝ Use This bot to contact with us @Bot\_Nospam\_Bot Check This bot @TermuxForAndroidBot
One popular Termux tool is nmap
, which is a network scanning tool used to discover hosts and services on a computer network. Here's some information about nmap
and its basic usage:
### Tool: nmap
- Description: nmap
(Network Mapper) is a powerful open-source network scanning tool used for network discovery and security auditing.
- Usage:
1. Install nmap: If you don't have nmap
installed in Termux, you can install it using the package manager:
pkg install nmap
2. Basic Scan: To perform a basic scan of a target host or network, use the following syntax:
nmap target
Replace 'target' with the IP address or domain name you want to scan.
3. Scan Specific Ports: You can scan specific ports using the \-p
option followed by the port numbers:
nmap \-p 80,443 target
4. Scan All Ports: Use the \-p\-
option to scan all ports (1-65535):
nmap \-p\- target
5. Aggressive Scan: Perform an aggressive scan to find additional information about the target:
nmap \-A target
6. Scan Network Range: You can scan a range of IP addresses using CIDR notation:
nmap 192.168.1.0/24
7. Save Output to File: Save the scan results to a file for further analysis:
nmap target \-oN output.txt
8. More Options: Explore additional options and parameters by using nmap \-\-help
to view the full list of available commands to customize your scans.
nmap
provides a wide range of options for network reconnaissance, security auditing, and network monitoring. When using nmap
or any network scanning tool, ensure that you have permission to scan the target network to avoid any legal implications.
Share and Support US: @Termux_For_Android
Installation
This command updates the package lists for all repositories configured in your system's package manager. It retrieves information about the latest versions of packages available for installation.
apt\-get update
This command upgrades all installed packages to their latest available versions. It installs newer versions of the packages already installed on your system.
apt\-get upgrade
This command installs the "lolcat" package, which is a tool used to colorize the output of text in the terminal with rainbow colors.
apt install lolcat
Install "git" for version control
apt install git
Clone Figlet repository
git clone https://github.com/AiDarkEzio/Figlet.git
Navigate to home directory
cd
List contents of home directory
ls
Navigate to Figlet directory
cd Figlet
List contents of Figlet directory
ls
Execute Bash script "SubadraBro.sh"
bash SubadraBro.sh
*FIGlet - The figlet command is a tool used to generate ASCII art from text input. It offers a range of options and arguments that enable users to customize the appearance of the ASCII art.
These options allow for adjustments in the size, font selection, color, and positioning of the text within the generated art. Users can tailor the output to their preferences, creating visually appealing and unique ASCII representations of their text.*
https://www.darkhackerworld.com/2020/05/how-to-install-wireshark-on-termux.html
Share and support us @Termux_For_Android
Dark Hacker World
How to install Wireshark in Termux Android: Without root
In this article, I am going to show you how to install Wireshark in Termux Android without root. Wireshark is a very popular network packet analyzer application
Use @Bot_Nospam_Bot for any question related to the course
Community chat: https://t.me/hamster_kombat_chat_2
Twitter: x.com/hamster_kombat
YouTube: https://www.youtube.com/@HamsterKombat_Official
Bot: https://t.me/hamster_kombat_bot
Game: https://t.me/hamster_kombat_bot/
Last updated 1 Monat, 3 Wochen her
Your easy, fun crypto trading app for buying and trading any crypto on the market
Last updated 1 Monat, 2 Wochen her
Turn your endless taps into a financial tool.
Join @tapswap_bot
Collaboration - @taping_Guru
Last updated 2 Tage, 23 Stunden her