ヤミRoot VoidGate
User / IP
:
216.73.216.110
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
itrave
/
api
/
src
/
AppBundle
/
Utils
/
PkiServer
/
Model
/
Viewing: DistinguishedName.php
<?php namespace AppBundle\Utils\PkiServer\Model; class DistinguishedName { /** * @var string * */ private $C; /** * @var string * */ private $ST; /** * @var string * */ private $L; /** * @var string * */ private $O; /** * @var string * */ private $OU; /** * @var string * */ private $CN; /** * @var string * */ private $email; /** * @var string * */ private $ipAddress; /** * @var string * */ private $altNames; /** * Set C * * @param string $c * * @return DistinguishedName */ public function setC($c) { $this->C = $c; return $this; } /** * Get C * * @return string */ public function getC() { return $this->C; } /** * Set ST * * @param string $sT * * @return DistinguishedName */ public function setST($sT) { $this->ST = $sT; return $this; } /** * Get sT * * @return string */ public function getST() { return $this->ST; } /** * Set l * * @param string $L * * @return DistinguishedName */ public function setL($l) { $this->L = $l; return $this; } /** * Get L * * @return string */ public function getL() { return $this->L; } /** * Set o * * @param string $O * * @return DistinguishedName */ public function setO($o) { $this->O = $o; return $this; } /** * Get o * * @return string */ public function getO() { return $this->O; } /** * Set oU * * @param string $oU * * @return DistinguishedName */ public function setOU($oU) { $this->OU = $oU; return $this; } /** * Get oU * * @return string */ public function getOU() { return $this->OU; } /** * Set cN * * @param string $cN * * @return DistinguishedName */ public function setCN($cN) { $this->CN = $cN; return $this; } /** * Get cN * * @return string */ public function getCN() { return $this->CN; } /** * Set email * * @param string $email * * @return DistinguishedName */ public function setEmail($email) { $this->email = $email; return $this; } /** * Get email * * @return string */ public function getEmail() { return $this->email; } /** * Set ipAddress * * @param string $ipAddress * * @return DistinguishedName */ public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; return $this; } /** * Get ipAddress * * @return string */ public function getIpAddress() { return $this->ipAddress; } /** * Set altNames * * @param string $altNames * * @return DistinguishedName */ public function setAltNames($altNames) { $this->altNames = $altNames; return $this; } /** * Get altNames * * @return string */ public function getAltNames() { return $this->altNames; } }
Coded With 💗 by
0x6ick