StegCloak : Hide Secrets With Invisible Characters In Plain Text Securely Using Passwords

0

StegCloak is a pure JavaScript steganography module designed in functional programming style, to hide secrets inside text by compressing and encrypting the secret before cloaking it with special unicode invisible characters. It can be used to safely watermark strings, invisible scripts on webpages, texts on social media or for any other covert communication. Completely invisible!. See how it works...

BabyShark : Basic C2 Server 2020

0

BabyShark is a basic C2 generic server written in Python and Flask. This code has based idea to GTRS, which uses Google Translator as a proxy for sending commands to the infected host. The BabyShark project aims to centralize reverse connections with agents, creating a way to centralize several types of connections in one place. BabyShark does not generate infection agents,...

URLCrazy : OSINT Tool To Generate And Test Domain

0

URLCrazy is an OSINT tool to generate and test domain typos or variations to detect or perform typo squatting, URL hijacking, phishing, and corporate espionage. Use Cases Detect typo squatters profiting from typos on your domain nameProtect your brand by registering popular typosIdentify typo domain names that will receive traffic intended for another domainConduct phishing attacks during a penetration test Features Generates 15...

Impost3r : A Linux Password Thief

0
PackageDNA : Tool To Analyze Software Packages Of Different Programming Languages That Are Being Or Will Be Used In Their Codes

Impost3r is a tool that aim to steal many kinds of linux passwords(including ssh,su,sudo) written by C.Attackers can use Impost3r to make a trap to steal the legal user's passwords XD. Features Automatically clean the trackUse DNS to transfer the resultReally hard for legal users can feel this attack Dependencies gcc Usage Impost3r can be used to steal passwords including sudo, su, and ssh services....

Xeexe : Undetectable & Xor Encrypting With Custom KEY

0

Xeexe is a undetectable Reverse shell & Xor encrypting with custom KEY(FUD Metasploit Rat) bypass Top Antivirus like BitDefender, Malwarebytes, Avast, ESET-NOD32, AVG,…(PYTHON 3). Undetectable Reverse Shell (Metasploit Rat) It is an FUD exploiting tool which compiles a malware with famous payload, and then the compiled malware can be executed on Windows the tool Provides An Easy way to create Backdoors...

Tangalanga : The Zoom Conference Scanner Hacking Tool

0

Tangalanga is a Zoom Conference scanner. This scanner will check for a random meeting id and return information if available. Install First try to see if there's any prebaked version for the date: https://github.com/elcuervo/tangalanga/releases.This versions already have a token ready to use.Either way you can find the Windows, Linux and Mac version on Releases https://github.com/elcuervo/tangalanga/releases.Download, uncompress and enjoy. Usage This are all the...

Spyeye : Script To Generate Win32 .exe File To Take Screenshots

0

SpyEye is a script to generate Win32 .exe file to take screenshots every ~10 seconds. Features Works on WAN: Port Forwarding by Serveo.netFully Undetectable (FUD) -> Don't Upload to virustotal.com! Usage git clone https://github.com/thelinuxchoice/spyeyecd spyeyebash install.shchmod +x spyeye./spyeye Disclaimer Usage of SpyEye for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws....

Words Scraper : Selenium Based Web Scraper To Generate Passwords List

0

Selenium based web scraper to generate passwords list. Installation $Download Firefox webdriver from https://github.com/mozilla/geckodriver/releases$ tar xzf geckodriver-v{VERSION-HERE}.tar.gz$ sudo mv geckodriver /usr/local/bin # Make sure it is in your PATH$ geckodriver --version # Make sure webdriver is properly installed$ git clone https://github.com/dariusztytko/words-scraper$ sudo pip3 install -r words-scraper/requirements.txt Use Cases Scraping words from the target's pages $ python3 words-scraper.py -o words.txt https://www.example.com https://blog.example.com Such generated words list...

JSshell – A JavaScript Reverse Shell For Exploiting XSS Remotely Or Finding Blind XSS

0

JSshell is a JavaScript reverse shell. This using for exploit XSS remotely, help to find blind XSS. This tool works for both Unix and Windows operating system and it can running with both Python 2 and Python 3. This is a big update of JShell - a tool to get a JavaScript shell with XSS by s0med3v. JSshell also doesn't...

Astsu : A Network Scanner Tool

0

Astsu is a network scanner tool, developed in Python 3 using scapy. How it works? Scan common ports : Send a TCP Syn packet to the destination on the defined port, if the port is open, use an nmap scan to check the service running on the port and prints all the ports found.Discover hosts in network : Uses as a...