Skip to content

Commit 127d073

Browse files
committed
Remove trailing space
1 parent 7426e72 commit 127d073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/traq_plugin_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def initialize(info={})
1818
Traq 2.0 to 2.3. It's in the admincp/common.php script.
1919
2020
This function is called in each script located in the /admicp/ directory to
21-
make sure the user has admin rights. This is a broken authorization schema
21+
make sure the user has admin rights. This is a broken authorization schema
2222
because the header() function doesn't stop the execution flow.
2323
This can be exploited by malicious users to execute admin functionality,
2424
e.g. execution of arbitrary PHP code leveraging of plugins.php functionality.

0 commit comments

Comments
 (0)