ヤミRoot VoidGate
User / IP
:
216.73.216.143
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
/
Entity
/
SSLCert
/
Viewing: CustomerCertData.php
<?php namespace AppBundle\Entity\SSLCert; use Doctrine\ORM\Mapping as ORM; /** * CustomerCertData * * @ORM\Table(name="customer_cert_data") * @ORM\Entity(repositoryClass="AppBundle\Repository\SSLCert\CustomerCertDataRepository") */ class CustomerCertData { /** * @var int * * @ORM\Column(name="id", type="integer") * @ORM\Id * @ORM\GeneratedValue(strategy="AUTO") */ private $id; /** * @var int * * @ORM\Column(name="customerId", type="integer", unique=true) */ private $customerId; /** * @var string * * @ORM\Column(name="privateKey", type="text") */ private $privateKey; /** * @var string * * @ORM\Column(name="cert", type="text") */ private $cert; /** * @var string * * @ORM\Column(name="passphrase", type="string", length=255) */ private $passphrase; /** * Get id * * @return int */ public function getId() { return $this->id; } /** * Set customerId * * @param integer $customerId * * @return CustomerCertData */ public function setCustomerId($customerId) { $this->customerId = $customerId; return $this; } /** * Get customerId * * @return int */ public function getCustomerId() { return $this->customerId; } /** * Set privateKey * * @param string $privateKey * * @return CustomerCertData */ public function setPrivateKey($privateKey) { $this->privateKey = $privateKey; return $this; } /** * Get privateKey * * @return string */ public function getPrivateKey() { return $this->privateKey; } /** * Set cert * * @param string $cert * * @return CustomerCertData */ public function setCert($cert) { $this->cert = $cert; return $this; } /** * Get cert * * @return string */ public function getCert() { return $this->cert; } /** * Set passphrase * * @param string $passphrase * * @return CustomerCertData */ public function setPassphrase($passphrase) { $this->passphrase = $passphrase; return $this; } /** * Get passphrase * * @return string */ public function getPassphrase() { return $this->passphrase; } }
Coded With 💗 by
0x6ick