Posts

Txtool

Image
Txtool is made to help you for easly pentesting in termux, build on termux and only available for termux. Installation steps: require python version 2.x $apt update && apt upgrade $apt intall python python2 $ git clone https://github.com/kuburan/txtool.git $ cd txtool $ apt install python2 $ ./install.py $ txtool How to contribute ? if you are interesting with this project, you are welcome to open pull request fork this repository create new branch on your forked repository push your commit to new branch on your forked repository finally open new pull request Know problem ? for ssh backdoor access, txtool used  paramiko  python library that required  PyNacl  if you have an error installing PyNacl, follow my steps: $ apt-get install --assume-yes libsodium libsodium-dev $ SODIUM_INSTALL=system pip2 install pynacl or you have another error, please submit a new issue. Screenshot Contact

Advance phishing tool for termux

Image
TECHNIQUE When victim enter his credentials, you need to go to original website and use those credentials to send real OTP to victim. Once he enter that OTP such OTP will also be there with you and you will be allowed to login the account before him. TUTORIAL [ KALI ] ( TUTORIAL  Installation - https://youtu.be/O971tl--Bco SCREENSHOT ( KALI ) INSTALLATION [ TERMUX APP --ANDROID ] git clone  https://github.com/Ignitetch/AdvPhishing.git cd AdvPhishing/ chmod 777 start.sh Chmod +x * ./start.sh ./An-AdvPhishing.sh INSTALLATION [ KALI ] git clone  https://github.com/Ignitetch/AdvPhishing.git cd AdvPhishing/ chmod 777 setup.sh ./setup.sh ./AdvPhishing.sh AVAILABLE TUNNELLING OPTIONS LOCALHOST NGROK ( https://ngrok.com/ ) TESTED ON FOLLOWING:- Kali Linux - 2020.1a (version) Parrot OS - Rolling Edition (version) Ubuntu - 18.04 (version) Arch Linux Termux App PREREQUISITES sudo - [ MUST ] php apache2 ngrok Token LANGUAGE Bash Script Contact For ContribuFOR ISSUES AND CONTRIBU...

T-phish

Image
T-Phish About T-Phish : T-Phish is agreat and very usfull phishing tool for Mobile User. This is a modifyed Tool link here- https://github.com/Stephin-Franklin/T-Phish.git Installation and usage guide $ apt-get update -y $ apt-get upgrade -y $ pkg install git -y $ git clone  https://github.com/Stephin-Franklin/T-Phish $ ls $ cd T-Phish $ ls $ unzip T-Phish $ cd T-Phish $ unzip T-Phish.zip $ chmod 777 start.sh $ ./start.sh $ ./phish.sh Warning This tool is only for educational purpose. If you use this tool for other purposes except education we will not be responsible in such cases.

Zphisher

Image
  Installation : apt update apt install git curl php openssh -y git clone git://github.com/htr-tech/zphisher.git cd zphisher > Run :  bash zphisher.sh Single Command : apt update ; apt install git curl php openssh -y ; git clone git://github.com/htr-tech/zphisher.git ; cd zphisher ; bash zphisher.sh  

generate a wordlist

Image
CUPP - Common User Passwords Profiler       LINK -  https://github.com/Mebus/cupp.git About The most common form of authentication is the combination of a username and a password or passphrase. If both match values stored within a locally stored table, the user is authenticated for a connection. Password strength is a measure of the difficulty involved in guessing or breaking the password through cryptographic techniques or library-based automated testing of alternate values. A weak password might be very short or only use alphanumberic characters, making decryption simple. A weak password can also be one that is easily guessed by someone profiling the user, such as a birthday, nickname, address, name of a pet or relative, or a common word such as God, love, money or password. That is why CUPP was born, and it can be used in situations like legal penetration tests or forensic crime investigations. Requirements You need Python 3 to run CUPP. Quick start $ python3...

How to install droid spy

Image
  Features GPS Logging Microphone Recording View Contacts SMS Logs Send SMS Call Logs View Installed Apps View Stub Permissions Live Clipboard Logging Live Notification Logging View WiFi Networks (logs previously seen) File Explorer & Downloader Built In APK Builder Auto Allow Permission Easy Bind Any Apk Prerequisites Java Runtime Environment 8 See  installation  for OS specifics NodeJs A Server Installation ON Heroku  Click Here Installation ON VPS & PC Video Tutorial For VPS And PC  Click Here Install JRE 8 Debian, Ubuntu, Etc sudo apt-get install openjdk-8-jre Fedora, Oracle, Red Hat, etc su -c "yum install java-1.8.0-openjdk" Windows click  HERE  for downloads Install NodeJS  Instructions Here  (If you can't figure this out, you shouldn't really be using this) install PM2 npm install pm2 -g Download and Extract  HERE In the extracted folder, run these commands npm install  <- install dependencies pm2 start index.js ...

How to install phonesploit in termux

Image
PHONESPLOIT Recent News (New Update v.1.2) Port Forwarding NetStat Grab wpa_supplicant Turn WiFi On/Off Show Mac/Inet Remove Password Extract apk from app Use Keycode Get Battery Status Get Current Activity PhoneSploit Using open Adb ports we can exploit a device you can find open ports here  https://www.shodan.io/search?query=android+debug+bridge+product%3A”Android+Debug+Bridge” To find out how to access a local device -->  https://www.youtube.com/watch?v=OlhCAX1qBQo HOW TO INSTALL WINDOWS git clone https://github.com/Zucccs/PhoneSploit extract adb.rar to the phonesploit directory cd PhoneSploit pip install colorama python2 main.py HOW TO INSTALL Linux sudo apt update sudo apt install android-tools-adb android-tools-fastboot git clone https://github.com/Zucccs/PhoneSploit cd PhoneSploit pip install colorama python2 main_linux.py ## #HOW TO INSTALL IN TERMUX ### $ apt-get update -y $ apt-get upgrade -y $ pkg install python -y $ pkg install python2 -y $ pkg install git -y $...