[SOLUCIONADO] Error Subterfuge

Iniciado por THE SCORPION, Marzo 24, 2014, 04:36:38 PM

Tema anterior - Siguiente tema

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

Marzo 24, 2014, 04:36:38 PM Ultima modificación: Agosto 18, 2014, 08:03:54 PM por Expermicid
hola me instale el subterfuge en kali de la siguiente manera:

wget No tienes permitido ver enlaces. Registrate o Entra a tu cuenta

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 No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
Quit the server with CONTROL-C.
Error: That IP address can't be assigned-to.

espero me puedan ayudar a resolver este error Saludos
EL DINERO ESTA LO QUE HAY ES QUE BAJARLO

"YOUR HAS BEEN SHIPPING"

Marzo 24, 2014, 04:45:45 PM #1 Ultima modificación: Marzo 24, 2014, 04:47:23 PM por ANTRAX
Intenta esto...

En una consola ejecuta lo siguiente:

Código: bash
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
    auto lo

    iface lo inet loopback


Por ultimo reinicia la red con el siguiente comando:

Código: bash
sudo /etc/init.d/networking restart


Y ya deberia funcionarte..

Saludos!
ANTRAX


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>

EL DINERO ESTA LO QUE HAY ES QUE BAJARLO

"YOUR HAS BEEN SHIPPING"

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