Charlotte : C++ Fully Undetected Shellcode Launcher

0

Charlotte is an c++ fully undetected shellcode launcher . Description 13/05/2021:c++ shellcode launcher, fully undetected 0/26 as of 13th May 2021.dynamic invoking of win32 api functionsXOR encryption of shellcode and function namesrandomised XOR keys and variables per runon Kali Linux, simply 'apt-get install mingw-w64*' and thats it!17/05/2021:random strings length and XOR keys length Antiscan.me Usage git clone the repository, generate your shellcode file with...

GraphQLmap : A Scripting Engine To Interact With A Graphql Endpoint For Pentesting Purposes

0

GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes. Install $ git clone https://github.com/swisskyrepo/GraphQLmap$ python graphqlmap.py_/ | | | / _ | | | | _ _ _ _ _ _ | |_ | | | | | _ _ _ _ _ _ | | | | '/ | '_ | '_ | | |...

Here’s What the Best Online Coding Classes Have Going for Them

0

In the last few years, online coding classes have become a common activity for parents everywhere to book for their children. Not only are the sessions fun, but they teach kids skills they’ll need in the classroom and workforce of the future. Before signing up your child for sessions, it’s crucial to know how to recognize the best programs from...

DivideAndScan : Divide Full Port Scan Results And Use It For Targeted Nmap Runs

0

DivideAndScan is used to efficiently automate port scanning routine by splitting it into 3 phases: Discover open ports for a bunch of targets.Run Nmap individually for each target with version grabbing and NSE actions.Merge the results into a single Nmap report (different formats available). For the 1st phase a fast port scanner is intended to be used (Masscan / RustScan / Naabu), whose output is parsed and...

Endpoint Detection and Response: 6 Best Practices You Must Know About

0

What Is Endpoint Detection and Response? An endpoint detection and response (EDR) solution is a collection of tools and processes used to detect and analyze potential attacks and their traces on endpoint devices. Endpoints include desktops, laptops, mobile devices, and other devices connected to a corporate network.  EDR solutions are designed to provide continuous monitoring and response to cyber threats and...

Qvm-Create-Windows-Qube : Spin Up New Windows Qubes Quickly, Effortlessly And Securely

0

qvm-create-windows-qube is a tool for quickly and conveniently installing fresh new Windows qubes with Qubes Windows Tools (QWT) drivers automatically. It officially supports Windows 7, 8.1 and 10 as well as Windows Server 2008 R2, 2012 R2, 2016 and 2019. The project emphasizes correctness, security and treating Windows as an untrusted guest operating system throughout the entire process. It also features other goodies such...

SQLFluff : A SQL Linter And Auto-Formatter For Humans

0

SQLFluff is a dialect-flexible and configurable SQL linter. Designed with ELT applications in mind, SQLFluff also works with jinja templating and dbt. SQLFluff will auto-fix most linting errors, allowing you to focus your time on what matters. Getting Started To get started, install the package and run sqlfluff lint or sqlfluff fix. $ pip install sqlfluff$ echo " SELECT a + b FROM tbl;...

AutoPentest DRL : Automated Penetration Testing Using Deep Reinforcement Learning

0

AutoPentest-DRL is an automated penetration testing framework based on Deep Reinforcement Learning (DRL) techniques. AutoPentest-DRL can determine the most appropriate attack path for a given logical network, and can also be used to execute a penetration testing attack on a real network via tools such as Nmap and Metasploit. This framework is intended for educational purposes, so that users...

ABPTTS : TCP Tunneling Over HTTP/HTTPS For Web Application Servers

0

ABPTTS uses a Python client script and a web application server page/package to tunnel TCP traffic over an HTTP/HTTPS connection to a web application server. In other words, anywhere that one could deploy a web shell, one should now be able to establish a full TCP tunnel. This permits making RDP, interactive SSH, Meterpreter, and other connections through the...

Etherblob Explorer : Search And Extract Blob Files On The Ethereum Blockchain Network

0

EtherBlob Explorer is a tool intended for researchers, analysts, CTF players or anyone curious enough wanting to search for different kinds of files or any meaningful human-supplied data on the Ethereum Blockchain Network. It searches over a user-supplied range of block IDs or UNIX timestamps on any of the 5 available networks: MainNet, Görli, Kovan, Rinkeby and Ropsten. For a...