Git Product home page Git Product logo

hantu's Introduction

๐Ÿ’ซ About Me:

๐Ÿ”ญ Iโ€™m working on finding vulnerabilities and securing systems..
๐ŸŒฑ My self-improvement goal for 2023 is to further learn how to tame the Linux Kernel and find ways to break it
โš™๏ธ I'm trying to stay on top of the fuzzing game
๐Ÿ’ก I'd love to finish an in-depth educational fuzzer next
๐Ÿ‘ฏ Happy to collab on any cool fuzzing/exploitation ideas!
๐Ÿ“š Always trying to make time to blog about my infosec experiences

๐ŸŒ Socials:

Twitter
Mastodon
Protonmail
Discord

๐Ÿ’ป Tech Stack:

C Go Python Rust Shell Script Docker

๐Ÿ“Š GitHub Stats:


๐Ÿ’ฐ You can support me by buying me a coffee :)!

BuyMeACoffee

hantu's People

Contributors

0xricksanchez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hantu's Issues

Extend the TestCase struct

Would probably be nice to extend the struct to have an accessed_ctr / priority field on top of an index field. The former could be used to keep track on how successful a test case is in driving a fuzzer into interesting areas. The latter could be used to allow stuff like:

let tc_byte = consume8(&test_case.data);
let tc_2bytes = consume16(&test_case.data);
let tc_as_string = consume_str(&test_case.data);

Refactor mutation engine to allow type-based mutations

Currently, our mutations are more or less based on a whole byte vector level represented by a Vec<u8>. It would be nice to offer more type-based mutations as well that span over all native Rust types.
This would allow a more generic approach and special mutators owned by types.
Something like:

/// Specific mutations that work a string level without or only partially having to rely on converting the string to a [u8]
impl mutate for String {}

/// Specfic mutations that work on a byte level
impl mutate for u8 {}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.