Vulnseeker

Documentation

Base Url

http://lzrconnector-vulnseeeker.lazarustechdev.com

Get leaks by ip

v1

http://lzrconnector-vulnseeeker.lazarustechdev.com/v1/get-leaks-by-ip/:ip

Params

Response

Returns a JSON with the information about the leaks associated with the given ip.
Successful response:

{
    {
        "data": {
            "ips": [
                "80.3.45.70"
            ],
            "vulnerable": {},
            "not_vulnerable": {},
            "start_date": "Tue Apr 22 15:15:46 2025",
            "nmap_command": "nmap -sV -oX  -oN - -v1 --script=vulners/vulners.nse"
        }
    }
}

Error

Return error message

{
    "error": "string"
}