-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
petry
committed
Sep 12, 2024
1 parent
03ea07c
commit 8ea3fae
Showing
3 changed files
with
25 additions
and
1,361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,10 @@ module.exports = { | |
text: 'About', | ||
link: '/about.md', | ||
}, | ||
{ | ||
text: 'To-do', | ||
link: '/todo.md', | ||
}, | ||
], | ||
}), | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
sidebar: false | ||
home: true | ||
heroText: null | ||
tagline: null | ||
footer: Made with VuePress 2 and Markdown — Guilherme M. Petry 2022 | ||
--- | ||
|
||
Active work: | ||
|
||
* JavaScript article... | ||
* Write "Dissecting Nmap" blog post (not started). | ||
* Write a guide to "FFuF with SecLists" (not started). | ||
|
||
Study: | ||
|
||
* Finish Ethical Hacking course (IDESP) (almost there...). | ||
* Finish Information Security Certificate from freecodecamp (almost there...) | ||
* Finish the JavaScript book and update the JavaScript Cast Specification post (almost there...). | ||
* Read "[The Penetration Testing Execution Standard](http://www.pentest-standard.org/index.php/Main_Page)" (not started). | ||
* Read "[OWASP Web Security Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)" (not started). |
Oops, something went wrong.