Skip to content
View arafatansari's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
Block or Report

Block or report arafatansari

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
arafatansari/README.md

๐Ÿ–ฅ๏ธ fsociety: Cryptoc0nman ๐Ÿ–ฅ๏ธ

๐Ÿ‘‹ Greetings, fellow cyber enthusiast!


๐Ÿ•ต๏ธโ€โ™‚๏ธ Welcome to my digital alter ego:

  • ๐Ÿ”’ Master of codes, breaker of chains. I venture deep into the realms of Infosec & Blockchain.
  • ๐ŸŒ Defender of the digital frontier. My mission? Safeguarding bytes and bits against the unseen.
  • ๐Ÿ’ก Constantly evolving, learning, and hacking the matrix of cyber technologies.

๐Ÿงฐ Tools of the Revolution:

Bashย  Pythonย  Gitย  Javascriptย  NodeJSย 

๐ŸŽง Soundtrack of My Life:

Music fuels my code. Here are some tracks that keep me in the zone:


๐Ÿ“Š Digital Shadows:

GitHub Streak Stats GitHub Stats

๐Ÿ•น๏ธ Play with Me:

Want a break? Let's play a quick game of Rock, Paper, Scissors!

function game(playerChoice) {
    const choices = ["rock", "paper", "scissors"];
    const computerChoice = choices[Math.floor(Math.random() * 3)];
    if (playerChoice === computerChoice) {
        return "It's a draw!";
    }
    if (
        (playerChoice === "rock" && computerChoice === "scissors") ||
        (playerChoice === "scissors" && computerChoice === "paper") ||
        (playerChoice === "paper" && computerChoice === "rock")
    ) {
        return `You win! Computer chose ${computerChoice}`;
    } else {
        return `You lose! Computer chose ${computerChoice}`;
    }
}

Popular repositories

  1. Goby Goby Public

    Forked from gobysec/Goby

    Attack surface mapping

    1

  2. Active-Directory-Exploitation-Cheat-Sheet Active-Directory-Exploitation-Cheat-Sheet Public

    Forked from S1ckB0y1337/Active-Directory-Exploitation-Cheat-Sheet

    A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.

    1

  3. nuclei-templates nuclei-templates Public

    Forked from projectdiscovery/nuclei-templates

    Community curated list of templates for the nuclei engine to find security vulnerabilities.

  4. PayloadsAllTheThings PayloadsAllTheThings Public

    Forked from swisskyrepo/PayloadsAllTheThings

    A list of useful payloads and bypass for Web Application Security and Pentest/CTF

    Python

  5. sherlock sherlock Public

    Forked from sherlock-project/sherlock

    ๐Ÿ”Ž Hunt down social media accounts by username across social networks

    Python

  6. everydaytodo everydaytodo Public

    Forked from sindresorhus/awesome

    ๐Ÿ˜Ž Awesome lists about all kinds of interesting topics