项目作者: owlinux1000

项目描述 :
Generate cyclic pattern tool
高级语言: Rust
项目地址: git://github.com/owlinux1000/pattern-rust.git
创建时间: 2019-11-03T23:59:13Z
项目社区:https://github.com/owlinux1000/pattern-rust

开源协议:

下载


pattern

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

Installation

  1. $ cargo install pattern

How to use

  1. $ pattern -l 10
  2. Aa0Aa1Aa2Aa3Aa4Aa5Aa6Aa7Aa8Aa9Ab0Ab1Ab2Ab3Ab4Ab5Ab
  3. $ pattern -o Aa6A
  4. 18
  1. pattern 1.0.0
  2. encry1024 <encry1024@gmail.com>
  3. USAGE:
  4. pattern [FLAGS] [OPTIONS]
  5. FLAGS:
  6. -b Using big endian
  7. -h, --help Prints help information
  8. -V, --version Prints version information
  9. OPTIONS:
  10. -l, --length <length> The length of payload
  11. -o, --offset <offset> Calculate the offset with given value