CodeCat : Tool To Help In Manual Analysis In CodeReview

0

CodeCat is a open source tool to help you in codereview, to find/track sinks and this points follow regex rules. How too install? Go to CodeCat directory, install backend and frontend libs: $ cd Front $ sudo python3 -m pip install -r requirements.txt $ cd .. $ cd Backend $ sudo python3 -m pip install -r requirements.txt Run backend and frontend… $ cd Codecat $ cd...

aSYNcrone : Multifunction SYN Flood DDoS Weapon

0

aSYNcrone is a C language based, malfunction SYN Flood DDoS Weapon. Disable the destination system by sending a SYN packet intensively to the destination. POWER!!! Also Read - CAPE : Malware Configuration And Payload Extraction USAGE git clone https://github.com/fatih4842/aSYNcrone.gitcd aSYNcronegcc aSYNcrone.c -o aSYNcrone -lpthread./aSYNcrone Specifications Internal random IP generatorUsing threads and faster prepare and sending SYN packetsDifferent...

BurpSuite : Secret Finder Extension To Discover APIkeys/Tokens From HTTP Response

0

BurpSuite is a Secret Finder Burp Suite extension to discover a apikey/tokens from HTTP response. Install >>Download SecretFinder wget https://raw.githubusercontent.com/m4ll0k/BurpSuite-Secret_Finder/master/SecretFinder.pyorgit clone https://github.com/m4ll0k/BurpSuite-Secret_Finder.git>>now open Burp > Extender > Extensions > Add > set python and select file (SecretFinder.py) Also Read - SubDomain3: A New Generation Tool For Discovering Subdomains Requirements jythonburpsuite Download

How To Enable The Undercover Mode In Kali Linux?

0

Last week, Kali Linux 2019.4 launched an Undercover Mode that can be used to make the Kali desktop look like Windows 10 quickly. As we know, Kali is a Linux distribution designed for ethical hacking and penetration testing and is widely used against an enterprise by investigators and red teams to conduct security checks. So if you're working in a...

Nessus Map : Parse Nessus File(s) & Shows Output In Interactive UI

0

Nessus Map parse .nessus file(s) and shows output in interactive User Interface. It just works by creating XML directory in Nessus_Map home directory and place all .nessus files under XML directory and start server. Nessus Map Requirements Python3Django Tested On Ubuntu 18.04 What it does? Vulnerability based parsingService based parsingHost bases parsingUnsupported OS parsingGenerate Executive Summary of scanExport parsed .nessus(s) to JSON file(s)Import JSON file...

Sooty : The SOC Analysts All-In-One CLI Tool To Automate & Speed Up Workflow

0

Sooty is a tool developed with the task of aiding SOC analysts with automating part of their workflow. One of the goals of Sooty is to perform as much of the routines checks as possible, allowing the analyst more time to spend on deeper analysis within the same time-frame. Sooty Can Currently Sanitise URL's to be safe...

CAPE : Malware Configuration And Payload Extraction

0

CAPE is a malware sandbox. It is derived from Cuckoo and is designed to automate the process of malware analysis with the goal of extracting payloads and configuration from malware. This allows CAPE to detect malware based on payload signatures, as well as automating many of the goals of malware reverse engineering and threat intelligence. There...

Goblin : An Impish, Cross-Platform Binary Parsing Crate, Written In Rust

0

Goblin is an impish, cross-platform binary parsing crate, written in Rust. It supports: An ELF32/64 parser, and raw C structsA 32/64-bit, zero-copy, endian aware, Mach-o parser, and raw C structsA PE32/PE32+ (64-bit) parser, and raw C structsA Unix archive parser and loader Usage Goblin requires rustc 1.31.1.Add to your Cargo.toml goblin = "0.1" Features Awesome crate namezero-copy, cross-platform, endian-aware, ELF64/32 implementation - wow!zero-copy, cross-platform, endian-aware, 32/64...

CCat: Cloud Container Attack Tool 2019

0

Cloud Container Attack Tool or CCat is a tool for testing security of container environments. Requirements Python 3.5+ is required.Docker is required. Note: It is tested with Docker Engine 19.03.1 version.Named profile is required for using AWS functionality.A service account or access token is required for using GCP functionality. Installation Note: We recommend using the provided Docker image to run it, so...

Prepare for Microsoft AZ-301 Exam with Practice Test from Exam-Labs. Verified!

0

The Microsoft Certified: Azure Solutions Architect Expert credential validates your understanding and proficiency in a wide range of IT roles, including networking, security, virtualization, data management, budgeting, identity, and governance. To earn this certificate, the candidates should pass two exams: AZ-300 and AZ-301. This certification guide focuses on Microsoft AZ-301. In this article, we will explain to you all...