File: config.py

package info (click to toggle)
weevely 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,336 kB
  • sloc: python: 7,732; php: 1,035; sh: 53; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
agent = '/var/www/html/agent.php'
password = 'testingpassword'
url = 'http://localhost/agent.php'

base_folder = '/var/www/html/'
base_url = 'http://localhost/'

debug = False
test_stress_channels = True

su_user = 'testuser'
su_passwd = 'testuser'

sql_dbms = 'mysql'
sql_db = 'test'
sql_user = 'root'
sql_passwd = 'root'
sql_autologin = False