Difficoltà a utilizzare SET in Kali Linux

1

Quando imposto un vettore di attacco al sito web, scopro che Kali non mi dà la possibilità di specificare una porta per poter ricevere informazioni sul mio locale. Inoltre, non riesco ad accedere all'ascoltatore che ho creato in quanto ottengo semplicemente un errore "questa pagina non può essere caricata" quando tento di aprire l'indirizzo IP esterno su un altro computer. La mia configurazione SET è la seguente:

set:webattack>3

The first method will allow SET to import a list of pre-defined web
 applications that it can utilize within the attack.

 The second method will completely clone a website of your choosing
 and allow you to utilize the attack vectors within the completely
 same web application you were attempting to clone.

 The third method allows you to import your own website, note that you
 should only have an index.html when using the import website
 functionality.

   1) Web Templates
   2) Site Cloner
   3) Custom Import

  99) Return to Webattack Menu

set:webattack>1
[-] Credential harvester will allow you to utilize the clone capabilities     within SET
[-] to harvest credentials or parameters from a website as well as place them into a report
[-] This option is used for what IP the server will POST to.
[-] If you're using an external IP, use your external IP for this
set:webattack> IP address for the POST back in     Harvester/Tabnabbing:73.196.210.4

  1. Java Required
  2. Google
  3. Facebook
  4. Twitter
  5. Yahoo

set:webattack> Select a template:2

[*] Cloning the website: http://www.google.com
[*] This could take a little bit...

The best way to use this attack is if username and password form
fields are available. Regardless, this captures all POSTs on a website.
[*] Apache is set to ON - everything will be placed in your web root directory of apache.
[*] Files will be written out to the root directory of apache.
[*] ALL files are within your Apache directory since you specified it to ON.
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/html directory
[*] All files have been copied to /var/www/html
[*] SET is now listening for incoming credentials. You can control-c out of this and completely exit SET at anytime and still keep the attack going.
[*] All files are located under the Apache web root directory: /var/www/html
[*] All fields captures will be displayed below.
[Credential Harvester is now listening below...]

Come puoi vedere, non ricevo il messaggio "Credential Harvester è in esecuzione sulla porta 80" e non riesco a utilizzare la mietitrice creata da jsut. Qualsiasi aiuto è apprezzato!

    
posta Steve 01.03.2016 - 01:44
fonte

1 risposta

3

Assicurati che il tuo servizio Apache2 sia in esecuzione

service apache2 start

Si noti che l'utilizzo di SET su una macchina virtuale potrebbe causare problemi a volte.

E infine, credo che nelle versioni più recenti di SET non troverai il nome utente e la password sul terminale stesso, ma li troverai nella directory www

    
risposta data 01.03.2016 - 05:49
fonte

Leggi altre domande sui tag