diff --git a/.github/workflows/cobrinha b/.github/workflows/cobrinha deleted file mode 100644 index 910a240..0000000 --- a/.github/workflows/cobrinha +++ /dev/null @@ -1,44 +0,0 @@ -name: generate animation - -on: - # run automatically every 24 hours - schedule: - - cron: "0 */24 * * *" - - # allows to manually run the job at any time - workflow_dispatch: - - # run on every push on the master branch - push: - branches: - - master - - - -jobs: - generate: - runs-on: ubuntu-latest - timeout-minutes: 10 - - steps: - # generates a snake game from a github user () contributions graph, output a svg animation at - - name: generate github-contribution-grid-snake.svg - uses: Platane/snk/svg-only@v3 - with: - github_user_name: ${{ github.repository_owner }} - outputs: | - dist/github-contribution-grid-snake.svg - dist/github-contribution-grid-snake-dark.svg?palette=github-dark - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - # push the content of to a branch - # the content will be available at https://raw.githubusercontent.com//// , or as github page - - name: push github-contribution-grid-snake.svg to the output branch - uses: crazy-max/ghaction-github-pages@v3.1.0 - with: - target_branch: output - build_dir: dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/cobrinha.yml b/.github/workflows/cobrinha.yml deleted file mode 100644 index 910a240..0000000 --- a/.github/workflows/cobrinha.yml +++ /dev/null @@ -1,44 +0,0 @@ -name: generate animation - -on: - # run automatically every 24 hours - schedule: - - cron: "0 */24 * * *" - - # allows to manually run the job at any time - workflow_dispatch: - - # run on every push on the master branch - push: - branches: - - master - - - -jobs: - generate: - runs-on: ubuntu-latest - timeout-minutes: 10 - - steps: - # generates a snake game from a github user () contributions graph, output a svg animation at - - name: generate github-contribution-grid-snake.svg - uses: Platane/snk/svg-only@v3 - with: - github_user_name: ${{ github.repository_owner }} - outputs: | - dist/github-contribution-grid-snake.svg - dist/github-contribution-grid-snake-dark.svg?palette=github-dark - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - # push the content of to a branch - # the content will be available at https://raw.githubusercontent.com//// , or as github page - - name: push github-contribution-grid-snake.svg to the output branch - uses: crazy-max/ghaction-github-pages@v3.1.0 - with: - target_branch: output - build_dir: dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md deleted file mode 100644 index a051e59..0000000 --- a/README.md +++ /dev/null @@ -1,42 +0,0 @@ -### Olá Me chamo Luã👋 :sparkle: -🕶️ Quem sou eu - -🧑‍💻 Iniciante em Pentest e Segurança Ofensiva - -🌐 Com experiência prévia em infraestrutura e redes - -🧱 Construindo base sólida antes de pular para coisas avançadas - -📚 Aprendendo no dia a dia com labs, CTFs, cursos e muita documentação - -Objetivo: sair do básico para atuar de forma profissional em segurança ofensiva, usando meu conhecimento de redes e infra como diferencial. - - ╔══════════════════╗ - ║ C0p0l4_404 ║ - ║ [ RED • TEAM ] ║ - ╚══════════════════╝ - \ ^__^ - \ (xx)\_______ - (__)\ )\/\ - U ||----w | - || || - - -📚 O que estou estudando agora - -Fundamentos de Pentest Web (requisições HTTP, auth, sessões, OWASP Top 10) - -Enumeração e Reconhecimento (serviços, portas, banners) - -Conceitos de Red Team - -Exploração inicial em ambientes de laboratório (máquinas vulneráveis, VMs) - -Análise de tráfego com foco em entender melhor ataques e respostas - -📈 Estatísticas do GitHub -

- - -🔗 Contato -

aprendendo um pouco todo dia, sem pular etapas.

``` diff --git a/github-contribution-grid-snake-dark.svg b/github-contribution-grid-snake-dark.svg new file mode 100644 index 0000000..e6952d9 --- /dev/null +++ b/github-contribution-grid-snake-dark.svg @@ -0,0 +1 @@ +Generated with https://github.com/Platane/snk \ No newline at end of file diff --git a/github-contribution-grid-snake.svg b/github-contribution-grid-snake.svg new file mode 100644 index 0000000..0f7634b --- /dev/null +++ b/github-contribution-grid-snake.svg @@ -0,0 +1 @@ +Generated with https://github.com/Platane/snk \ No newline at end of file