Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - cancervero

#1
Perdón, estoy en kali Linux y seguí estos pasos:

abrí una terminar y ejecuté estos comandos:

1.- apt-get install python-dev python-setuptools libpcap0.8-dev libnetfilter-queue-dev libssl-dev libjpeg-dev libxml2-dev libxslt1-dev libcapstone3 libcapstone-dev libxml2-dev libxslt1-dev

2.- pip install virtualenvwrapper

3.- source /usr/local/bin/virtualenvwrapper.sh

4.- mkvirtualenv MITMf -p /usr/bin/python2.7

5.- pip install requests[security

6.- git clone https://github.com/byt3bl33d3r/MITMf

aquí me sale ese mensaje de erro:

"fatal: la ruta de destino 'MITMf' ya existe y no es un directorio vacío"
#2
Buenas noches a todos,

Estoy instalando MIMTf, pero me arroja este erro: " fatal: la ruta de destino 'MITMf' ya existe y no es un directorio vacío"

Alguien podria ayudarme, gracias!
#3
Bugs y Exploits / Re: problema dns2proxy.py
23 Marzo 2020, 04:33 AM
Listo man, muchas gracias, ya lo solucioné.
#4
Bugs y Exploits / Re: problema dns2proxy.py
23 Marzo 2020, 03:33 AM
root@kali:~/Escritorio/pcapy-0.11.3# ls
bpfobj.cc  LICENSE        pcapobj.cc      pcapy.cc        pcapy.xml  setup.py
bpfobj.h   MANIFEST.in    pcapobj.h       pcapy.egg-info  PKG-INFO   tests
build      pcapdumper.cc  pcap_pkthdr.cc  pcapy.h         README     win32
ChangeLog  pcapdumper.h   pcap_pkthdr.h   pcapy.html      setup.cfg

root@kali:~/Escritorio/pcapy-0.11.3# sudo python setup.py install
running install
running bdist_egg
running egg_info
writing pcapy.egg-info/PKG-INFO
writing top-level names to pcapy.egg-info/top_level.txt
writing dependency_links to pcapy.egg-info/dependency_links.txt
reading manifest file 'pcapy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pcapy.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_ext
building 'pcapy' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-07FOaN/python2.7-2.7.17=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c pcapdumper.cc -o build/temp.linux-x86_64-2.7/pcapdumper.o
pcapdumper.cc:11:10: fatal error: pcap.h: No existe el fichero o el directorio
   11 | #include <pcap.h>
      |          ^~~~~~~~
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

#5
Bugs y Exploits / Re: problema dns2proxy.py
23 Marzo 2020, 00:25 AM
En primer lugar sigo estos pasos:

Instalar exploit
Enlace: https://svn.nmap.org/nmap/scripts/smb-vuln-ms17-010.nse
•echo "1" > /proc/sys/net/ipv4/ip_forward
•iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 9000
•iptables -t nat -A PREROUTING -p udp --destination-port 53 -j REDIRECT --to-port 53
•arpspoof -i eth0 -t ipvictima ipgateway –r
             
Instalar dn2proxy.py
Enlace: http://www.mediafire.com/file/a7wga4ov7w57d7h/dns2proxy-master.zip/file
•python dns2proxy.py

cuando corro dns2proxy.py

me da este error:

root@kali:~/Escritorio/CTHO/dns2proxy-master# sudo python dns2proxy.py install
Traceback (most recent call last):
  File "dns2proxy.py", line 29, in <module>
    import pcapy
ImportError: No module named pcapy

Para solucionar esto, descargué pcapy-0.11.4.tar
y me da este error:

capdumper.cc:11:10: fatal error: pcap.h: No existe el fichero o el directorio
   11 | #include <pcap.h>
      |          ^~~~~~~~
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

El dnspython-1.16.0 los intalé sin problema.

Hasta este punto me quedé, gracias por tu ayuda.


#6
Bugs y Exploits / Re: problema dns2proxy.py
22 Marzo 2020, 06:47 AM
descargué dnspython 1.16.0 y pcapy 0.11.3 y los instalé, pero no se solucionó el problema. Alguna otra idea?

por cierto, gracias por tu ayuda.
#7
Bugs y Exploits / problema dns2proxy.py
22 Marzo 2020, 03:39 AM
Gente, tengo este problema al momento de correr dns2proxy.py

Traceback (most recent call last):
  File "dns2proxy.py", line 29, in <module>
    import pcapy
ImportError: No module named pcapy

Alguien tiene idea como solucionarlo?


Gracias