Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
git /
contrib /
svn-fe /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
2.24
KB
-rw-r--r--
2021-03-04 17:04
svn-fe.c
361
B
-rw-r--r--
2021-03-04 17:04
svn-fe.txt
2.06
KB
-rw-r--r--
2021-03-04 17:04
svnrdump_sim.py
2
KB
-rw-r--r--
2021-03-04 17:04
Save
Rename
/* * This file is in the public domain. * You may freely use, modify, distribute, and relicense it. */ #include <stdlib.h> #include "svndump.h" int main(int argc, char **argv) { if (svndump_init(NULL)) return 1; svndump_read((argc > 1) ? argv[1] : NULL, "refs/heads/master", "refs/notes/svn/revs"); svndump_deinit(); svndump_reset(); return 0; }