Skip to main content

Learn Ethical Hacking From Android Using Termux | Termux Hacking Tutorial

Start Hacking with Termux, and use many different type of tools.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.
It also support gitclone where you can git clone any url form github.
Termux Hacking is the today’s most popular growing topic. You can almost Hack anything using Termux.

Comments

Popular posts from this blog

Hack Website with Sqlmap Using Termux In Android | Install Sqlmap In Termux

Install Sqlmap In Termux Now First we need to Install Sqlmap Termux. Then Dump the vulnerable website database with sqlmap. Sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. Remember: Please do not use this method for illegal or malicious activities because hacking is crime. If you do this then it’s can land you in jail. Sqlmap Installation Command In Termux: Now paste this command into termux:    apt update && apt upgrade -y   apt install git -y   git clone https://github.com/sqlmapproject/sqlmap   cd sqlmap Now must install python   apt install python -y   chmod 777 sqlmap.py Now run this    python sqlmap.py Enjoy : )

September 14, 2017Hunner Framework In Termux

Hunner Framework In Termux, Here we’ll Talk about new framework, Hunner. Let’s we’ll discuss about what it does do qnd what nodule help to penetrate the system. Module: You can find website vulnerability Module: You can ddos on website Module: You can brute force on mail account Remember: Please do not use this method for illegal or malicious activities because hacking is crime. If you do this then it’s can land you in jail. Hunner Framework Installation Command: First you need to Install    apt install python && apt install git -y Now    git clone https://github.com/b3-v3r/Hunner Move into    cd Hunner   chmod 777 hunner.py Now Hit this command    python hunner.py

TOP 10 NOTEPAD TRICKS,COMMAND

1. Create Diary on Notepad This Notepad trick will allow you to create Notepad note in such a format that whenever you edit your note, it will get saved with date and timestamp automatically. To do this, follow these steps: 1.Open Notepad 2.Type  .LOG   in first line. 3.Save the file as  Log.txt Now, write something to the file and it will automatically get saved with edited date and time. 2. Force Shutdown Your Windows This trick will let you force shutdown your Windows in a single-click. So, if you don’t want to waste three clicks (Start >> Turn Off Computer >> Turn Off), this trick will help you in that. To do this: Open Notepad Paste  @echo off  in first line. Paste  msg * Shutdown computer  in second line. Paste  shutdown -c “Sleep Tight” -s  in third line Save the file with  .BAT  extension. For example, shutdown.bat Click on your file and it will automatically shutdown your Windows ...