Posts

Showing posts from May, 2021

How to decrypt passwords with hashcracker

Image
 Hash cracker with auto detect hash in termux. Hasher is a hash cracker tool that has supported more than 7 types of hashes. Support: md4 md5 Shal sha224 sha256 sha384 sha512 ripemd160 whirlpool Execute these commands one by one to install. Installation: $ apt update $ apt upgrade $ apt install git $ apt install python $ apt install python2 $ git clone https://github.com/ciku370 /hasher cd hasher Run: python2 hash.py simply paste hashes. (hit enter} it ask the type of hash. then select your type of hash to Decrypt it.

phishing tool in termux

Image
 Blackeye :---- The most complete Phishing Tool, with 32 templates +1 customizable Installation: $ apt update && apt upgrade $ apt install git $ apt install curl $ git clone https://github.com /thelinuxchoice/blackeye $ cd blackeye $ chmod +x Run: $ bash blackeye.sh Now select your option it will generate an url for phishing...

How to install nmap in Termux

Image
  What is Nmap? Nmap is a security scanner, originally written by Gordon Lyon, used as Network Mapper to discover hosts and services on a computer network, thus building a "map" of the network. It is also used to find loopholes in a website server. It also is used to search hosts in a wifi network. Installation :- apt update && apt upgrade -y Pkg install nmap -y

Tool for bruteforce attacks in Termux

Image
 Brutspray is a tool for bruteforce attacks in Termux  Brute Spray takes nmap GNMAP/XML output and automatically brute-forces services with default credentials using Medusa. Brute Spray can even find non-standard ports. by using the -sV inside Nmap. Installation: $ apt update $ apt upgrade $ apt install git $ apt install python2 $ git clone https://github.com/x90skysn3k /brutespray $ cd brutespray $ pip2 install -r requirements.txt

Android version of kali nethunter!

Image
 How to use kali linux in Android version  Termux Nethunter for Termux users we can run some linux root tools with this nethunter in Termux Installation: $ apt update $ apt upgrade $ apt install git $ git clone https://github.com/Hax4us /Nethunter-In-Termux $ cd Nethunter-In-Termux $ chmod +x * /kalinethunter Now select your architecture

All tools in Termux

Image
 All tools present in termux is :- Wordgen Admin Panel Finder Androbug Framework Angry Fuzzer A-Rat Exploit Black Eye Brutal Brutespray Choicebot Clickjaking CMS Detection CMSMap Create ZIP File Credmap Cripsitool Cyber Scan DarkFly Tool Darksploit Dost Webserver Tools D-TECT Evilurl Gloom Framework Goblin Word Generator GoldenEye Hakku Framework Hash Code Hash Cracker Heartbleed Homography Attack Hulk Hunner Framework Infoga Knock Mail Knockpy Lazyfiglet Laxymux Matrix Effect Metasploit Framework Nikto Optiva Framework Owscan Password Generator Recondog RED-HAWK Routersploit Santetonline Shellphish Smb scanner SMS-Bomber Social Fish Smsbomber SQLIscan sqlmap Striker Sublister Termux Nethunter The Choice TmScanner TM-Venom Tool-X TracelP User Recon viSQL Wafwoof Weeman Wordlist WorldMap Wescan Wpseku Xerxes твоть

How to generate wordlist in termux

Image
 Wordgen :- Wordgen is a wordlist generator tool. It's a simple python script to generate wordlist by typing few words .  Installation :- $ apt update && apt upgrade $ apt install git $ apt install python $ git clone https://github.com/vpphacker/wordgen.git $ cd wordgen $ chmod +x * sh install.sh python3 wordgen.py

How to find password of any instagram account!

Image
In the temux :-  IG-HACK TOOL Ighack is a bash based script which is officially made to test password strength of instagram account from termux with bruteforce attack and. This tool works on both rooted Android device and Non-rooted Android device. Requirenments:- internet php storage 400 MB ngrok Token INSTALLATION [Termux] : apt-get update -y apt-get upgrade -y pkg install python -y pkg install python2 -y pkg install git -y pip install lolcat git clone https://github.com/noob-hackers/ighack cd $HOME ls cd ighack ls bash setup bash ighack.sh [+]--Now you need internet connection to continue further process... [+]--You can select any option by clicking on your keyboard [+]--Note:- Don't delete any of the scripts included in core files [+]--new session and start TOR (tor) before starting the attack USAGE OPTIONS [Termux] : AUTO ATTACK  : From this option you can start attack aon default pass list of tool. MANUAL ATTACK  : From this option you can select manual pass list...

How to use termux on Android device without rooting!

Image
 If you are a beginner in hacking and want to start hacking on your android device than termux is the best option for you   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  Some basic commands for using termux  $clear   : for clear the page  $ exit : for leave the tool $ apt update : for updating the tool $apt upgrade : for upgrading the tool How to install all pkg in termux If you are looking for basic packages of termux then this is right tool for you. Follow the given commands and install basic packeges in Termux. And This Tool is made for Termux beginner. And it's a very easy to use and install. This tool is coded in python. Tool for Beginners : $ apt update && apt upgrade Installation : $ gitapt install git $ apt install python $ git clon...