3mrgnc3 / subterfuge

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

DeprecationWarning #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Backtrack 5 r3, running subterfuge 4.1 

What is the expected output? What do you see instead?

/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
[31/Aug/2012 19:00:06] "GET /startpwn/auto/ HTTP/1.1" 500 52573
Starting Pwn Ops...
Running AutoPwn Method...
[31/Aug/2012 19:00:06] "GET / HTTP/1.1" 200 438
No default gw on eth0
No default gw on wlan0
Using:  wlan1
Setting gateway as:  192.168.1.1
[31/Aug/2012 19:00:07] "GET / HTTP/1.1" 200 438
/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
[31/Aug/2012 19:00:08] "GET / HTTP/1.1" 200 438
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `python /usr/share/subterfuge/utilities/arpwatch.py 192.168.1.1 
192.168.1.1 (192.168.1.1) -- no entry 192.168.1.4 &'
Automatically Configuring Subterfuge...
[31/Aug/2012 19:00:08] "GET / HTTP/1.1" 200 438
[31/Aug/2012 19:00:09] "GET / HTTP/1.1" 200 438
[31/Aug/2012 19:00:10] "GET / HTTP/1.1" 200 438
Iptables Prerouting Configured

Configuring System...
net.ipv4.ip_forward = 1
IP Forwarding Enabled.
Initiating ARP Poison With ARPMITM...
Starting up SSLstrip...
Harvesting Credentials...
[31/Aug/2012 19:00:12] "GET / HTTP/1.1" 200 437
/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
[31/Aug/2012 19:00:12] "GET / HTTP/1.1" 200 437

sslstrip 0.9 by Moxie Marlinspike running...
[31/Aug/2012 19:00:13] "GET / HTTP/1.1" 200 437
Poisoning the entire subnet...

[31/Aug/2012 19:00:14] "GET / HTTP/1.1" 200 437
[31/Aug/2012 19:00:15] "GET / HTTP/1.1" 200 437
[31/Aug/2012 19:00:16] "GET / HTTP/1.1" 200 437
[31/Aug/2012 19:00:17] "GET / HTTP/1.1" 200 437
[31/Aug/2012 19:00:18] "GET / HTTP/1.1" 200 437
[31/Aug/2012 19:00:19] "GET / HTTP/1.1" 200 437
[31/Aug/2012 19:00:20] "GET / HTTP/1.1" 200 437
[31/Aug/2012 19:00:21] "GET / HTTP/1.1" 200 437

What version of the product are you using? On what operating system?

Lastest version of BT & Subterfuge

Please provide any additional information below.

I believe it could be a conflict with the existing python on BT and the one 
installed with Subterfuge. I don't know how to resolve this problem or 
remove/update conflicting python packages. Please help me    

Original issue reported on code.google.com by westwir...@gmail.com on 1 Sep 2012 at 7:28

GoogleCodeExporter commented 9 years ago
use pythonbrew it's easy to switch between python versions. You may have to 
re-install modules if you get an error.

https://github.com/utahta/pythonbrew

Original comment by baysecur...@gmail.com on 9 Sep 2012 at 12:25

GoogleCodeExporter commented 9 years ago
As of revision 73 Subterfuge now handles Django's Deprecation Warnings. They 
should no longer be spamming the terminal.

Original comment by Mtoussain@gmail.com on 13 Nov 2012 at 3:28