DrSemu : Malware Detection & Classification Tool Based on Dynamic Behavior

0

DrSemu is a malware Detection and Classification Tool Based on Dynamic Behavior. It runs executables in an isolated environment, monitors the behavior of a process, and based on Dr.Semu rules created by you or the community, detects if the process is malicious or not. With Dr.Semu you can create rules to detect malware based on dynamic behavior of a process. Isolation through redirection Everything happens from...

Syborg : Recursive DNS Subdomain Enumerator With Dead-End Avoidance System

0

Syborg is a recursive DNS subdomain enumerator with dead-end avoidance system (beta). It is a Recursive DNS Domain Enumerator which is neither active nor completely passive. This tool simply constructs a domain name and queries it with a specified DNS Server. When you run subdomain enumeration with some of the tools, most of them passively query public records like virustotal, crtsh or censys. This enumeration...

Web Scraping: Top 4 ways to use in business

0

Web Scraping is like an engine of power, incredibly powerful. Whether a startup idea just grows on your mind or you are existing companies that need level up your business, do not underestimate the power of this automatic technology. Today, I will review the top 4 ways to use a Web Scraper like the most known Parshub or Mozenda by...

Manul : A Coverage-Guided Parallel Fuzzer For Open-Source And Blackbox Binaries On Windows, Linux & Macos

0

Manul is a coverage-guided parallel fuzzer for open-source and black-box binaries on Windows, Linux and macOS (beta) written in pure Python. Quick Start pip3 install psutil git clone https://github.com/mxmssh/manul cd manul mkdir in mkdir out echo "AAAAAA" > in/test python3 manul.py -i in -o out -n 4 "linux/test_afl @@" Installing Radamsa sudo apt-get install gcc make git wget git clone https://gitlab.com/akihe/radamsa.git &&...

Fuzzowski : The Network Protocol Fuzzer

0

The idea is to be the Network Protocol Fuzzer that we will want to use. The aim of this tool is to assist during the whole process of fuzzing a network protocol, allowing to define the communications, helping to identify the "suspects" of crashing a service, and much more Last Changes Data Generation modules fully recoded (Primitives, Blocks, Requests)Improved Strings fuzzing libraries, allowing also for...

Nray : Distributed Port Scanner

0

Nray is a free, platform and architecture independent port and application layer scanner. Apart from regular targets (list of hosts/networks), it supports dynamic target selection, based on source like certificate transparency logs or LDAP. Furthermore, nray allow to run in a distributed manner to speed up scans and to perform scans from different vantage points. Event-based results allow to...

Burp Suite Extension For Generate A Random User Agents

0

A Burp Suite extension to help pentesters to generate a random user-agent. This extension has been developed by M'hamed (@m4ll0k) Outaadi. Installation Download a jar file in release or compile the java code: $ git clone https://github.com/m4ll0k/BurpSuite-Random_UserAgent.git random-useragents $ cd random-useragents/src/main/java $ javac burp/*.java $ jar cf random-useragents.jar burp/*.class Also Read - InjuredAndroid : A Vulnerable Android Application Demo https://imgur.com/4rRAIbX Download

CTFTool : Interactive CTF Exploration Tool

0

This is ctftool, an interactive command line tool to experiment with CTF, a little-known protocol used on Windows to implement Text Services. This might be useful for studying Windows internals, debugging complex issues with Text Input Processors and analyzing Windows security. It is possible to write simple scripts with ctftool for automating interaction with CTF clients or servers, or perform...

Aduket : Straight-forward HTTP Client Testing, Assertions Included

0

Aduket Straight-forward HTTP client testing, assertions included. Simple httptest.Server wrapper with a little request recorder spice on it. No special DSL, no complex API to learn. Just create a server and fire your request like an Hadouken then assert it. TODO Add support for accessing to each RequestRecorder of Route of MultiRouteServer Extract Request().Body to requestRecorder.Body...

OpenRelayMagic : Tool To Find SMTP Servers Vulnerable To Open Relay

0

OpenRelayMagic is a tool to test for vulnerable open relays on SMTP servers. Features Check single target/ domain listPort 587 and 465 ImplementedMultithreaded Also Read - Pytm : A Pythonic Framework For Threat Modeling Download