The Importance of Using a VPN While Torrenting

0

Torrenting is today’s leading way to share files over the Internet. In the past, friends and family shared physical CDs, checking out the music, DVDs, and games they’ve collected. These days, however, a majority of multimedia releases are accessed in digital form. In other cases, a release might exist in digital format exclusively. Torrenting might be more accessible than physical...

Dnx Firewall – A Pure Python Next Generation Firewall Built On Top Of Linux Kernel/Netfilter

0

DNX Firewall is an optimized/high performance collection of applications or services to convert a standard linux system into a zone based next generation firewall. All software is designed to run in conjunction with eachother, but with a modular design certain aspects can be completely removed with little effort. The primary security modules have DIRECT/INLINE control over all connections, streams,...

FLUFFI : Fully Localized Utility For Fuzzing Instantaneously

0

FLUFFI is a distributed evolutionary binary fuzzer for pentesters. Usage 1)Adding runner systems to FUN All FuzzJobs are run on dedicated Runner systems in the FLUFFI Utility Network (FUN). You can bring your own system or use the FLUFFI PXE images (recommended). How to build these images is documented here. To add new systems: Physically plug your system into FUNCheck connectivity to gm.fluffi. For...

GRAT2 : Command And Control (C2) Project For Learning Purpose

0

GRAT2 is a Command and Control (C2) tool written in python3 and the client in .NET 4.0. The main idea came from Georgios Koumettou who initiated the project. Why we developed GRAT2 ? We are aware that there are numerous C2 tools out there but, we developed this tool due to curiosity of how C2 and other evasion techniques work. That's...

VMPDump : A Dynamic VMP Dumper And Import Fixer

0

VMPDump is a dynamic VMP dumper and import fixer, powered by VTIL. Works for VMProtect 3.X x64. Before vs After Usage VMPDump.exe <Target PID> "<Target Module>" Arguments: <Target PID>: The ID of the target process, in decimal or hex form.<Target Module>: The name of the module which should be dumped and fixed. This can be an empty string ("") if the process...

Moriarty Project : This Tool Gives Information About The Phone Number That You Entered

0

Moriarty is a tool that tries to find good information about the phone number that you provided Tries To Find Owner Of The NumberTries To Find Risk Level Of The NumberTries To Find Location,Time Zone Of The Number,CarrierTries To Find Social Media Platforms That The Number Is RegisteredTries To Find Links About Phone NumberTries To Find Comments About Phone NumberSends...

CRLFuzz : A Fast Tool To Scan CRLF Vulnerability Written In Go

0

CRLFuzz is a fast tool to scan CRLF vulnerability written in Go. Installation From Binary The installation is easy. You can download a prebuilt binary from releases page, unpack and run! or with curl -sSfL https://git.io/crlfuzz | sh -s -- -b /usr/local/bin From Source If you have go1.13+ compiler installed and configured: GO111MODULE=on go get -v github.com/dwisiswant0/crlfuzz/cmd/crlfuzz In order to update the tool, you can use -u...

Unimap : Scan Only Once By IP Address

0

Scan only once by IP address and reduce scan times with Nmap for large amounts of data. Unimap is an abbreviation of "Unique Nmap Scan". The tool can run in Linux, OSX, Windows or Android (Termux) without problems. Why? If you have plans to run an Nmap to a whole organization you need to consideer that surely tens, hundreds or even...

BXSS : A Blind XSS Injector Tool

0

BXSS is a blind XSS injector tool. Features Inject Blind XSS payloads into custom headersInject Blind XSS payloads into parametersUses Different Request Methods (PUT,POST,GET,OPTIONS) all at onceTool ChainingReally fastEasy to setup Install $ go get -u github.com/ethicalhackingplayground/bxss Arguments -- Coded by @z0idsec ---appendModeAppend the payload to the parameter-concurrency intSet the concurrency (default 30)-header stringSet the custom header (default "User-Agent")-parametersTest the parameters for blind xss-payload...

CRLFMap – A Tool To Find HTTP Splitting Vulnerabilities

0

CRLFMap is a tool to find HTTP Splitting vulnerabilities. Why? I wanted to write a tool in Golang for concurrencyI wanted to be able to fuzz both parameters and paths Installation go get github.com/ryandamour/crlfmap Help Available Commands:help Help about any commandscan A scanner for all your CRLF needsFlags:-h, --help help for crlfmap Scan Usage crlfmap scan --domains domains.txt --output results.txt---------------------------------------------------------------------------------------------v0.0.1---------------------------------------------------------------------------------------------:: Domains : domains.txt:: Payloads : payloads.txt::...