uutils Coreutils : A Comprehensive Guide To The Cross-Platform GNU Reimplementation In Rust

0

uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust. While all programs have been implemented, some options might be missing or different behavior might be experienced. To install it: cargo install coreutils ~/.cargo/bin/coreutils Goals uutils aims to be a drop-in replacement for the GNU utils. Differences with GNU are treated as bugs. uutils aims to work on as many platforms as possible,...

SQLx : The Asynchronous, Safe, And Flexible SQL Library For Rust

0

SQLx is an async, pure Rust† SQL crate featuring compile-time checked queries without a DSL. Truly Asynchronous. Built from the ground-up using async/await for maximum concurrency. Compile-time checked queries (if you want). See SQLx is not an ORM. Database Agnostic. Support for PostgreSQL, MySQL, MariaDB, SQLite. MSSQL was supported prior to version 0.7, but has been removed pending a full rewrite of the...

Pyxel : A Complete Guide To The Python-Based Game Engine

0

With simple specifications inspired by retro gaming consoles, such as displaying only 16 colors and supporting 4 sound channels, you can easily enjoy making pixel-art-style games. Pyxel's specifications and APIs are inspired by PICO-8 and TIC-80. Pyxel is open source under the MIT License and free to use. Let's start making retro games with Pyxel! Specifications Runs on Windows, Mac, Linux, and Web Programming...

Shadowsocks : The Ultimate Guide To Features, Installation, And Configuration

0

hickory-dns - Uses hickory-resolver as DNS resolver instead of tokio's builtin. local-http - Allow using HTTP protocol for sslocal local-http-native-tls - Support HTTPS with native-tls local-http-rustls - Support HTTPS with rustls local-tunnel - Allow using tunnel protocol for sslocal local-socks4 - Allow using SOCKS4/4a protocol for sslocal local-redir - Allow using redir (transparent proxy) protocol for sslocal local-dns - Allow using dns protocol for sslocal, serves...

Syscall Tables : Evolution From NT5 To NT11

0

Syscall tables are critical components of operating systems, mapping system calls to their respective kernel functions. This article delves into the evolution of Windows syscall tables across various versions, from Windows XP x64 to Windows 11. It explores the Ntoskrnl, Win32k, and IUM service tables, providing insights into their structures and differences across Windows builds, serving as a vital...

GitButler : Revolutionizing Branch Management With Virtual Branches

0

GitButler is a git client that lets you work on multiple branches at the same time. It allows you to quickly organize file changes into separate branches while still having them applied to your working directory. You can then push branches individually to your remote, or directly create pull requests. In a nutshell, it's a more flexible version of git...

Minegrief : Unpacking A Crafty Minecraft Malware

0

Self-spreading to other Minecraft servers using an extendable, module-based lateral movement system. Crafty Controller Auth'd RCE - undisclosed, unpatched, intentional(?) Auth'd RCE in Crafty Controller, a panel for Minecraft server management. Check for default creds of admin:crafty or brute force. SSH brute forcing - Classic SSH brute forcing, Minegrief will copy itself over SCP and execute itself if a login is...

ModTask – Task Scheduler Attack Tool

0

ModTask is an advanced C# tool designed for red teaming operations, focusing on manipulating scheduled tasks to facilitate both lateral movement and persistence in target networks. This tool allows users to list, analyze, and modify scheduled tasks on both local and remote systems. It supports a variety of trigger modifications and includes built-in features for cleaning up after operations...

HellBunny : Advanced Shellcode Loader For EDR Evasio

0

HellBunny is a malleable shellcode loader written in C and Assembly utilizing direct and indirect syscalls for evading EDR hooks. It can be built as EXE, DLL, or XLL and offers a variety of QoL features that make it more adaptable. The purpose of this research project was to develop a comprehensive understanding of the architecture and internals of the...

SharpRedirect : A Lightweight And Efficient .NET-Based TCP Redirector

0

SharpRedirect is a simple .NET Framework-based redirector from a specified local port to a destination host and port. Features Traffic Redirection: Redirects incoming TCP connections from a local port to a specified destination host and port. Bidirectional Communication: Supports full duplex communication between the client and the destination. Ease of Use: Simple command-line interface for quick setup. Lightweight and Efficient: Designed with asynchronous operations...