wifipineapple獲取用戶上網信息

  ssh鏈接到wifipineapple:php

輸入鏈接信息:ssh root@172.16.42.1
輸入密碼:pineapplesareyummy

  安裝依賴基本環境:python

opkg update 
opkg install nan 
opkg install htop 
opkg install bash 
opkg install netcat 
opkg install tar 
opkg install openssh-sftp-client 
opkg install nmap 
opkg install tcpdump 
opkg install aircrack-ng 
opkg install kismet-client 
opkg install kismet-server 
opkg install nbtscan 
opkg install snort 
opkg install karma 
opkg install samba36-client 
opkg install elinks 
opkg install yafc 
opkg install python 
opkg install uhttpd 
opkg install at 
opkg install ethtool 
opkg install ettercap 
opkg install macchanger 
opkg install netstat-nat 
opkg install reaver 
opkg install sslsniff 
opkg install sslstrip 
opkg install wget 
opkg install wput 
opkg install curl 
opkg install libnids 
opkg install php5 
opkg install php5-cgi

 

  使用ifconfig命令,查看熱點網卡端口爲br-lanbash

  輸入tcpdump的命令, 0x4745 爲"GET"前兩個字母"GE",0x4854 爲"HTTP"前兩個字母"HT":app

tcpdump  -XvvennSs 0 -i br-lan  tcp[20:2]=0x4745 or tcp
[20:2]=0x4854

  tcpdump獲取的數據是元素二進制和16進制的數據, 咱們直接使用urlsnarf命令,能夠捕獲更詳細的信息:ssh

urlsnarf -i br-lan
相關文章
相關標籤/搜索