Crates.io | pattern |
lib.rs | pattern |
version | 1.0.0 |
source | src |
created_at | 2019-11-03 23:56:54.710338 |
updated_at | 2019-11-03 23:56:54.710338 |
description | A command line tool to generate cyclic pattern |
homepage | |
repository | |
max_upload_size | |
id | 177873 |
size | 5,418 |
pattern
is a command line tool to create cyclic pattern like Metasploit.
$ cargo install pattern
$ pattern -l 10
Aa0Aa1Aa2Aa3Aa4Aa5Aa6Aa7Aa8Aa9Ab0Ab1Ab2Ab3Ab4Ab5Ab
$ pattern -o Aa6A
18
pattern 1.0.0
encry1024 <encry1024@gmail.com>
USAGE:
pattern [FLAGS] [OPTIONS]
FLAGS:
-b Using big endian
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-l, --length <length> The length of payload
-o, --offset <offset> Calculate the offset with given value