[SOLUCIONADO] No puedo instalar Subterfuge en Kali Linux 2.0

Iniciado por Blest777, Enero 22, 2016, 11:51:49 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Enero 22, 2016, 11:51:49 PM Ultima modificación: Febrero 21, 2016, 06:53:53 AM por Stiuvert
Buenas

Estoy tratando de instalar subterfuge_1.0-1_all.deb siguiendo los pasos de este video:
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login

Cuando le doy al comando  subterfuge no me aparece la IP para ponerla en el navegador y usarlo. Me sale esto:

Código: text
root@kali:~/Desktop# dpkg -i subterfuge_1.0-1_all.deb
(Reading database ... 334471 files and directories currently installed.)
Preparing to unpack subterfuge_1.0-1_all.deb ...
Unpacking subterfuge (1.0-1) over (1.0-1) ...
Setting up subterfuge (1.0-1) ...



root@kal:~/Desktop# subterfuge
Traceback (most recent call last):
  File "/bin/subterfuge", line 25, in <module>
    from main.models import *
  File "/usr/share/subterfuge/main/models.py", line 3, in <module>
    class credentials(models.Model):
  File "/usr/lib/python2.7/dist-packages/django/db/models/base.py", line 94, in __new__
    app_config = apps.get_containing_app_config(module)
  File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 239, in get_containing_app_config
    self.check_apps_ready()
  File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 124, in check_apps_ready
    raise AppRegistryNotReady("Apps aren't loaded yet.")
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.



root@kali:~/Desktop# subterfuge
Traceback (most recent call last):
  File "/bin/subterfuge", line 25, in <module>
    from main.models import *
  File "/usr/share/subterfuge/main/models.py", line 3, in <module>
    class credentials(models.Model):
  File "/usr/lib/python2.7/dist-packages/django/db/models/base.py", line 94, in __new__
    app_config = apps.get_containing_app_config(module)
  File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 239, in get_containing_app_config
    self.check_apps_ready()
  File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 124, in check_apps_ready
    raise AppRegistryNotReady("Apps aren't loaded yet.")
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.


Alguien sabe explicarme paso por paso como solucionar este problema?
Gracias de antemano.


... De las piedras y el aire no proviene el concepto de lo que es bueno y lo que es malo, de la no vida no puede surgir vida.

Hola, tengo el mismo problema, lo has resuelto por favor?

git clone You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
cd Subterfuge
python You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login

Lo que comento @You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login funciona a la perfección, debería funcionarte si o si. Lógicamente tienes que tener instalado git.

Saludos!, EPSILON

Mi problema era que no tenia instalado los respositorios necesarios.
... De las piedras y el aire no proviene el concepto de lo que es bueno y lo que es malo, de la no vida no puede surgir vida.

You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Mi problema era que no tenia instalado los respositorios necesarios.

Solucionado entonces @You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login?

Saludos.



se que revivo un Post solucionado.. pero si publicaran como se soluciono seria mejor para todos los que tengamos este problemas.
Saludos

@You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login no hay problema en revivir una pregunta vieja puesto que tienes la misma o similar, en el mismo esta todo para poder correr Subterfuge, con los repositorios correctamente instalados y actualizados sigues los pasos que detalla Stuxnet y listo.

Saludos!, EPSILON.

Yo estoy en con el mismo problema, ya hice todo lo que dijeron. Lo actualizaron en github y no tiene las mismas funciones. Pero baje la version 4.2 y funciono perfecto, despues instale la version 5.0 y ya me tiro el error.
Traceback (most recent call last):
  File "/bin/subterfuge", line 6, in <module>
    from versioninfo import *
ImportError: No module named versioninfo
Si alguien sabe como solucionarlo. Gracias