SwissKnife : Scriptable VSCode Extension To Generate Or Manipulate Data

0

The developers SwissKnife. Do conversions and generations right out of vs code. Extendable with user scripts. Currently Available Scripts Base64 decodeBase64 encodeBinary To TextBip39 MnemonicCSV to MarkdownCount charactersCount wordsCrypto currency valueDate to TimestampEliptic Curve Key PairGenerate PasswordHTML Encode (AlL)Hex decodeHex encodeHex to RGBIdentify hashJWT DecodeJoin linesLorem IpsumMarkdown to HTMLMd5 hashNew Swissknife Script (JS)New Swissknife Script (TS)Password strengthRGB To HexRSA Key pairRandom...

MoveKit : Cobalt Strike Kit For Lateral Movement

0

Movekit is an extension of built in Cobalt Strike lateral movement by leveraging the execute_assembly function with the SharpMove and SharpRDP .NET assemblies. The aggressor script handles payload creation by reading the template files for a specific execution type. IMPORTANT: To use the script a user will only need to load the MoveKit.cna aggressor script which will load all the...

ADFSBrute : A Script To Test Credentials Against Active Directory Federation Services

0

ADFSBrute is a script to test credentials against Active Directory Federation Services (ADFS), calculating the ADFS url of an organization and allowing password spraying or bruteforce attacks. The main idea is carrying out password spraying attacks with a random and high delay between each test and using a list of proxies or Tor to make the detection by the Blue...

Traitor : Automatic Linux Privesc Via Exploitation Of Low-Hanging Fruit E.G. GTFOBin

0

Traitor packages up a bunch of methods to exploit local misconfigurations and vulnerabilities (including most of GTFOBins) in order to pop a root shell. Automatically exploit low-hanging fruit to pop a root shell. Linux privilege escalation made easy! It'll exploit most sudo privileges listed in GTFOBins to pop a root shell, as well as exploiting issues like a writable docker.sock....

Ronin : A Ruby Platform For Vulnerability Research & Exploit Development

0

Ronin is a Ruby platform for vulnerability research and exploit development. Ronin allows for the rapid development and distribution of code, Exploits, Payloads, Scanners, etc, via Repositories. Console Ronin provides users with a powerful Ruby Console, pre-loaded with powerful convenience methods. In the Console one can work with data and automate complex tasks, with greater ease than the command-line. >> File.read('data').base64_decode Database Ronin...

DWN : A Docker Pwn Tool Manager

0

DWN is a "docker-compose for hackers". Using a simple YAML "plan" format similar to docker-compose, image names, versions and volume / port mappings are defined to setup a tool for use. Features With dwn you can: Configure common pentest tools for use in a docker containerHave context aware volume mountsDynamically modify port bindings without container restartsAnd more! Installation Simply run pip3 install dwn Usage dwn is actually...

How to Make More Money as a Cyber Security Expert – Everything You Need to Know

0

You have chosen a niche of immense capacity. The market size of cybersecurity is expected to swell from 137.6 Billion USD dollars in 2017 to almost double in the year 2023. This coupled with the shortage of skilled cybersecurity experts will allow you to make more money than your expectations.  However, the question is how to make more money as...

CPUFetch : Simplistic Yet Fancy CPU Architecture Fetching Tool

0

CPUFetch is a simple yet fancy CPU architecture fetching tool. Support cpufetch supports x86, x86_64 (Intel and AMD) and ARM. Platformx86_64ARMNotesGNU/Linux✔️✔️Best supportWindows✔️❌Some information may be missing.Colors will be used if supportedAndroid❗✔️Some information may be missing.Not tested under x86_64macOS✔️❌Some information may be missing.Apple M1 support may be addedin the future (see #47) Installation Building from source Just clone the repo and use make to compile it git...

AzureC2Relay : An Azure Function That Validates And Relays Cobalt Strike Beacon

0

AzureC2Relay is an Azure Function that validates and relays Cobalt Strike beacon traffic by verifying the incoming requests based on a Cobalt Strike Malleable C2 profile. Any incoming requests that do not share the profiles user-agent, URI paths, headers, and query parameters, will be redirected to a configurable decoy website. The validated C2 traffic is relayed to a team...

SNOWCRASH : A Polyglot Payload Generator

0

SNOWCRASH creates a script that can be launched on both Linux and Windows machines. Payload selected by the user (in this case combined Bash and Powershell code) is embedded into a single polyglot template, which is platform-agnostic. There are few payloads available, including command execution, reverse shell establishment, binary execution and some more :> Basic Usage Install dependencies: ./install.shList available payloads: ./snowcrash...