Skip to content
View shibasis-ls's full-sized avatar

Block or report shibasis-ls

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
shibasis-ls/README.md

░█▀▀░█░█░▀█▀░█▀▄░█▀█░█▀▀░▀█▀░█▀▀░░░█▀▀░█░█░█▀█░█░█░█▀▄░█░█░█░█░█▀▄░█░█ ░▀▀█░█▀█░░█░░█▀▄░█▀█░▀▀█░░█░░▀▀█░░░█░░░█▀█░█░█░█░█░█░█░█▀█░█░█░█▀▄░░█░ ░▀▀▀░▀░▀░▀▀▀░▀▀░░▀░▀░▀▀▀░▀▀▀░▀▀▀░░░▀▀▀░▀░▀░▀▀▀░▀▀▀░▀▀░░▀░▀░▀▀▀░▀░▀░░▀░

Typing SVG


visitor@github:~$ cat ./about_me.txt

  Name    : Shibasis Choudhury
  Handle  : shibasis-ls
  Uni     : NIT Durgapur  
  Focus   : Cybersecurity · Red Teaming · AI Red Teaming · Bug Bounty
  Status  : ▰▰▰▰▰▱  Learning every day
  Collab  : OPEN — reach out anytime ✅

> pinned.projects

Project Description Stack
netcat A Python reimplementation of core netcat functionality, built for network communication, remote command execution, and file transfer Python
tcp-proxy A transparent TCP proxy for intercepting, logging, and modifying traffic between a client and a remote host. Python
webbf A high-velocity tool designed to audit web authentication layers through automated credential spraying Python

> tech.stack

Languages

My languages

Frameworks & Operating Systems

My Skills


> currently.working_on

current = {
    "learning"  : ["WebApp Pentesting", "AI Red Teaming", "Active Directory"],
    "building"  : "Custom C2 Framework",
    "reading"   : "Black Hat Python",
}

> contact.init()

contact = {
    "github"  : "github.com/shibasis-ls",
    "email"   : "[email protected]",
    "uni"     : "NIT Durgapur",
    "status"  : "Open to collabs & opportunities 🟢",
}

print("Let's make the internet a safer place")

GitHub GitHub Visitors


// the system is only as strong as its weakest link.

Pinned Loading

  1. netcat netcat Public

    A lightweight Python reimplementation of core netcat functionality, built for network communication, remote command execution, and file transfer.

    Python

  2. sha256sum_crack sha256sum_crack Public

    crack sha256sum hashes to simple password using a dictionary attack

    Python

  3. tcpproxy tcpproxy Public

    A transparent TCP proxy for intercepting, logging, and modifying traffic between a client and a remote host.

    Python 1

  4. webbf webbf Public

    website login form brute-forcing using credential spraying

    Python