SE-Toolkit 克隆网站的问题

SE-Toolkit 克隆网站的问题

我一直在尝试在 se-toolkit 上做一些事情,当我克隆一个网站时,它显示:

[!] Apache may be not running, do you want SET to start the process? [y/n]: y
[....] Starting web server: apache2httpd (pid 11995) already running
. ok 
Apache webserver is set to ON. Copying over PHP file to the website.
Please note that all output from the harvester will be found under apache_dir/harvester_date.txt
Feel free to customize post.php in the /var/www directory 

我找不到/var/www

有什么想法吗?谢谢

PS:我在 VMware 上

答案1

打开终端并输入:

locate /var/www

输出应该类似于此:

/var/www

/var/www/harvester_2014-09-26 06:15:41.015049.txt

/var/www/index.html

/var/www/index.html~

/var/www/post.php

选择您最喜欢的文件管理器并导航到目录。

或者在你的终端中输入:

gksudo nautilus /var/www

[gksudo][文件管理器][目录]

抱歉,照片太丑了

或者更好的是,使用文本编辑器并直接从终端编辑文件,如下所示:

sudo nano /var/www/post.php

或者

gksudo gedit gedit /var/www/post.php

相关内容