This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Traffic generation script for Cyber Magic 2016 | |
# author - github.com/vesche | |
import random | |
import time | |
# import urllib2 | |
from selenium import webdriver | |
from selenium.webdriver.common.action_chains import ActionChains |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_ssl.c> | |
<VirtualHost _default_:443> | |
ServerAdmin webmaster@localhost | |
ServerName 1.2.3.4:443 | |
DocumentRoot /var/www/html | |
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn, | |
# error, crit, alert, emerg. | |
# It is also possible to configure the loglevel for particular |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Should shellinaboxd start automatically | |
SHELLINABOX_DAEMON_START=1 | |
# TCP port that shellinboxd's webserver listens on | |
SHELLINABOX_PORT=4200 | |
# Parameters that are managed by the system and usually should not need | |
# changing: | |
# SHELLINABOX_DATADIR=/var/lib/shellinabox | |
# SHELLINABOX_USER=shellinabox |
NewerOlder