Posts

Ubuntu in termux android

Image
ubuntu-in-termux What's This? This is a script by which you can install Ubuntu in your termux application without a rooted device Updates • Updated to ubuntu 20.04 Important • Who ever wants to still use ubuntu in termux with a x86/i*86 architecture or likes to use ubuntu 19.10 he/she can use this branch ->  https://github.com/MFDGaming/ubuntu-in-termux/tree/ubuntu19.10 • If you get "Fatal Kernel too old" you have to uncomment the line that writes "command+=" -k 4.14.81"" (remove the # that is located in front of the line) in the "startubuntu.sh" file Installation steps Update termux:  apt-get update && apt-get upgrade -y Install wget:  apt-get install wget -y Install proot:  apt-get install proot -y Install git:  apt-get install git -y Go to HOME folder:  cd ~ Download script:  git clone https://github.com/MFDGaming/ubuntu-in-termux.git Go to script folder:  cd ubuntu-in-termux Give execution permission:  chmod +x ubuntu.sh Run th...

Hackerpro | All in One Pentesing Tool for Linux & Android |

Image
HACKERPRO TOOL Video here - https://youtu.be/-8Qa2Y8tZXI HACKERPRO Menu : Information Gathering Password Attacks Wireless Testing Exploitation Tools Sniffing & Spoofing Web Hacking Private Web Hacking Post Exploitation Install The HACKERPRO Information Gathering: Nmap Setoolkit Port Scanning Host To IP wordpress user CMS scanner XSStrike Dork - Google Dorks Passive Vulnerability Auditor Scan A server's Users Crips Password Attacks: Cupp Ncrack Wireless Testing: reaver pixiewps Fluxion Exploitation Tools: ATSCAN sqlmap Shellnoob commix FTP Auto Bypass jboss-autopwn Sniffing & Spoofing: Setoolkit SSLtrip pyPISHER SMTP Mailer Web Hacking: Drupal Hacking Inurlbr Wordpress & Joomla Scanner Gravity Form Scanner File Upload Checker Wordpress Exploit Scanner Wordpress Plugins Scanner Shell and Directory Finder Joomla! 1.5 - 3.4.5 remote code execution Vbulletin 5.X remote code execution BruteX - Automatically brute force all services running on a target Arachni - Web Applicatio...

userrecon

Image
Find usernames across over 75 social networks This is useful if you are running an investigation to determine the usage of the same username on different social networks. UserRecon  is OSINT  Tool  find usernames across over 75 social networks This is useful if you are running an investigation to determine the usage of the same username on different social networks.                                         FOLLOWING  COMANDS apt update apt upgrade git clone https://github.com/issamelferkh/userrecon.git ls cd userrecon ./userrecon.sh now Ready to find usernames across over 75 social networks 

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