Stegify : Go Tool For LSB Steganography,Capable Of Hiding Any File Within An Image

0

Stegify is a Go tool for LSB steganography, capable of hiding any file within an image. It is a simple command line tool capable of fully transparent hiding any file within an image. This technique is known as LSB (Least Significant Bit) Install $ go get -u github.com/DimitarPetrov/stegify Usage As a command line tool $ stegify -op encode -carrier -data -result $...

Cloud-Based Anti-Phishing Tools Can Help Prevent Phishing Attempts By Cybercriminals

0

Phishing has, is, and will always remain a threat. The most advanced cloud-based anti-phishing tools are there to help you not only to combat such threats to your enterprise, but also to educate your employees to make them aware and vigilant against such vulnerabilities. People have been working on computers and the internet long enough to know what phishing is....

Shodan Eye : Tool Collects All The Information About All Devices Directly Connected To The Internet

0

Shodan Eye tool collects all information about all devices that are directly connected to the internet with the specified keywords that you enter. This way you get a complete overview. The types of devices that are indexed can vary enormously: from small desktops, refrigerators to nuclear power plants and everything in between. You can find everything using "your own" specified...

Pyrdp : MITM & Library For Python 3 With The Ability To Watch Connections Live Or After The Fact

0

PyRDP is a Python 3 Remote Desktop Protocol (RDP) Man-in-the-Middle (MITM) and library. It features a few tools: RDP Man-in-the-MiddleLogs credentials used when connectingSteals data copied to the clipboardSaves a copy of the files transferred over the networkCrawls shared drives in the background and saves them locallySaves replays of connections so you can look at them laterRuns console commands or...

Grapl : Graph platform for Detection and Response

0

Grapl is a Graph Platform for Detection and Response. In short, Grapl will take raw logs, convert them into graphs, and merge those graphs into a Master Graph. It will then orchestrate the execution of your attack signatures and provide tools for performing your investigations. Grapl supports nodes for: Processes (Beta)Files (Beta)Networking (Alpha) and currently parses Sysmon logs or a generic JSON...

Metame : Metamorphic Code Engine For Arbitrary Executables

0

Metame is a simple metamorphic code engine for arbitrary executable. Metamorphic code is code that when run outputs a logically equivalent version of its own code under some interpretation. This is used by computer viruses to avoid the pattern recognition of anti-virus software. It implementation works this way: Open a given binary and analyze the codeRandomly replace instructions with equivalences...

GitGraber : Monitor GitHub To Search & Find Sensitive Data

0

GitGraber is a tool developed in Python3 to monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe. How it work ? It's important to understand that gitGraber is not designed to check history of repositories, many tools can already do that great. gitGraber was...

FileGPS : A Tool That Help You To Guess How Your Shell Was Renamed

0

FileGPS is a tool that uses various techniques to find the new filename, after the server-side script renamed and saved it. When you upload a shell on a web-server using a file upload functionality, usually the file get renamed in various ways in order to prevent direct access to the file, RCE and file overwrite. Some of the techniques...

ActiveReign : A Network Enumeration & Attack Toolset

0

ActiveReign is a network enumeration and attack toolset.A while back I was challenged to write a discovery tool with Python3 that could automate the process of finding sensitive information on network file shares. After writing the entire tool with pysmb, and adding features such as the ability to open and scan docx an xlsx files. We slowly started adding...

Revshellgen : Reverse Shell Generator Written In Python

0

Revshellgen is a standalone python script for generating reverse shells easily and automating the boring stuff like URL encoding the command and setting up a listener. Download git clone https://github.com/t0thkr1s/revshellgen Also Read - Ehtools : Penetration Tools That Can Be Explored Easily Install The script has 2 dependencies: pyperclipcolorama You can install these by typing: python3 setup.py install Disclaimer This tool is only for testing and academic...