Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
brute-force-matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
play
awareness
brute-force-matrix
Commits
8c36d33f
Commit
8c36d33f
authored
6 months ago
by
Arnaud Stoz
Browse files
Options
Downloads
Patches
Plain Diff
change the success message to specify the password found should be used to validate the challenge
parent
79ff2ce7
No related branches found
No related tags found
No related merge requests found
Pipeline
#15168
failed
6 months ago
Stage: build
Stage: release
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.php
+1
-1
1 addition, 1 deletion
public/index.php
with
1 addition
and
1 deletion
public/index.php
+
1
−
1
View file @
8c36d33f
...
@@ -100,7 +100,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
...
@@ -100,7 +100,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<h1>
Welcome!
</h1>
<h1>
Welcome!
</h1>
<div
class=
"alert alert-success"
role=
"alert"
>
<div
class=
"alert alert-success"
role=
"alert"
>
Congratulations
, you are authorized on this website!
Congratulations
! You can use the password to validate the challenge
</div>
</div>
<?php
endif
?>
<?php
endif
?>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment