Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/htrgouvea/research
- Owner: htrgouvea
- License: mit
- Created: 2015-09-17T16:17:01.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:44:09.000Z (3 months ago)
- Last Synced: 2024-11-04T14:37:12.716Z (3 months ago)
- Topics: blog, jekyll, personal-site, research
- Language: SCSS
- Homepage: https://heitorgouvea.me
- Size: 62.6 MB
- Stars: 20
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
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)