【下载】蹭网工具箱BackTrack 3 Final发布了!还有新的网卡兼容列表。
:D 蹭网工具箱BackTrack 3 Final发布了!http://www.remote-exploit.org/backtrack_download.html
新的网卡兼容列表
http://wiki.remote-exploit.org/index.php/HCL:Wireless#NetGear_WG111v2
[ Edited byx.cm on 2008-7-3 11:10 ] 沙发支持 楼主用的是哪个?
我下载第一个iso镜像
刻成光盘启动以后 菜单里没有airoscript :-| 下载中 能出个教程什么的不? 下来耍哈,谢谢了 又下载运行了 vmware版本的
还是没有airoscript
刚刚下载了beta3版本有
[ Edited byzhaodongxi on 2008-7-3 16:50 ] 好东西,留个记号! 这个好东西,备用 留个记号,能有个详细教程就好了,网上的那些教程对于新人来说太深奥了,省去了很多步骤,只适合经常玩的老鸟. Posted by zhaodongxi on 2008-7-3 14:24 http://www.ibmnb.com/images/common/back.gif
楼主用的是哪个?
我下载第一个iso镜像
刻成光盘启动以后 菜单里没有airoscript
是没有了。可惜了一个好工具。
目录结构有所变化。http://wiki.remote-exploit.org/index.php/Tools
工具还是不少啊。 是啊
不过还是可以可以用
早晨用命令方式测试破解掉了单位的128位wep密码 Howto: How to configure your Network Card
如何配置你的网卡
From Offensive-security.com
Jump to: navigation, search
Network Interfaces
网络接口:网卡
So you have Backtrack running installed on a HDD, you can now configure your cards to use the network. You can also do 如果你在硬盘上成功安装了Backtrack,你就可以配置你的网卡来访问网络了。
this exactly the same if you are running the distro from the CD, but your settings will not be saved as the CD is a read only 当然,如果你从光盘启动的话你也可知通过配置网卡来访问网络,只不过由于光盘是只读的,你的网卡配置将无法保存。
medium. There are plenty of different ways to configure these wired cards and plenty of tools to do it. What I am Backtrack提供了许多方法配置网卡,同时也提供了许多用来配置网卡的工具
showing here is the generic Linux commands which should be the same for other distro's.
在这里仅以通用的Linux命令配置方式加以说明,其实这和Linux其他的发行版的做法是一样的。
To turn on your ethernet network card (LAN):
通过以下命令开启你的网卡(当然也包括有线网卡):
ifconfig eth0 up
The eth0 is the name of the card, this could change depending on what hardware you have installed. To get a list of all adapters:
eth0就是你的网卡的名字,根据你的网卡不同可能有不同的名字。你可以通过以下命令查看你所有已安装网卡的名字:
ifconfig -a
This will list all (-a) interfaces.
这个命令将列出你所有已安装的网卡。
To get DHCP to assign a network address automatically from the DHCP server:
通过以下命令可以请求DHCP Server自动分配一个IP地址
dhcpcd eth0
This will run it only on eth0, if you omitted the interface you would run the DHCP discovery process on all compatible cards.
这条命令仅仅为eth0分配地址, 如果你省略网卡名称(eth0)就会为你所有的网卡自动分配IP地址。
Then check if you have an address:
然后查看有没有分配到地址
ifconfig eth0
You should see an IP address in there somewhere.
如果成功分配,你就会在屏幕输出看到IP地址。
If you want a static IP address instead of a dynamic one:
如果你想给网卡指定一个固定IP
ifconfig eth0 192.168.1.2
Or whatever IP you want! If you want a variable subnet mask (beyond the scope of this thread!):
或者是任何你想指定的IP!如果你想指定网络掩码(对于上面的命令),执行以下命令:
ifconfig eth0 192.168.1.2 netmask 255.255.255.224
To manually add a default gateway:
也可以手动添加默认网关:
route add default gw 192.168.1.1 eth0
Of course you would replace the IP address with your default gateways, also the eth0 interface is not always needed!
当然,你要用你实际的网关地址代替上面命令中的IP地址,但不是一定要指定网卡,也就是eth0.
To manually assign your DNS servers:
手动添加DNS服务器:
echo nameserver 192.168.1.1 > /etc/resolv.conf
echo nameserver 212.135.1.36 >> /etc/resolv.conf
Note that the first line will OVERWRITE (>) the resolv.conf file, the second command will APPEND (>>) 'nameserver
注意以上第一行命令中的(>)将会覆盖resolv.conf 文件,
212.135.1.36' onto the end of it!
All of this may have been done for you automatically with DHCP anyway, so to check:
cat /etc/resolv.conf
This will display to you the contents of the /etc/resolv.conf file.
To change your DHCP address if it has already been assigned you need to delete the DHCP file assigned to the card:
rm /etc/dhcpc/dhcpcd-eth0.pid
Although that may change based on the interfaces you have!
Then run the dhcpcd command again. Posted by zhaodongxi on 2008-7-4 10:30 http://www.ibmnb.com/images/common/back.gif
是啊
不过还是可以可以用
早晨用命令方式测试破解掉了单位的128位wep密码
好像加强了wpa的工具呢。 好东东,有时间试试. 先收藏一下,有时间研究. 好东西,可惜我的intel2915不行啊:'( 谢谢分享。回头试试。 mark 顶顶,留下记号,备用 有详细的步骤就好了
先留个脚印 留记号,走人,等ap,然后研究pj 谁能出的教程,
很想试试蹭网呀! 正在下载论坛里那个beta版本,这个怎么样? 新版本没有那个非常方便的工具了,airoscript.
好像wpa好些了,下了一段时间还没仔细看呢。 17楼,bt3支持2915了,但是不支持我x61的a/g/n卡。:'( :'( :'( 好东西,顶了 好东东^v^ 现在回头再看,终于要用到了,在研究,弱弱的问下,是要先下载那网卡的驱动么?
页:
[1]
2