Skip to content
View sumeet-darekar's full-sized avatar
😄
hii
😄
hii

Block or report sumeet-darekar

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

Pinned Loading

  1. sekiato sekiato Public

    Sekiato - A Vulnerability Sentinel

    TypeScript 2

  2. stainql stainql Public

    Automating boring parts of graphql testing

    Python 2

  3. chrome_debugger_CTF_challenges chrome_debugger_CTF_challenges Public

    Browser debugger CTF

    HTML

  4. This script performs a static securi... This script performs a static security analysis of an Android APK using gemini-cli. It checks for common issues like backup configuration, debuggable flags, exposed WebViews, Firebase misconfigurations, SQL injection risks, and more
    1
    #!/bin/bash
    2
    
                  
    3
    
                  
    4
    if ! command -v gemini &> /dev/null; then
    5
        echo "Error: gemini CLI not found. Please install it first."
  5. jsmon jsmon Public

    Forked from robre/jsmon

    a javascript change monitoring tool for bugbounties

    Python