Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
Cross /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
2.03
KB
-r--r--r--
2014-12-27 11:48
Makefile-cross-SH
40.04
KB
-r--r--r--
2014-12-27 11:49
Makefile.SH.patch
6.52
KB
-r--r--r--
2014-12-27 11:48
README
2.74
KB
-r--r--r--
2014-12-27 11:48
README.new
2.8
KB
-r--r--r--
2014-12-27 11:48
TODO
63
B
-r--r--r--
2014-12-27 11:48
build-arm-n770-sh
2.34
KB
-r--r--r--
2014-12-27 11:48
cflags-cross-arm
3.32
KB
-r--r--r--
2014-12-27 11:49
config
494
B
-r--r--r--
2014-12-27 11:48
config.sh-arm-linux
25.47
KB
-r--r--r--
2015-01-28 21:08
config.sh-arm-linux-n770
24.6
KB
-r--r--r--
2015-01-28 21:08
generate_config_sh
3.66
KB
-r-xr-xr-x
2014-12-27 11:48
installperl.patch
538
B
-r--r--r--
2014-12-27 11:48
warp
376
B
-r-xr-xr-x
2014-12-27 11:48
Save
Rename
#!/bin/sh -x ## This script contains an rm -rf. This may alarm you. ## These directories need to be recursively deleted. ## I don't see any method of making "Bad Things"[tm] ## Happen. But we don't run buildroot as root do we? :-) for f in `find lib -name install_me_here`;do cp -r $f/* ./install_me_here/ done for f in `find lib -name install_me_here`;do rm -rf $f done