https://github.com/owlinux1000/pattern-rust
Generate cyclic pattern tool
https://github.com/owlinux1000/pattern-rust
cyclic-pattern exploit-development rust
Last synced: 8 months ago
JSON representation
Generate cyclic pattern tool
- Host: GitHub
- URL: https://github.com/owlinux1000/pattern-rust
- Owner: owlinux1000
- Created: 2019-11-03T23:59:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T23:59:38.000Z (over 6 years ago)
- Last Synced: 2025-03-06T00:26:30.212Z (about 1 year ago)
- Topics: cyclic-pattern, exploit-development, rust
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pattern
`pattern` is a command line tool to create cyclic pattern like Metasploit.
## Installation
```sh
$ cargo install pattern
```
## How to use
```sh
$ pattern -l 10
Aa0Aa1Aa2Aa3Aa4Aa5Aa6Aa7Aa8Aa9Ab0Ab1Ab2Ab3Ab4Ab5Ab
$ pattern -o Aa6A
18
```
```sh
pattern 1.0.0
encry1024
USAGE:
pattern [FLAGS] [OPTIONS]
FLAGS:
-b Using big endian
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-l, --length The length of payload
-o, --offset Calculate the offset with given value
```