All Projects → redcode-labs → Snowcrash

redcode-labs / Snowcrash

Licence: mit
A polyglot payload generator

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Snowcrash

Chaos
🔥 CHAOS is a Remote Administration Tool that allow generate binaries to control remote operating systems.
Stars: ✭ 1,168 (+716.78%)
Mutual labels:  payload
Go Deliver
Go-deliver is a payload delivery tool coded in Go.
Stars: ✭ 103 (-27.97%)
Mutual labels:  payload
Projecteuler
Polyglot solutions for www.projecteuler.net mathematical challenges
Stars: ✭ 137 (-4.2%)
Mutual labels:  polyglot
Uefi
Fast and lightweight yet another UEFI implementation
Stars: ✭ 79 (-44.76%)
Mutual labels:  payload
Tweetable Polyglot Png
Pack up to 3MB of data into a tweetable PNG polyglot file.
Stars: ✭ 299 (+109.09%)
Mutual labels:  polyglot
Ratel
RAT-el is an open source penetration test tool that allows you to take control of a windows machine. It works on the client-server model, the server sends commands and the client executes the commands and sends the result back to the server. The client is completely undetectable by anti-virus software.
Stars: ✭ 121 (-15.38%)
Mutual labels:  payload
Evilgrade
Evilgrade is a modular framework that allows the user to take advantage of poor upgrade implementations by injecting fake updates.
Stars: ✭ 1,086 (+659.44%)
Mutual labels:  payload
Metasploit Cheat Sheet
Metasploit Cheat Sheet 💣
Stars: ✭ 139 (-2.8%)
Mutual labels:  payload
Python Chess
A chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication
Stars: ✭ 1,341 (+837.76%)
Mutual labels:  polyglot
Relayer
SMB Relay Attack Script
Stars: ✭ 136 (-4.9%)
Mutual labels:  payload
Openapi Sampler
🔠 Tool for generation samples based on OpenAPI(fka Swagger) payload/response schema
Stars: ✭ 83 (-41.96%)
Mutual labels:  payload
Pentest Guide
Penetration tests guide based on OWASP including test cases, resources and examples.
Stars: ✭ 1,316 (+820.28%)
Mutual labels:  payload
Entropy
Entropy Toolkit is a set of tools to provide Netwave and GoAhead IP webcams attacks. Entropy Toolkit is a powerful toolkit for webcams penetration testing.
Stars: ✭ 126 (-11.89%)
Mutual labels:  payload
Terrastack
This project is archived, but the idea of Terrastack lives on in the Terraform CDK. - https://github.com/hashicorp/terraform-cdk
Stars: ✭ 71 (-50.35%)
Mutual labels:  polyglot
Hof
The High Code Framework (low-code for devs)
Stars: ✭ 138 (-3.5%)
Mutual labels:  polyglot
Shortcut Payload Generator
AutoIt HackTool, Shortcuts .lnk Payloads Generator As LNK-KISSER.
Stars: ✭ 69 (-51.75%)
Mutual labels:  payload
Duckyspark
Translator from USB-Rubber-Ducky payloads to a Digispark code.
Stars: ✭ 107 (-25.17%)
Mutual labels:  payload
Proton
Proton Framework is a Windows post-exploitation framework similar to other Windows post-exploitation frameworks. The major difference is that the Proton Framework does most of its operations using Windows Script Host, with compatibility in the core to support a default installation of Windows 2000 with no service packs all the way through Windows 10.
Stars: ✭ 142 (-0.7%)
Mutual labels:  payload
Python Plus Plus
A framework for creating Python/C++ polyglots, programs valid in both programming languages
Stars: ✭ 138 (-3.5%)
Mutual labels:  polyglot
Arcanus
ARCANUS is a customized payload generator/handler.
Stars: ✭ 130 (-9.09%)
Mutual labels:  payload

SNOWCRASH


SNOWCRASH

A polyglot payload generator

Language License

Introduction

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

  1. Install dependencies: ./install.sh

  2. List available payloads: ./snowcrash --list

  3. Generate chosen payload: ./snowcrash --payload memexec --out polyglot_script

  4. Change extension of the polyglot script: mv polyglot_script polyglot_script.ps1

  5. Execute polyglot script on the target machine

Additional notes

Delay before script run and payload execution can be specified as an interval (using --sleep flag) in the form:

x[s|m|h]

where

x = Amount of interval to spend in idle state
s = Seconds
m = Sinutes
h = Hours

After generation, the extension of generated script containing the payload can be set either to .sh or .ps1 (depending on the platform we want to target).

Generated payload can be written directly to STDOUT (instead of writing to a file) using --stdout flag.

Screenshots

License

This software is under MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].