Go-Dork : The Fastest Dork Scanner Written In Go

0

Go-Dork is the fastest dork scanner written in Go. Install Download a prebuilt binary from releases page, unpack and run! orIf you have go compiler installed and configured: > GO111MODULE=on go get -v github.com/dwisiswant0/go-dork/... Usage Basic Usage Simply, go-dork can be run with: > go-dork -q "inurl:'...'" Flags > go-dork -h This will display help for the tool. Here are all the switches it supports. FlagDescription-q/--querySearch query (required)-e/--engineProvide search engine...

PwnXSS : Vulnerability XSS Scanner Exploit

0

PwnXSS is a powerful XSS scanner made in python 3.7. Installing Requirements: BeautifulSoup4 pip install bs4 requests pip install requests python 3.7 Commands: git clone https://github.com/pwn0sec/PwnXSS chmod 755 -R PwnXSS cd PwnXSS python3 pwnxss.py --help Usage Basic usage: python3 pwnxss.py -u http://testphp.vulnweb.com Advanced usage: python3 pwnxss.py --help Main Features crawling all links on a website ( crawler engine )POST and GET forms are supportedmany settings that can be customizedAdvanced error handlingMultiprocessing support.✔️ETC.... Screenshot Download

PSMDATP : PowerShell Module For Managing Microsoft Defender Advanced Threat Protection

0

Welcome to the Microsoft Defender Advanced Threat Protection PowerShell module: PSMDATP This module is a collection of easy-to-use cmdlets and functions designed to make it easy to interface with the Microsoft Defender Advanced Threat Protection API. Motivation I created this PowerShell module for MDATP for the following reasons: Advance my PowerShell skillsProvide an easy way to interact with MDATP through PowerShell because I...

Using Bulk Scripting With remote.it

0

If you’re managing a fleet of devices (endpoints), you run into the challenge of managing and updating those devices without exposing your endpoints to attacks from hackers. You can create secure connections to your devices or even a secure virtual private internet of private connections using remote.it, but it can still be tedious to update hundreds or thousands of...

Sitrep : Extensible, Configurable Host Triage

0

SitRep is intended to provide a lightweight, extensible host triage alternative. Checks are loaded dynamically at runtime from stand-alone files. This allows operators to quickly modify existing checks, or add new checks as required. Checks are grouped by category and can be marked as OpSec safe/unsafe. unsafe checks are only loaded if the /AllowUnsafe flag is provided. Interesting results are highlighted...

Enum4Linux : A Linux Alternative To Enum.Exe

0

Enum4Linux is a Linux alternative to enum.exe for enumerating data from Windows and Samba hosts. It is a tool for enumerating information from Windows and Samba systems. It attempts to offer similar functionality to enum.exe formerly available from www.bindview.com. It is written in Perl and is basically a wrapper around the Samba tools smbclient, rpclient, net and nmblookup. The tool usage can...

IT Outstaffing In Ukraine: Pros and Cons

0

In the meantime, with the demand in the IT market, many business owners are searching for skilled professionals at lower prices to cut the costs on the company. Ukraine has recently been a focal point for major IT players to outsource their companies. Ukraine is trying to become the leading region for understanding the customer’s opportunities by demonstrating high...

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...