Add
This commit is contained in:
parent
9d64e5c3dd
commit
a53b3c5201
|
|
@ -89,7 +89,7 @@
|
||||||
|
|
||||||
// Words we want to check against the victim's private database
|
// Words we want to check against the victim's private database
|
||||||
const targetWords = ['guest', 'confidential', 'public', 'project_x', 'random_word', 'admin_panel'];
|
const targetWords = ['guest', 'confidential', 'public', 'project_x', 'random_word', 'admin_panel'];
|
||||||
const THRESHOLD_MS = 400; // If response takes > 400ms, assume the DB did work (HIT)
|
const THRESHOLD_MS = 900; // If response takes > 400ms, assume the DB did work (HIT)
|
||||||
|
|
||||||
function log(msg, type = 'info') {
|
function log(msg, type = 'info') {
|
||||||
const line = document.createElement('div');
|
const line = document.createElement('div');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user