Let's say you want to host domains first.com and second.com.
Create folders for their files:
| <?php | |
| declare(strict_types = 1); | |
| namespace App\Tests\Integration; | |
| use Doctrine\ORM\Tools\SchemaValidator; | |
| use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; | |
| use function array_walk; | |
| use function implode; |
| <?php | |
| use Doctrine\ORM\Mapping as ORM; | |
| use Doctrine\Common\Collections\ArrayCollection; | |
| /** | |
| * @ORM\Entity() | |
| * @ORM\Table(name="user") | |
| */ | |
| class User |
| <?php | |
| use Symfony\Component\HttpKernel\Kernel; | |
| use Symfony\Component\Config\Loader\LoaderInterface; | |
| class AppKernel extends Kernel | |
| { | |
| public function registerBundles() | |
| { | |
| return array( |
| #!/usr/bin/python | |
| ################################################################################ | |
| # tool: Brutus - FTP Brute-Force/Dictionary Attack Tool | |
| # version: 0.3 | |
| # email: [email protected] | |
| # www: bushisecurity.com/brutus/ | |
| ################################################################################ | |
| # MIT License |
| #!/usr/bin/python | |
| ################################################################################ | |
| # tool: PaGen - Brute-Force Password Generator | |
| # version: 0.2 | |
| # email: [email protected] | |
| # www: bushisecurity.com/pagen/ | |
| ################################################################################ | |
| # MIT License |