This commit is contained in:
mcoder 2026-04-18 16:20:10 +03:30
parent 9d64e5c3dd
commit a53b3c5201

View File

@ -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');