Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
subversion /
hook-scripts /
[ HOME SHELL ]
Name
Size
Permission
Action
mailer
[ DIR ]
drwxr-xr-x
CVE-2017-9800-pre-commit.py
2.77
KB
-rwxr-xr-x
commit-access-control.cfg.exam...
2.91
KB
-rw-r--r--
commit-access-control.pl
11.5
KB
-rwxr-xr-x
commit-email.pl
25.87
KB
-rwxr-xr-x
commit-email.rb
3.03
KB
-rwxr-xr-x
control-chars.py
4.25
KB
-rwxr-xr-x
log-police.py
5.07
KB
-rwxr-xr-x
persist-ephemeral-txnprops.py
2.29
KB
-rwxr-xr-x
reject-detected-sha1-collision...
1.71
KB
-rwxr-xr-x
reject-known-sha1-collisions.s...
1.75
KB
-rwxr-xr-x
svn2feed.py
16.34
KB
-rwxr-xr-x
svnperms.conf.example
3.07
KB
-rw-r--r--
svnperms.py
12.94
KB
-rwxr-xr-x
validate-extensions.py
3.43
KB
-rwxr-xr-x
validate-files.conf.example
3.33
KB
-rw-r--r--
validate-files.py
6.51
KB
-rwxr-xr-x
verify-po.py
3.86
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : svnperms.conf.example
## Example configuration file for svnperms.py. ## # $Id: svnperms.conf.example 1028289 2010-10-28 13:20:45Z cmpilato $ # # Multiple global [groups] sections are accepted, but be aware # that it's the same as concatenating them all in a single entry. # You can also create section specific groups, using a syntax # like [sectionname groups]. # [groups] group1 = user1 user2 user3 group2 = user4 user5 supergroup = @group1 @group2 user6 # # Example repository control, showing allowed syntax. # # - the latest match is what counts # - groups are prefixed by "@" # - you can use groups and users in the same definition # - all permissions may be revoked with () # - line breaks are accepted # [example1 groups] group3 = user9 user10 [example1] trunk/.* = *(add,remove,update) @group1,user4,user5(update) user6,user7() trunk/.* = user8(add,update) tags/[^/]+/ = @group3(add) branches/[^/]+/.* = *(add,remove,update) # # One of the most used repository structures, for a single project. # [example2] trunk/.* = *(add,remove,update) tags/[^/]+/ = *(add) branches/[^/]+/.* = *(add,remove,update) # # Another common structure, expecting a project name inside the repository # (like trunk/myproject/ and tags/myproject/). In this example, only admins # are allowed to create projects, and there are project specific access # lists. # [example3 groups] admins = john project1 = user1 user2 project2 = user3 user4 [example3] trunk/[^/]+/ = @admins(add,remove) trunk/project1/.+ = @project1(add,remove,update) trunk/project2/.+ = @project2(add,remove,update) tags/[^/]+/ = @admins(add,remove) tags/project1/[^/]+/ = @project1(add,remove) tags/project2/[^/]+/ = @project2(add,remove) branches/[^/]+/ = @admins(add,remove) branches/project1/[^/]+/.* = @project1(add,remove,update) branches/project2/[^/]+/.* = @project2(add,remove,update) # # A more complex structure, as defined in the following URL: # # http://moin.conectiva.com.br/RepositorySystem # [example4 groups] admins = user1 user2 updaters = user3 [example4] snapshot/[^/]+/(current/(SPECS/|SOURCES/)?)? = *(add) snapshot/[^/]+/ = @admins(add,remove) snapshot/[^/]+/current/SPECS/[^/]+\.spec = *(add,remove,update) snapshot/[^/]+/current/SOURCES/[^/]+ = *(add,remove,update) snapshot/[^/]+/releases/[^/]+/([^/+]/)? = autouser(add) snapshot/[^/]+/pristine/ = autouser(add,remove) branches/[^/]+/.* = *(add,remove,update) releases/[^/]+/ = @admins(add) tags/[^/]+/ = *(add,remove) updates/[^/]+/[^/]+/(current/(SPECS/|SOURCES/)?)? = @updaters,autouser(add) updates/[^/]+/[^/]+/current/SPECS/[^/]+\.spec = @updaters,autouser(add,update) updates/[^/]+/[^/]+/current/SOURCES/[^/]+ = @updaters,autouser(add,remove,update) updates/[^/]+/[^/]+/releases/.* = autouser(add) updates/[^/]+/[^/]+/pristine/ = autouser(add,remove) # # Sections can inherit settings from previously defined sections, using # the "extends" keyword in the section declaration. In this example, # the [example5] section inherits all the settings from [example2], and # adds a new setting for a releases directory which behaves like the # tags directory. # [example5 extends example2] releases/[^/]+/ = *(add)
Close