fuzzpm icon indicating copy to clipboard operation
fuzzpm copied to clipboard

Differential Fuzzer to hunt for logic bugs on Perl Modules

heitorgouvea.me

Some notes, analysis and proof-of-concepts about my vulnerability research journey


Summary

My research focus is vulnerability discovery in applications/services and exploit devlopment, I have fun bypassing modern defenses, exploring systems and playing with new technologies and in parallel: sharing some of my research notes on my blog; Here, you can find some of my experiments, advisories and analysis of advisories from others researchers.

This repository stores all the structure, code and files of my personal website (https://heitorgouvea.me). My website was developed using Jekyll. Its basic structure revolves around this and some HTML5, CSS3 (with sass) and JavaScript files.


Download and Set-up

  # Download
  $ git clone https://github.com/htrgouvea/research && cd research
    
  # Building and running docker image
  $ docker build -t blog-jekyll .
  $ docker run -d -p 4000:4000 --name heitorgouvea.me blog-jekyll

Research


Contribution

  • Your contributions and suggestions are heartily ♥ welcome. See here the contribution guidelines. Please, report bugs via issues page and for security issues, see here the security policy. (✿ ◕‿◕)

  • If you are interested in providing financial support to this project, please visit: heitorgouvea.me/donate


License

  • This work is licensed under MIT License.