Problema com o site de clonagem do SE-Toolkit

0

Eu tenho tentado fazer algumas coisas no kit de ferramentas e quando clona um site ele diz:

[!] 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 

Não consigo localizar /var/www

Alguma ideia? Obrigado

PS: estou no VMware

    
por MrDarkness96 13.07.2014 / 15:47

1 resposta

1

abra um terminal e digite:

locate /var/www

a saída deve ser semelhante a esta:

/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

escolha seu gerenciador de arquivos favorito e navegue até o diretório.

Ou digite isso no seu terminal:

gksudo nautilus /var/www

[gksudo] [gerenciador de arquivos] [diretório]

Ou melhor ainda, use um editor de texto e edite o arquivo diretamente do terminal da seguinte forma:

sudo nano /var/www/post.php

ou

gksudo gedit gedit /var/www/post.php
    
por sgeto 26.09.2014 / 05:57