3mrgnc3 / subterfuge

Automatically exported from code.google.com/p/subterfuge
GNU General Public License v3.0
0 stars 0 forks source link

No GUI info on Browser #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. BackTrack 5 R2, running subterfuge
2.
3.

What is the expected output? What do you see instead?
Starting Pwn Ops...
/usr/local/lib/python2.6/dist-packages/django/db/__init__.py:19: 
DeprecationWarning: settings.DATABASE_* is deprecated; use settings.DATABASES 
instead.
  DeprecationWarning
/usr/local/lib/python2.6/dist-packages/django/db/__init__.py:60: 
DeprecationWarning: Short names for ENGINE in database configurations are 
deprecated. Prepend default.ENGINE with 'django.db.backends.'
  DeprecationWarning
[26/Jul/2012 09:05:58] "GET /startpwn/regular/ HTTP/1.1" 500 52643
Automatically Configuring Subterfuge...
[26/Jul/2012 09:05:59] "GET / HTTP/1.1" 200 501
Iptables Prerouting Configured

Configuring System...
net.ipv4.ip_forward = 1
IP Forwarding Enabled.
Initiating ARP Poison With ARPMITM...
Starting up SSLstrip...
Harvesting Credentials...
WARNING: Failed to execute tcpdump. Check it is installed and in the PATH
/usr/local/lib/python2.6/dist-packages/django/db/__init__.py:19: 
DeprecationWarning: settings.DATABASE_* is deprecated; use settings.DATABASES 
instead.
  DeprecationWarning
/usr/local/lib/python2.6/dist-packages/django/db/__init__.py:60: 
DeprecationWarning: Short names for ENGINE in database configurations are 
deprecated. Prepend default.ENGINE with 'django.db.backends.'
  DeprecationWarning
Poisoning the entire subnet...

What version of the product are you using? On what operating system?
latest downloaded on this code.google and installed today

Please provide any additional information below.
i dont see any info (computers on lan nothing, just the running...dialog.
On GUI FireFox and i have an error entering Settings too. The ARPing goes well 
(i think) at least with no console errors, the GUI view on the attack as no 
info but the computers are beeing detected showed on console.
The attack is running but not displayed on GUI i guess.
Please Help

Original issue reported on code.google.com by frederi...@gmail.com on 26 Jul 2012 at 2:22

GoogleCodeExporter commented 9 years ago
I found the error, i was using python 2.6 that comes with BT R2 i had to 
install python 2.7.3 and all good.
Hope this helps other folks

Original comment by frederi...@gmail.com on 1 Aug 2012 at 12:57

GoogleCodeExporter commented 9 years ago
More errors after resolving the first that enabled all the GUI features. Parsed 
Errors:
[01/Aug/2012 08:04:13] "GET /startpwn/regular/ HTTP/1.1" 500 52366
Encountered an error configuring arpwatch: Invalid Arguments. Terminating...
Launching attack with standard configuration options.
Automatically Configuring Subterfuge...
Iptables Prerouting Configured

Configuring System...
net.ipv4.ip_forward = 1
IP Forwarding Enabled.
Initiating ARP Poison With ARPMITM...
Starting up SSLstrip...
Harvesting Credentials...
Traceback (most recent call last):
  File "/usr/share/subterfuge/sslstrip.py", line 27, in <module>
    from twisted.web import http
  File "/usr/local/lib/python2.7/site-packages/twisted/web/http.py", line 27, in <module>
    from zope.interface import implements
ImportError: No module named zope.interface
Poisoning the entire subnet...

Running BT5 R2 with python 2.7.3 installed.

Can you help me?

Original comment by frederi...@gmail.com on 1 Aug 2012 at 1:07

GoogleCodeExporter commented 9 years ago
I must be doing something wrong or some wrong dependency.

python: can't open file '/usr/share/subterfuge/update.py': [Errno 2] No such 
file or directory

Browing to the dir i dont have neither that script nor the subterfuge.settings 

Please help

Original comment by frederi...@gmail.com on 1 Aug 2012 at 1:19

GoogleCodeExporter commented 9 years ago
Using:  eth0
Setting gateway as:  192.168.1.** (**it does auto-detect the right gw but...**)
Starting Pwn Ops...
[01/Aug/2012 08:19:22] "GET /startpwn/auto/ HTTP/1.1" 500 52341
Starting Pwn Ops...
[01/Aug/2012 08:19:23] "GET /startpwn/regular/ HTTP/1.1" 500 52368
Encountered an error configuring arpwatch: Invalid Arguments. Terminating...
Launching attack with standard configuration options.
Automatically Configuring Subterfuge...
Encountered an error configuring arpwatch: Invalid Arguments. Terminating...
Launching attack with standard configuration options.
Automatically Configuring Subterfuge...
Iptables Prerouting Configured

Configuring System...
net.ipv4.ip_forward = 1
IP Forwarding Enabled.
Initiating ARP Poison With ARPMITM...
Starting up SSLstrip...
Harvesting Credentials...
Iptables Prerouting Configured

Configuring System...
net.ipv4.ip_forward = 1
IP Forwarding Enabled.
Initiating ARP Poison With ARPMITM...
Starting up SSLstrip...
Harvesting Credentials...
Traceback (most recent call last):
  File "/usr/share/subterfuge/sslstrip.py", line 27, in <module>
    from twisted.web import http
  File "/usr/local/lib/python2.7/site-packages/twisted/web/http.py", line 27, in <module>
    from zope.interface import implements
ImportError: No module named zope.interface
Traceback (most recent call last):
  File "/usr/share/subterfuge/sslstrip.py", line 27, in <module>
    from twisted.web import http
  File "/usr/local/lib/python2.7/site-packages/twisted/web/http.py", line 27, in <module>
    from zope.interface import implements
ImportError: No module named zope.interface
Poisoning the entire subnet...

NO SUCCESS it doesnt do nothing, netview also doesnt show networked computers 
or devices.

Original comment by frederi...@gmail.com on 1 Aug 2012 at 1:25

GoogleCodeExporter commented 9 years ago
It appears that you are having a problem with the python "twisted web" 
dependency. This is often what happens when using Backtrack. The installer 
should have installed twisted, but it is possible it is not being used properly 
because of the python 2.6 present with BT. I would suggest ensuring that there 
are no other conflicting versions of python running and you do a fresh install 
of subterfuge again.

The update functionality is being worked on as a priority.

As for the netview problem, networked computers or devices won't appear in the 
netview until they have been poisoned and browse to at least one website. A 
device may be poisoned, but if it isn't actively visiting sites (actively being 
mitm'd), it won't show up in the netview area.

Original comment by topher.s...@gmail.com on 7 Aug 2012 at 7:14

GoogleCodeExporter commented 9 years ago
Thanks for the reply,
Looking forward to check the work in progress, count me in to test and report 
further problems. 
Good work

Original comment by frederi...@gmail.com on 7 Aug 2012 at 7:58

GoogleCodeExporter commented 9 years ago
Fix implemented in Version 4.1

Original comment by Mtoussain@gmail.com on 13 Aug 2012 at 7:27