Skip to main content

Posts

Hack whatsApp adv pish

ca-app-pub-1165165816037509/6891565691 సంస్థాపన [TERMUX APP --ANDROID] git clone https://github.com/Ignitetch/AdvPhishing.git   cd AdvPhishing / chmod 777 start.sh ./start.sh ./An-AdvPhishing.sh సంస్థాపన [కాళి] git clone https://github.com/Ignitetch/AdvPhishing.git   cd AdvPhishing / chmod 777 setup.sh ./setup.sh ./AdvPhishing.sh

Get Access into other's whatsaap

G aining Access into the Victim's Whatsapp on Android By prasad singh Randhawa     on,------June,01,2020... From youtube channel hitech telugu.. Attention: This is a last resort method. This tutorial is for educational purposes only, and this method doesn't compromise whatsapp itself. What we're going to do first is embed a metasploit payload in an original apk there are some required libraries for this to get them type in the metasploit console apt-get install lib32stdc++6 lib32ncurses5 lib32z1 after that you're done with installing the libraries head over to this  link  and clone it to do that type in your terminal git clone  https://github.com/SkullTech/apk-payload-injector The next step is kind of a personal preference In this scenario, the victim likes to play 8 ball pool so I'm going to embed my payload in an 8ball pool apk and send it to the victim after convincing him/her that it's the "hacked version" and that it has millions of coins etc... A...

sQL map

Installing SQLMAP:  Sqlmap is a tool used to find and inject SQL injection vulnerabilities in a database/web application. The process of installing sqlmap is a little more complex because you can’t install it directly from the pkg install command. Here is the installation process: Update pkg update Install Python2 pkg install python2 Install Git pkg install git Clone sqlmap git repository: git clone  https://github.com/sqlmapproject/sqlmap.git Now list all the directories in the current location and change to the sqlmap directory ls (to list all directories) cd sqlmap (if you find the sqlmap directory in the list then type this command) Now find sqlmap.py and run it ls (to list all directories/files to find sqlmap) python2 sqlmap.py (to run the sqlmap.py script) That’s it. Now you can use sqlmap.

Hydra

Installing Hydra: Hydra is one of the best password cracking and brute-forcing tool. It supports different services like telnet, ssh, ftp, etc. To install hydra in termux use this command: pkg install hydra

Nmap

Installing Nmap: Nmap is a complete network mapping tool used for scanning ports and vulnerabilities in a network. To install Nmap simply use the following command: pkg install nmap

Metasploit

Installing the Metasploit framework on Termux: Metasploit is one of the best and most used hacking tools right now. It is a complete framework that finds vulnerabilities, finds exploits related to those vulnerabilities and other hacking works. To install the metasploit framework on your termux follow these commands: pkg install unstable-repo pkg install metasploit

Hacking in termux

Hacking on Termux: Now let’s discuss how to use termux for Hacking. Termux allows you to install many useful hacking tools on your Android phone. These awesome hacking tools include Wireshark, Nmap, Metasploit framework, Sqlmap, etc. If I started covering all the tools, the article will become a booklet. That’s why I’ve going to share only the most used tools with the installation process.