Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/htrgouvea/research

My past public researches are archived here
https://github.com/htrgouvea/research

blog jekyll personal-site research

Last synced: 2 months ago
JSON representation

My past public researches are archived here

Awesome Lists containing this project

README

        


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](https://heitorgouvea.me); 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](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 |
| ----------- | ----------- | ----------- |
| [](_posts/) | | |
| [](_posts/) | | |
---

### Download and Set-up

```bash
# 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.](/.github/CONTRIBUTING.md) Please, report bugs via [issues page](https://github.com/htrgouvea/research/issues) and for security issues, see here the [security policy.](./SECURITY.md) (✿ ◕‿◕)

---

### License

This work is licensed under [MIT License.](./LICENSE.md)