How Technology Can Make the Writing Process Easier

0

With many students facing academic challenges, technology can be quite useful. There are many online tools and services that can assist with the writing process, allowing students to get the help needed to complete assignments. While many turn to services that feature essay writing help, there are other tools that can be useful in enhancing writing skills. Students have access...

Turbo Intruder : A Burp Suite Extension For Sending Large Numbers

0

Turbo Intruder is a Burp Suite extension for sending large numbers of HTTP requests and analyzing the results. It's intended to complement Burp Intruder by handling attacks that require exceptional speed, duration, or complexity. The following features set it apart: Fast - Turbo Intruder uses a HTTP stack hand-coded from scratch with speed in mind. As a result, on many...

Lazy-RDP : Script For AutomRDPatic Scanning And Brute-Force

0

Lazy-RDP is a Script for automatic scanning of the address list for the presence of open 3389 ports, and then selecting the method and starting busting pair login / password. The script is tuned for Kali linux 2.0, Kali linux 2016.2 и Kali linux 2017.1, 2017.2 systems and higher versions . To work correctly, the script requires the establishment: masscan, curl...

SnitchDNS : Database Driven DNS Server With A Web UI

0

SnitchDNS is a database driven DNS Server with a Web UI, written in Python and Twisted, that makes DNS administration easier with all configuration changed applied instantly without restarting any system services. One of its main features is the logging of all DNS queries allowing the discovery of network traffic endpoints, and it can also be used to implement canary...

Genisys : Powerful Telegram Members Scraping and Adding Toolkit

0

Genisys is a Powerful Telegram Members Scraping and Adding Toolkit. Features ADDS IN BULKScrapes and adds to public groupsWorks in Windows systemsYou can run unlimited accounts at the same time in order to add membersCSV files auto-distributer based on number of accounts to usePowerful scraping tool that can scrape active members from any public groupYou can add members both by...

Confused : Tool To Check For Dependency Confusion Vulnerabilities

0

Confused is a tool for checking for lingering free namespaces for private package names referenced in dependency configuration for Python (pypi) requirements.txt, JavaScript (npm) package.json, PHP (composer) composer.json or MVN (maven) pom.xml. What is this all about? On 9th of February 2021, a security researcher Alex Birsan published an article that touched different resolve order flaws in dependency management tools present...

DLLHSC : DLL Hijack SCanner A Tool To Assist With The Discovery

0

DLLHSC(DLL Hijack SCanner) is a tool to generate leads and automate the discovery of candidates for DLL Search Order Hijacking. Contents Of This Repository This repository hosts the Visual Studio project file for the tool (DLLHSC), the project file for the API hooking functionality (detour), the project file for the payload and last but not least the compiled executables for x86...

PowerSharpPack : Offensive CSharp Projects Wraped Into Powershell

0

PowerSharpPack is a tool with many useful offensive CSharp Projects warped into Powershell for easy usage. Why? In my personal opinion offensive Powershell is not dead because of AMSI, Script-block-logging, Constrained Language Mode or other protection features. Any of these mechanisms can be bypassed. Since most new innovative offensive security projects are written in C# I decided to make them...

Girsh : Automatically Spawn A Reverse Shell Fully Interactive

0

With Girsh, just run it and it will detect the OS and execute the correct commands to upgrade it to a full interactive reverse shell. For a Linux Get the terminal's sizeSpawn a tty using python2.7, python3 and pythonChange the terminal as raw For a Windows Dowload ConPTY on the same machine and same port as the reverse shell serverListen for getting the...

HTTP_Bridge : Send TCP Stream Packets Over Simple HTTP Request

0

HTTP_Bridge is a tool used for compouned of two parts, the server and a client. Server The server is just a php file with some logic to keep a stateful connections using tcp sockets, and handle the incomming http requests; by now this logic only works over linux servers. I've test it with apache+mod_php, nginx+php-fpm and the built-in php server (php -S) Client The...