Closed GoogleCodeExporter closed 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
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
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
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
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
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
Fix implemented in Version 4.1
Original comment by Mtoussain@gmail.com
on 13 Aug 2012 at 7:27
Original issue reported on code.google.com by
frederi...@gmail.com
on 26 Jul 2012 at 2:22