8000 GitHub - fdvmoreira/badchars-create: Create bad characters for buffer overflow projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fdvmoreira/badchars-create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad Characters creator

This simple CLI application will help you with bad character generation when creating buffer overflow payloads.

Installation

Download Source code

git clone https://github.com/fdvmoreira/badchars_create.git && cd badchars-create

or

wget https://github.com/fdvmoreira/badchars_create/archive/refs/heads/main.zip -O badchars-create.zip
unzip badchars-create.zip
cd badchars-create

Compiling the application

  1. Build and change into the artefact's directory
cargo build --release && cd target/release
  1. Run the application
./badchars-create

Download executable

Search in the release tags

Usage

  • Display the help information
./badchars_create --help
  • Exclude 3 hexadecimal characters [\x00, \x45, \xf0]
./badchars_create --skip "\x00\x45\xf0"
  • Change the output format (defaults to standard output)
./badchars_create --format=string
  • The programming language in which the generated output will be used
./badchars_create --language python

Required Dependencies

argparse = "0.2.2"
colored = "2.0.0"

License

MIT License

Read the LICENSE

About

Create bad characters for buffer overflow projects

Resources

License

Stars

Watchers

Forks

Languages

0