Skip to content
View divinepwner's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report divinepwner

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

Pinned Loading

  1. TerraMaster-TOS-CVE-2020-15568 TerraMaster-TOS-CVE-2020-15568 Public

    Repository for CVE-2020-15568 Metasploit module

    Ruby 3

  2. voipmonitor unauth sql injection voipmonitor unauth sql injection
    1
    sql injection on user parameter. since, api.php file doesnt need any authentication attacker can exploit this vulnerability without any valid session or credentials.
    2
    
    
    3
    ```http
    4
    GET /voipmonitorpath/api.php?action=login&user=[inject_here]&pass=trollz HTTP/1.1
    5
    Host: vulnerableinstance
  3. OpManager Authenticated Remote Code ... OpManager Authenticated Remote Code Execution
    1
    require 'optparse'
    2
    require 'net/http'
    3
    require 'mime/types'
    4
    require 'uri'
    5