Skip to content
View c0d3x27's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home
Block or Report

Block or report c0d3x27

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
c0d3x27/README.md

Hi there, I'm c0d3x27 πŸ‘‹

Twitter Follow

Visitors (Since 09/29/2021):

I'm a Pentester, Researcher, and Bug Hunter!!

  • πŸŽ“ Currently learning tricks
  • πŸ₯… Always willing to help others
  • πŸ”­ 2024 Goals: Contribute more to Open Source projects
  • ⚑ Fun fact: I love to hack and ride SportBikes

Connect with me:

c0d3x27.medium.com/ c0d3x27 | Twitter


Languages and Tools:

Visual Studio Code

HTML5

JavaScript

Node.js

SQL

MySQL

GitHub

Terminal

Python

Css

Electron

React



Top Langs

willianrod's wakatime stats


πŸ“• Check My Latest Articles

➑️ for more articles...


c0d3x27's GitHub stats

Pinned Loading

  1. AsciiPhoto AsciiPhoto Public

    Convert any Photo into an ASCII image

    Python 1

  2. s3_BucketFinder.py s3_BucketFinder.py
    1
    import requests,re
    2
    from urllib.parse import unquote
    3
    import checkdomains
    4
    domains = open("Domains-to-test.txt","r")
    5
    for domain in domains.readlines():