Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.187.74
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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 /
git /
contrib /
svn-fe /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
2.24
KB
-rw-r--r--
svn-fe.c
361
B
-rw-r--r--
svn-fe.txt
2.05
KB
-rw-r--r--
svnrdump_sim.py
2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : svn-fe.c
/* * 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; }
Close