Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
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
/
lib /
firmware /
carl9170fw /
minifw /
[ HOME SHELL ]
Name
Size
Permission
Action
CMakeLists.txt
554
B
-rw-r--r--
Kconfig
86
B
-rw-r--r--
miniboot.S
134
B
-rw-r--r--
miniboot.lds
313
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CMakeLists.txt
cmake_minimum_required(VERSION 2.8) project(miniboot.fw) include("../extra/sh-elf-linux.cmake") include("../config.cmake") set(miniboot_src miniboot.S) set_source_files_properties(miniboot.S PROPERTIES LANGUAGE C) add_executable(miniboot.elf miniboot.S) set_target_properties(miniboot.elf PROPERTIES LINKER_LANGUAGE C) set_target_properties(miniboot.elf PROPERTIES LINK_FLAGS "-Tminiboot.lds") add_custom_target( miniboot.fw ALL ${OBJCOPY} --strip-unneeded -O binary -R .sram -R .eeprom -R .fwdsc miniboot.elf miniboot.fw DEPENDS miniboot.elf)
Close