Sha256: 4aa879109d4512c917435b69c1588733babca925d93ed13d0312cb17e2f7f21f

Contents?: true

Size: 1.92 KB

Versions: 4

Compression:

Stored size: 1.92 KB

Contents

# ronin-exploits-new 1 "2023-02-01" Ronin "User Manuals"

## NAME

ronin-exploits-new - Creates a new exploit file

## SYNOPSIS

`ronin-exploits new` [*options*] *PATH*

## DESCRIPTION

Creates a new exploit file.

## ARGUMENTS

*PATH*
: The path to the exploit file to generate.

## OPTIONS

`-t`, `--type` `exploit`\|`heap-overflow`\|`stack-overflow`\|`command-injection`\|`web`\|`open-redirect`\|`lfi`\|`rfi`\|`sqli`\|`ssti`\|`xss`
: The type for the new exploit.

`-a`, `--author` *NAME*
: The name of the author. Defaults to the configured git author name or the
  `USERNAME` environment variable.

`-e`, `--author-email` *EMAIL*
: The email address of the author. Defaults to the configured git author email.

`-s`, `--summary` *TEXT*
: One sentence summary for the exploit.

`-d`, `--description` *TEXT*
: Longer description for the exploit.

`-I`, `--advisory-id` *ID*
: Add the advisory ID to the exploit.

`-R`, `--reference` *URL*
: Adds a reference to the exploit.

`-P`, `--has-payload` `payload`\|`asm`\|`shellcode`\|`c`\|`command`\|`shell`\|`powershell`\|`html`\|`javascript`\|`typescript`\|`java`\|`sql`\|`php`\|`nodejs`
: The payload type the exploit uses.

`-N`, `--networking` `remote-tcp`\|`remote-udp`\|`http`
: The networking mixin to use.

`-A`, `--arch` `x86`\|`x86-64`\|`amd64`\|`ia64`\|`ppc`\|`ppc64`\|`arm`\|`armbe`\|`arm64`\|`arm64be`\|`mips`\|`mipsle`\|`mips64`\|`mips64le`
: The architecture to target.

`-O`, `--os` `linux`\|`macos`\|`windows`\|`freebsd`\|`openbsd`\|`netbsd`
: The Operating System (OS) to target.

`--os-version` *VERSION*
: The OS version to target.

`-S`, `--software` *NAME*
: The software to target.

`-V`, `--software-version` *VERSION*
: The software version to target.

`-L`, `--loot`
: Adds the loot mixin.

`-h`, `--help`
: Print help information

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

[ronin-exploits-show](ronin-exploits-show.1.md) [ronin-exploits-run](ronin-exploits-run.1.md)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ronin-exploits-1.1.1 man/ronin-exploits-new.1.md
ronin-exploits-1.1.0 man/ronin-exploits-new.1.md
ronin-exploits-1.1.0.rc2 man/ronin-exploits-new.1.md
ronin-exploits-1.1.0.rc1 man/ronin-exploits-new.1.md