Attack Range : Tool To Simulate Attacks Against & Collect Data Into Splunk

0

Attack Range is a tool that allows you to create vulnerable instrumented local or cloud environments to simulate attacks against and collect the data into Splunk. It solves two main challenges in development of detections. First, it allows the user to quickly build a small lab infrastructure...

FFUF : Fast Web Fuzzer Written In Go

0

FFUF is a fast web fuzzer written in Go. So let have a look on some of the features of the tool that will make user understand more about it; Fast! Allows fuzzing of HTTP header values, POST data, and different parts of URL, including GET parameter names and values Silent mode (-s) for clean output that's easy to use in pipes...

Fileintel : A Modular Python Application To Pull Intelligence About Malicious Files

0

Fileinel is a tool used to collect various intelligence sources for a given file. Fileintel is written in a modular fashion so new intelligence sources can be easily added. Files are identified by file hash (MD5, SHA1, SHA256). The output is in CSV format and sent to STDOUT so the data can be saved or piped into another program. Since...

Genact : A Nonsense Activity Generator

0

Pretend to be busy or waiting for your computer when you should actually be doing real work! Impress people with your insane multitasking skills. Just open a few instances of genact and watch the show. It has multiple scenes that pretend to be doing something exciting or useful when in reality nothing is happening at all. Also Read - Ngrev...

ReconPi : A Lightweight Recon Tool That Performs Extensive Scanning

0

ReconPi is a lightweight recon tool that performs extensive reconnaissance with the latest tools using a Raspberry Pi. Installation Check the updated blogpost here for a complete guide on how to set up your own ReconPi: ReconPi Guide If you prepared your Raspberry Pi through the guide linked above you should be able to continue below. Tool v2.0 needs the HypriotOS (V1.10.0)...

AVG Antivirus – Is It Good For Your Computer?

0

AVG is always in the top 5 of the 2019 antivirus rankings. Many people use it because it is available for free. Despite the developers constantly offering to buy the paid version, the free solution is still good and offers comparable protection. We are going to tell you about some key points of the product. Do you need more details? Read the detailed AVG...

CAINE 11 – GNU/Linux Live Distribution

0

CAINE or Computer Aided INvestigative Environment is an Italian GNU/Linux live distribution created as a Digital Forensics project. Currently, the project manager is Nanni Bassetti (Bari - Italy). It offers a complete forensic environment that is organized to integrate existing software tools as software modules and to provide a friendly graphical interface. The main design objectives...

Ngrev : Tool For Reverse Engineering of Angular Applications

0

Graphical tool for reverse engineering of Angular projects. Ngrev allows you to navigate in the structure of your application and observe the relationship between the different modules, providers, and directives. The tool performs static code analysis which means that you don't have to run your application in order to use it. How To Use? macOS Go to the...

Functrace : A Function Tracer

0

Functrace is a tool that helps to analyze a binary file with dynamic instrumentation using DynamoRIO. These are some implemented features (based on DynamoRIO): disassemble all the executed codedisassemble a specific function (dump if these are addresses)get arguments of a specific function (dump if these are addresses)get return value of a specific function (dump if this is an...

APK-MITM : Android APK Files for HTTPS Inspection

0

APK-MITM is a CLI application that automatically prepares Android APK files for HTTPS inspection. Inspecting a mobile app's HTTPS traffic using a proxy is probably the easiest way to figure out how it works. However, with the Network Security Configuration introduced in Android 7 and app developers trying to prevent MITM attacks using certificate pinning, getting an app to...