diff --git a/.github/workflows/snake.yml b/.github/workflows/snake.yml deleted file mode 100644 index 6b748fd..0000000 --- a/.github/workflows/snake.yml +++ /dev/null @@ -1,98 +0,0 @@ -name: GitHub Snake Game - - - -on: - - # Schedule the workflow to run daily at midnight UTC - - schedule: - - - cron: "0 0 * * *" - - - - # Allow manual triggering of the workflow - - workflow_dispatch: - - - - # Trigger the workflow on pushes to the main branch - - push: - - branches: - - - main - - - -jobs: - - generate: - - runs-on: ubuntu-latest - - timeout-minutes: 10 - - - - steps: - - # Step 1: Checkout the repository - - - name: Checkout Repository - - uses: actions/checkout@v3 - - - - # Step 2: Generate the snake animations - - - name: Generate GitHub Contributions Snake Animations - - uses: Platane/snk@v3 - - with: - - # GitHub username to generate the animation for - - github_user_name: ${{ github.repository_owner }} - - - - # Define the output files and their configurations - - outputs: | - - dist/github-snake.svg - - dist/github-snake-dark.svg?palette=github-dark - - dist/ocean.gif?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9 - - env: - - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - - # Step 3: Deploy the generated files to the 'output' branch - - - name: Deploy to Output Branch - - uses: peaceiris/actions-gh-pages@v3 - - with: - - github_token: ${{ secrets.GITHUB_TOKEN }} - - publish_dir: ./dist - - publish_branch: output - - # Optionally, you can set a custom commit message - - commit_message: "Update snake animation [skip ci]" - diff --git a/.github/workflows/waka-readme.yml b/.github/workflows/waka-readme.yml deleted file mode 100644 index 408211d..0000000 --- a/.github/workflows/waka-readme.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: WakaTime Stats - -on: - schedule: - - cron: '0 0 * * *' # Runs every day at midnight UTC - workflow_dispatch: - -jobs: - update-readme: - runs-on: ubuntu-latest - steps: - - uses: athul/waka-readme@v0.3.1 - with: - GH_TOKEN: ${{ secrets.GH_TOKEN }} - WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} - SHOW_TITLE: true - SHOW_EDITORS: true - SHOW_OS: true - SHOW_LANGUAGES: true - SHOW_TIME: true - SHOW_TOTAL: true diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md deleted file mode 100644 index 2e04ee1..0000000 --- a/README.md +++ /dev/null @@ -1,346 +0,0 @@ - - -
- - Typing SVG - -
-
-
- -I work primarily with modern web technologies and low-level systems, with a strong interest in performance, internals, and security. My work spans frontend interfaces, backend services, and reverse engineering workflows. - -My current stack includes **Next.js, TypeScript, Node.js, Express.js, Three.js, and GLSL**, alongside continuous work in **binary analysis and reverse engineering**. - -I actively study **C, C++, Go, Rust, Zig, Lua, OCaml, and x86 assembly**, focusing on system internals, memory, and how software behaves at a low level. - -I have a solid foundation in **HTML, CSS, Sass, JavaScript, React, Next.js, Tailwind CSS, backend APIs, Linux, and cybersecurity**, and I enjoy exploring how high-level systems interact with low-level components. - -All projects, experiments, and learning work are available at -**https://github.com/ExploitEngineer** - -For technical discussions related to **web architecture, system internals, reverse engineering, or security research**, feel free to reach out at -**abdulrafayofficial.work@gmail.com** - -
- -
- Cybersecurity Animation -
- -
- -

Connect with me:

-
- - - - - - - - - - - - - - - - - - - - - - - - -
-
- -

Languages and Tools:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- -

Languages Used:

-
- -![Most Used Languages](https://github-readme-stats-pi-two-58.vercel.app/api/top-langs/?username=ExploitEngineer&theme=shadow_blue&title_color=00abf0&bg_color=00000000&text_color=DEDEDE&hide_border=false&include_all_commits=true&count_private=true&layout=compact&langs_count=20&custom_title=Most%20Used%20Languages) -
- -
-

- -

-
- -
- -[![GitHub Streak](https://github-readme-streak-stats-jm7z.vercel.app?user=ExploitEngineer&theme=shadow_blue&hide_border=false&ring=00abf0&fire=00abf0&currStreakLabel=00abf0&sideNums=00abf0&sideLabels=00abf0&dates=DEDEDE&stroke=00abf0&bg_color=00000000&text_color=DEDEDE)](https://streak-stats.demolab.com/?user=ExploitEngineer) -
- -
- WakaTime All Time Stats -
-
- Exploit Engineer's Activity Graph -
-
- -
- - ![snake gif](https://github.com/ExploitEngineer/ExploitEngineer/blob/output/github-snake-dark.svg?color_snake=00abf0&color_dots=DEDEDE) -
-
- -
-

Visitors Count

-

- -

-
-
-
- - Typing SVG - -
- - diff --git a/github-snake-dark.svg b/github-snake-dark.svg new file mode 100644 index 0000000..ca4d3c9 --- /dev/null +++ b/github-snake-dark.svg @@ -0,0 +1 @@ +Generated with https://github.com/Platane/snk \ No newline at end of file diff --git a/github-snake.svg b/github-snake.svg new file mode 100644 index 0000000..1d06bcf --- /dev/null +++ b/github-snake.svg @@ -0,0 +1 @@ +Generated with https://github.com/Platane/snk \ No newline at end of file diff --git a/ocean.gif b/ocean.gif new file mode 100644 index 0000000..1c01b72 Binary files /dev/null and b/ocean.gif differ