Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
petry committed Sep 12, 2024
1 parent 03ea07c commit 8ea3fae
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1,361 deletions.
4 changes: 4 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ module.exports = {
text: 'About',
link: '/about.md',
},
{
text: 'To-do',
link: '/todo.md',
},
],
}),
}
21 changes: 21 additions & 0 deletions docs/todo.md
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).
Loading

0 comments on commit 8ea3fae

Please sign in to comment.