diff --git a/resources/views/hacker/xsleak.blade.php b/resources/views/hacker/xsleak.blade.php index 19ad697..ea4c084 100644 --- a/resources/views/hacker/xsleak.blade.php +++ b/resources/views/hacker/xsleak.blade.php @@ -89,7 +89,7 @@ // Words we want to check against the victim's private database 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') { const line = document.createElement('div');