Restore original test constants
This commit is contained in:
@@ -12,8 +12,8 @@ ATTACK_URL = "http://" + ATTACK_DOMAIN + ":3000/ui/panel"
|
||||
VICTIM_URL = "http://" + VICTIM_DOMAIN + ":3000/demos/basic.html"
|
||||
|
||||
# Credentials
|
||||
BEEF_USER = "beefuser"
|
||||
BEEF_PASSWD = "beefpass"
|
||||
BEEF_USER = "beef"
|
||||
BEEF_PASSWD = "test"
|
||||
|
||||
# RESTful API root endpoints
|
||||
RESTAPI_HOOKS = "http://" + ATTACK_DOMAIN + ":3000/api/hooks"
|
||||
|
||||
Reference in New Issue
Block a user