Skip to content

Instantly share code, notes, and snippets.

View d0n601's full-sized avatar
🌻
0x64306e363031

Ryan Kozak d0n601

🌻
0x64306e363031
View GitHub Profile
@d0n601
d0n601 / vhost.py
Created November 3, 2017 22:18 — forked from fideloper/vhost.py
Create vHost Ubuntu Lamp-Server (bash and python)
#! /usr/bin/python
from sys import argv
from os.path import exists
from os import makedirs
from os import symlink
from os import system
import getopt
#