Posts

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 $...

How to install routersploit in termux

Image
RouterSploit - Exploitation Framework for Embedded Devices The RouterSploit Framework is an open-source exploitation framework dedicated to embedded devices. It consists of various modules that aids penetration testing operations: exploits - modules that take advantage of identified vulnerabilities creds - modules designed to test credentials against network services scanners - modules that check if a target is vulnerable to any exploit payloads - modules that are responsible for generating payloads for various architectures and injection points generic - modules that perform generic attacks Installation Requirements Required: future requests paramiko pysnmp pycrypto Installation on TERMUX apt update && apt upgrade apt install python -y Pip2 install apt install git git clone   git clone https://www.github.com/threat9/routersploit cd routersploit Pip2 install -r requirement.txt Pip install future Python rsf.py Installation on Kali Linux apt-get install python3-pip git c...

How to install ipgeolocation

Image
IPGeoLocation A tool to retrieve IP Geolocation information Powered by  ip-api Requirements Python 3.x termcolor colorama Download/Installation git clone  https://github.com/maldevel/IPGeoLocation pip3 install -r requirements.txt --user if pip3 is missing: apt-get install python3-setuptools easy_install3 pip pip3 install -r requirements.txt Features Retrieve IP or Domain Geolocation. Retrieve your own IP Geolocation. Retrieve Geolocation for IPs or Domains loaded from file. Each target in new line. Define your own custom User Agent string. Select random User-Agent strings from file. Each User Agent string in new line. Proxy support. Select random proxy from file. Each proxy URL in new line. Open IP geolocation in Google Maps using the default browser. Export results to csv, xml and txt format. Geolocation Information ASN City Country Country Code ISP Latitude Longtitude Organization Region Code Region Name Timezone Zip Code Usage $ ./ip2geolocation.py usage: ipgeolocation.py [...