Giter Site home page Giter Site logo

🖥️ 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}`;
    }
}

Arafat Ansari's Projects

awesome-quant icon awesome-quant

A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)

cvemon icon cvemon

Monitoring exploits & references for CVEs

everydaytodo icon everydaytodo

😎 Awesome lists about all kinds of interesting topics

flat-file-cms icon flat-file-cms

:open_file_folder: :page_with_curl: A list of strictly flat-file cms systems

fuzzing-templates icon fuzzing-templates

Community curated list of nuclei templates for finding unknown security vulnerabilities.

go-dork icon go-dork

The fastest dork scanner written in Go.

goad icon goad

game of active directory

h4cker icon h4cker

This repository is primarily maintained by Omar Santos (@santosomar) and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), artificial intelligence, vulnerability research, exploit development, reverse engineering, and more.

impacket icon impacket

Impacket is a collection of Python classes for working with network protocols.

learn365 icon learn365

This repository is about @harshbothra_'s 365 days of Learning Tweets & Mindmaps collection.

missing-cve-nuclei-templates icon missing-cve-nuclei-templates

Weekly updated list of missing CVEs in nuclei templates official repository. Mainly built for bug bounty, but useful for penetration tests and vulnerability assessments too.

nuclei-templates icon nuclei-templates

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

poc-in-github icon poc-in-github

📡 PoC auto collect from GitHub. ⚠️ Be careful Malware.

public-pentesting-reports icon public-pentesting-reports

Curated list of public penetration test reports released by several consulting firms and academic security groups

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.