Underc0de

Foros Generales => Dudas y pedidos generales => Mensaje iniciado por: THE SCORPION en Marzo 24, 2014, 04:36:38 PM

Título: [SOLUCIONADO] Error Subterfuge
Publicado por: THE SCORPION en Marzo 24, 2014, 04:36:38 PM
hola me instale el subterfuge en kali de la siguiente manera:

wget https://subterfuge.googlecode.com/files/subterfuge_1.0-1_all.deb

Attempt to install it:

dpkg -i subterfuge_1.0-1_all.deb

I received dependency issues. Install all dependencies followed by Subterfuge:

apt-get update && apt-get -f install

Start Subterfuge:

subterfuge

Open up a browser in Kali and navigate to: 127.0.0.1

Neat, but I want to be able to access the subterfuge web interface from a different machine. I have Kali running in a VM and the console is buggy. I already enabled SSH on Kali, so I can proxy my requests through it so it looks like they are coming from localhost.

On the machine I want to access Subterfuge from, I setup a SOCKS proxy. Note, I have a hosts file entry that maps the IP of my Kali machine to "kali":

$ ssh -D 1337 root@kali

I use FoxyProxy in Firefox to setup the SOCKS proxy (127.0.0.1:1337) for browsing. With the proxy enabled, I can browse to 127.0.0.1 and access the subterfuge web interface remotely.
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

Ahora el problema es que me sale este erroe al intentar conectarlo:

root@kali:~/Desktop# subterfuge -s 192.168.6.1:80

Subterfuge courtesy of r00t0v3rr1d3 & 0sm0s1z
Validating models...

0 errors found
Django version 1.4.5, using settings 'subterfuge.settings'
Development server is running at http://192.168.6.1:80/
Quit the server with CONTROL-C.
Error: That IP address can't be assigned-to.

espero me puedan ayudar a resolver este error Saludos
Título: Re:Error Subterfuge
Publicado por: ANTRAX en Marzo 24, 2014, 04:45:45 PM
Intenta esto...

En una consola ejecuta lo siguiente:

Código (bash) [Seleccionar]
sudo gedit /etc/network/interfaces

se te va a abrir el gedit con tu configuracion de interfaces y añadile estas dos lineas:

Código (bash) [Seleccionar]
    auto lo

    iface lo inet loopback


Por ultimo reinicia la red con el siguiente comando:

Código (bash) [Seleccionar]
sudo /etc/init.d/networking restart

Y ya deberia funcionarte..

Saludos!
ANTRAX
Título: Re:Error Subterfuge
Publicado por: THE SCORPION en Marzo 24, 2014, 04:53:01 PM
amigo ANTRAX esos comandos no me sirvieron le informo que me encuentro en SO Kali Linux el cual esta en una Virtual BOX

Lo que quiero es saber si esta bien instalado el subterfuge, ademas de por que no veo esto>

(http://i50.tinypic.com/2rmmdkn.jpg)
Título: Re:Error Subterfuge
Publicado por: ANTRAX en Marzo 24, 2014, 05:10:46 PM
Por que el comando que vos tiraste:

root@kali:~/Desktop# subterfuge -s 192.168.6.1:80

Esta montando el subtefuge en cualquier lado. Proba poniendole otra ip. Por ejemplo: 192.168.6.10:80

Saludos!
ANTRAX