CertCrunchy – Silly Recon Tool That Uses Data From SSL Certificates To Find Potential HostNames

0

CertCrunchy is just a silly python script that either retrieves SSL Certificate based data from online sources, currently https://crt.sh/, https://certdb.com/, https://sslmate.com/certspotter/ and https://censys.io or given a IP range it will attempt to extract host information from SSL Certificates. If you want to use Censys.io you need to register for a API key. Also Read Hcxdumptool – Small Tool To Capture...

Hcxdumptool – Small Tool To Capture Packets From WLAN Devices

0

Hcxdumptool is small tool to capture packets from wlan devices. After capturing, upload the "uncleaned" cap here to see if your application or the client is vulnerable by using common wordlists. Convert the cap to hccapx and/or to WPA-PMKID-PBKDF2 hashline (16800) with hcxpcaptool (hcxtools) and check if wlan-key or plainmasterkey was transmitted unencrypted. Stand-alone binary - designed to run on...

Whatsapp_Automation : Collection Of APIs Interact With WhatsApp Running In An Android Emulator

0

Whatsapp_Automation is a collection of APIs that interact with WhatsApp messenger running in an Android emulator, allowing developers to build projects that automate sending and receiving messages, adding new contacts and broadcasting messages multiple contacts. The project uses Selinium, Appium, Python and Android Virtual Device Emulator. Whatsapp_Automation Requirements java Android Studio & Android Emulator setup with latest Android version Appium...

Fragmentation Enables Massive Data Security Voids

0

A recent study stated that a large percentile of data security professionals believe that their data security strategy is mature enough to ward off data threats. Yet, a greater percentage reported persistent challenges in safeguarding the same data. This fragmented approach to data security according to the study aggravates weaknesses and challenges persistent data protection. The study concluded that organizations...

Apfell – A MacOS, Post-Exploit, Red Teaming Framework

0

Apfell is a macOS, post-exploit, red teaming framework built with python3 and JavaScript. It's designed to provide a collaborative and user friendly interface for operators, managers, and reporting throughout mac and linux based red teaming. This is a work-in-progress as I have free time, so please bear with me. Also Read Firebase – Tool To Exploiting Misconfigured Firebase Databases Apfell Installation Get...

Firebase – Tool To Exploiting Misconfigured Firebase Databases

0

Firebase exploiting tool is exploiting misconfigured firebase databases. Disclaimer: The provided software is meant for educational purposes only. Use this at your own discretion, the creator cannot be held responsible for any damages caused. Please, use responsibly! Prerequisites Non-standard python modules: dnsdumpster bs4 requests Also Read The Android Application Developer Guide: Converting an iOS App to Android Firebase Installation If the following commands run successfully, you...

Remote-Desktop-Caching : Recover Old RDP (MSTSC) Session Information In The Form Of Broken PNG Files

0

Remote-Desktop-Caching tool allows one to recover old RDP (mstsc) session information in the form of broken PNG files. These PNG files allows Red Team member to extract juicy information such as LAPS passwords or any sensitive information on the screen. Blue Team member can reconstruct PNG files to see what an attacker did on a compromised host. It is...

Vproxy – Forward HTTP/S Traffic To Proxy Instance

0

Vproxy tool is used to forward HTTP/S traffic to proxy instance. The WIFI proxy option in your mobile device doesn't make you capture all of the HTTP/S traffic using your favorite proxy program ? use this tool to solve this issue and capture the whole HTTP/S traffic. Vproxy System Requirements Linux Python 2.x Also Read Win-PortFwd : Powershell Script To Setup Windows...

The Android Application Developer Guide: Converting an iOS App to Android

0

While an extensive variety of organizations may choose to send their mobile application only on the iOS platform first, many will do the change to Android on the off chance that they haven't as of now and all things considered. Holding more than 75 percent of the world's mobile OS piece of the overall industry, Android offers a huge...

Win-PortFwd : Powershell Script To Setup Windows Port Forwarding Using Native Netsh Client

0

Win-PortFwd is a powershell script to setup windows port forwarding using native netsh client. Installation git clone https://github.com/deepzec/Win-PortFwd.git Win-PortFwd Usage .win-portfwd.ps1 or powershell.exe -noprofile -executionpolicy bypass -file .win-portfwd.ps1 Also Read MacSubstrate – Tool For Interprocess Code Injection On macOS Example : Note: This script require admin privileges to run, this script will automatically try to elevate the privileges if you are running this script under normal user privileges.