ヤミRoot VoidGate
User / IP
:
216.73.217.27
Host / Server
:
188.165.53.185 / urgencetoiture.be
System
:
Linux webm002.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
urgencetin
/
www
/
wp-content
/
plugins
/
gallery-1767770792
/
libs
/
UserAgent
/
Viewing: UserAgent.php
<?php namespace epsdonatj\UserAgent; class UserAgent implements UserAgentInterface { /** * @var string|null */ private $platform; /** * @var string|null */ private $browser; /** * @var string|null */ private $browserVersion; /** * UserAgent constructor. * * @param string|null $platform * @param string|null $browser * @param string|null $browserVersion */ public function __construct( $platform, $browser, $browserVersion ) { $this->platform = $platform; $this->browser = $browser; $this->browserVersion = $browserVersion; } /** * @return string|null * @see \epsdonatj\UserAgent\Platforms for a list of tested platforms */ public function platform() { return $this->platform; } /** * @return string|null * @see \epsdonatj\UserAgent\Browsers for a list of tested browsers. */ public function browser() { return $this->browser; } /** * The version string. Formatting depends on the browser. * * @return string|null */ public function browserVersion() { return $this->browserVersion; } }
Coded With 💗 by
0x6ick