pattern 1.0.0

A command line tool to generate cyclic pattern
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 7.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • owlinux1000

pattern

pattern is a command line tool to create cyclic pattern like Metasploit.

Installation

$ cargo install pattern

How to use

$ 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