Pwnat : Bridging NAT Barriers Without Port Forwarding

0

pwnat, by Samy Kamkar, is a tool that allows any client behind a NAT to communicate with a server behind a separate NAT with no port forwarding and no DMZ setup on any routers in order to directly communicate with each other. There is no middle man, no proxy, no third party, no UPnP required, no spoofing, no DNS tricks. The server does not...

CLI Usage : Command-Line Mastery With The BlueKit Toolkit

0

Explore the comprehensive command-line interface (CLI) of the BlueKit toolkit designed for cybersecurity professionals. This article delves into the various CLI commands and options available, providing detailed explanations on how to effectively manage and deploy exploits. Whether you're checking system setups or running targeted exploits, this guide equips you with the necessary knowledge to leverage the full potential of...

apkInspector – A Comprehensive Tool For APK Analysis And Evasion Detection

0

apkInspector is a tool designed to provide detailed insights into the zip structure of APK files, offering the capability to extract content and decode the AndroidManifest.xml file. What sets APKInspector apart is its adherence to the zip specification during APK parsing, eliminating the need for reliance on external libraries. This independence, allows APKInspector to be highly adaptable, effectively emulating...

WinRM Client Certificate Authentication : Step-By-Step Setup And Configuration Guide

0

This repo demonstrates how to create certificates for WinRM/WSMan client certificate authentication and how to configure Windows to setup the service side to allow those certificates for client authentication. It has some Ansible playbooks that can be used to do all the necessary steps plus some standalone scripts and background information to help you understand how certificate authentication works...

MSC Dropper – A Python Tool For Custom MSC File Creation And Payload Execution

0

MSC Dropper is a Python script designed to automate the creation of MSC (Microsoft Management Console) files with customizable payloads for arbitrary execution. This tool leverages a method discovered by Samir (@SBousseaden) from Elastic Security Labs, termed #GrimResource, which facilitates initial access and evasion through mmc.exe. Overview The script allows users to generate MSC files that can execute arbitrary commands or scripts...

Atexec-Pro : Advanced Features And Usage For Remote Command Execution

0

Modified based on atexec.py. The TSCH service is used by default(need port 135 a dynamic high port), port 445 is no longer required. ATSVC need port 445 The technology is mainly based on this article by zcgonvh. Features CMD command execute PS command execute File Upload File Download .Net assembly execute Support ATSVC and TSCH interface. Note: functions upload, download and execute-assembly currently only support files up to 1MB in size. All functions do not bypass AMSI. Usage usage: atexec-pro.py [-h] [-i {TSCH,ATSVC}]...

Project Horus – The Comprehensive Toolkit For Investigation Assistance

0

Project Horus, your ultimate pre-operations tool tailored for enhancing investigation processes. This comprehensive toolkit leverages advanced APIs and data compilation strategies to streamline your investigative workflow. Whether you're a security professional or a tech enthusiast, Horus equips you with the necessary tools to elevate your analytical capabilities. Table of Contents 🚀 About Horus ⚡ Installation and Usage Instructions ⚙️ API Configuration 🔮 Intended Features 🤝...

CVE-2024-29824 : Exploring The Remote Code Execution Vulnerability In Ivanti EPM

0

In recent developments, a significant security vulnerability has emerged within Ivanti Endpoint Manager (EPM), identified as CVE-2024-29824. This critical flaw allows for remote code execution (RCE), posing a severe risk to systems running the affected software. The exploit enables attackers to execute arbitrary code on target systems, potentially leading to full system compromise. This article delves into the technical...

Awesome Web Hacking – A Comprehensive Guide To Tools, Techniques, And Resources

0

This list is for anyone wishing to learn about web application security but do not have a starting point. You can help by sending Pull Requests to add more information. If you're not inclined to make PRs you can tweet me at @infoslack Table Of Contents Books Documentation Tools Cheat Sheets Docker Vulnerabilities Courses Online Hacking Demonstration Sites Labs SSL Security Ruby on Rails Books The Web Application Hacker’s Handbook: Finding and Exploiting Security Flaws Hacking Web...

Security Ninjas AppSec Training – Your Complete Guide To Mastering Application Security

0

This hands-on training lab consists of 10 fun real world like hacking exercises, corresponding to each of the OWASP Top 10 vulnerabilities. Hints and solutions are provided along the way. Although the backend for this is written in PHP, vulnerabilities would remain the same across all web based languages, so the training would still be relevant even if you...