Skip to content
View aryanrangapur's full-sized avatar
🥗
veggies
🥗
veggies

Block or report aryanrangapur

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 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

Pinned Loading

  1. Vulnerability-Scanner-MCP-Server Vulnerability-Scanner-MCP-Server Public

    An MCP server that combines Nmap scanning with CVE intelligence to detect open ports, services, and known vulnerabilities on authorized networks.

    Python 2

  2. Multi-Tenant-PrestaShop-SaaS-Server Multi-Tenant-PrestaShop-SaaS-Server Public

    This project sets up a multi-tenant SaaS platform for PrestaShop, dynamically provisioning isolated Docker environments for each store via a Flask backend.

    TypeScript

  3. FluxBox FluxBox Public

    drop it, pick it.

    TypeScript

  4. IIT-DM/BattleofLLMs IIT-DM/BattleofLLMs Public

    Benchmarks of LLMs with Conversational QA datasets.

    Python 6 2

  5. Expenso Expenso Public

    Take control of your finances with Expenso - where modern technology meets practical financial management.

    TypeScript

  6. SMTP Server. SMTP Server.
    1
    const SMTPServer = require("smtp-server").SMTPServer;
    2
    
                  
    3
    const server = new SMTPServer({
    4
    
                  
    5
        allowInsecureAuth: true,