Posts

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