research

research

My past public researches are archived here

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.


Research

Title Description Category

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

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. (✿ ◕‿◕)


License

This work is licensed under MIT License.