狗走了,猪来了。新年快乐!
欢迎金猪到来,节后写总结。
欢迎金猪到来,节后写总结。
iwigi的Dil.icio.us
webcast 闲里偷忙
TelePresence web video conference Cisco的新武器
需要学习的还很多
从BEA开始
伴随着信息化潮流的步伐,每个企业都要处理来自各个方面的信息。如何高效准确的把握商机,提高工作效率,创造更大的经济效益?自然是每个企业的生存目标。当一个现代化的企业拥有了自己的ERP,CRM、HRM等系统后,虽然解决了很多问题,但是新的问题也随着产生。
哪些问题困扰着企业?
企业每天都要与客户,合作伙伴和供应商及时沟通分享信息。选择什么样的沟通方式,选择什么时候沟通,如何更加有效率的沟通和分享彼此的信息,让业务流程更加清晰简单,这些问题时刻都在困扰着每个企业的领导者。
从早期的固定电话到现在的手机,视频、Email、IM。诸如电话会议,视频会议、Web会议等应用。该选择哪种沟通方式更加有效快捷呢?
过去我们讲”手机 呼机 商务通一个都不能少”,典型的成功人士装备。现在再看虽然仅剩下手机,但是笔记本和PDA等更多的通信终端越来越多。出现了数据重复,查询检索携带麻烦,无法与其他人分享同步等诸多问题。
IT管理员面临更多的挑战,诸如无线设备,移动设备、视频设备、IP电话和IM的管理和控制。
我们该如何解决这些问题?
一切从沟通开始!
协同办公系统让原本独立的信息得到有效的整合并进行分析,不用去过多的关心技术问题,只需要把注意力放在商务活动和办公上。后面我会分别对上述协同办公系统进行讨论。
| Essential Wireless Hacking Tools |
|
By Daniel V. Hoffman, CISSP, CWNA, CEH Anyone interested in gaining a deeper knowledge of wireless security and exploiting vulnerabilities will need a good set of base tools with which to work. Fortunately, there are an abundance of free tools available on the Internet. This list is not meant to be comprehensive in nature but rather to provide some general guidance on recommended tools to build your toolkit. Finding Wireless NetworksLocating a wireless network is the first step in trying to exploit it. There are two tools that are commonly used in this regard: Network Stumbler a.k.a NetStumbler – This Windows based tool easily finds wireless signals being broadcast within range – A must have. It also has ability to determine Signal/Noise info that can be used for site surveys. I actually know of one highly known public wireless hotspot provider that uses this utility for their site surveys.
Kismet – One of the key functional elements missing from NetStumbler is the ability to display Wireless Networks that are not broadcasting their SSID. As a potential wireless security expert, you should realize that Access Points are routinely broadcasting this info; it just isn’t being read/deciphered. Kismet will detect and display SSIDs that are not being broadcast which is very critical in finding wireless networks.
Attaching to the Found Wireless NetworkOnce you’ve found a wireless network, the next step is to try to connect to it. If the network isn’t using any type of authentication or encryption security, you can simply connect to the SSID. If the SSID isn’t being broadcast, you can create a profile with the name of the SSID that is not being broadcast. Of course you found the non-broadcast SSID with Kismet, right? If the wireless network is using authentication and/or encryption, you may need one of the following tools. Airsnort – This is a very easy to use tool that can be used to sniff and crack WEP keys. While many people bash the use of WEP, it is certainly better than using nothing at all. Something you’ll find in using this tool is that it takes a lot of sniffed packets to crack the WEP key. There are additional tools and strategies that can be used to force the generation of traffic on the wireless network to shorten the amount of time needed to crack the key, but this feature is not included in Airsnort.
CowPatty – This tool is used as a brute force tool for cracking WPA-PSK, considered the “New WEP” for home Wireless Security. This program simply tries a bunch of different options from a dictionary file to see if one ends up matching what is defined as the Pre-Shared Key.
ASLeap – If a network is using LEAP, this tool can be used to gather the authentication data that is being passed across the network, and these sniffed credentials can be cracked. LEAP doesn’t protect the authentication like other “real” EAP types, which is the main reason why LEAP can be broken.
Sniffing Wireless DataWhether you are directly connected to a wireless network or not, if there is wireless network in range, there is data flying through the air at any given moment. You will need a tool to be able to see this data. Ethereal – While there has been much debate on the proper way to pronounce this utility, there is no question that it is an extremely valuable tool. Ethereal can scan wireless and Ethernet data and comes with some robust filtering capabilities. It can also be used to sniff-out 802.11 management beacons and probes and subsequently could be used as a tool to sniff-out non-broadcast SSIDs.
The aforementioned utilities, or similar ones, will be necessities in your own wireless security toolkit. The easiest way to become familiar with these tools is to simply use them in a controlled lab environment. And cost is no excuse as all of these tools are available freely on the Internet. Protecting Against These ToolsJust as it’s important to know how to utilize the aforementioned tools, it is important to know best practices on how to secure your Wireless Network Against these tools. NetStumbler – Do not broadcast your SSID. Ensure your WLAN is protected by using advanced Authentication and Encryption. Kismet – There’s really nothing you can do to stop Kismet from finding your WLAN, so ensure your WLAN is protected by using advanced Authentication and Encryption Airsnort – Use a 128-bit, not a 40-bit WEP encryption key. This would take longer to crack. If your equipment supports it, use WPA or WPA2 instead of WEP (may require firmware or software update). Cowpatty – Use a long and complex WPA Pre-Shared Key. This type of key would have less of a chance of residing in a dictionary file that would be used to try and guess your key and/or would take longer. If in a corporate scenario, don’t use WPA with Pre-Shared Key, use a good EAP type to protect the authentication and limit the amount of incorrect guesses that would take place before the account is locked-out. If using certificate-like functionality, it could also validate the remote system trying to gain access to the WLAN and not allow a rogue system access. ASLeap – Use long and complex credentials, or better yet, switch to EAP-FAST or a different EAP type. Ethereal – Use encryption, so that anything sniffed would be difficult or nearly impossible to break. WPA2, which uses AES, is essentially unrealistic to break by a normal hacker. Even WEP will encrypt the data. When in a Public Wireless Hotspot (which generally do not offer encryption), use application layer encryption, like Simplite to encrypt your IM sessions, or use SSL. For corporate users, use IPSec VPN with split-tunneling disabled. This will force all traffic leaving the machine through an encrypted tunnel that would be encrypted with DES, 3DES or AES. Questions or comments can be sent to Daniel V. Hoffman, CISSP, CWNA |
|||
Skype 近日发布2.2 beta版本,兼容大多数基于Windows Mobile操作系统的移动终端。
新增加的功能包括了在线状态信息,事件通告诸如未接电话和语音信箱通告,支持HTTPS, HTTPS/SSL, 以及SOCKS5连接。不知Skype何时才能够发布支持基于Symbian系统的智能手机版本。移动版本的Skype要走的路还很长,若能够与企业的ERP,CRM和HRM等互通那将会带来更多的市场机会和商业利润。
PSP GPS接收器:
商品名 GPS接收器
型号 PSP-290
发售日 2006年12月7日(星期四)
发售价格 6,000日圆(除税5,715日圆)(约人民币420元)
信号频率 1575.42MHz(L1帯、C/A 线路)
信号频道 20频道
定位更新时间 约1秒
定位精度 5m(2DRAMS、-130dBm)
外形尺寸 约45×41×17mm(宽×高×长)
重量 约16g
内含物品 GPS接收器 ×1专用收藏盒 ×1
盼达人尽快能够放出相应的软件和地图工具。此应该算做是PSP本年度最佳配件。
Brian Murmurs公司的Pulse产品可以帮助那些使用Blackberry的移动办公用户摆脱USB线缆的束缚,通过蓝牙与笔记本连接来进行访问Internet,Blackberry完全充当了一个无线Modem的功能。目前Pulse产品仅支持Macs的用户。
用户侧全部无线使用蓝牙和GPRS或CDMA网络访问Internet
商务应用通过无线VPN访问公司局域网络
网络为C/S架构
Brian Murmurs公司在安全性和可管理性方面还未有任何的文档说明。而且目前仅支持Blackberry 7230 7290 和8700系列,不支持最新的Pearl。
Nokia和SIPphone在11月29日宣布推出了基于Nokia N80平台的VoIM应用,目前的VoIM仅支持Voice,还未实现Video功能。从目前SIPphone下的Gizmo项目中可以看到Gizmo的IM与传统的公众IM不同在与支持企业应用,同一个客户端你可以选择两个不同的注册认证方,企业目前提供与Asterisk PBX通过SIP进行注册认证,我在SIPX PBX上进行了测试发现认证还无法通过。更加让人欣喜的是Gizmo通过Google Maps的API提供用户位置信息服务。录音功能也比较实用,目前Skype 3.0也有附件提供此功能。Gizmo在UI设计上非常到位,使用起来非常顺手,并且提供了语音质量检测工具。给我感觉她融合了公众IM和Eyebeam的一些长处,最重要的还是在与SIPphone已经进入了移动企业通信领域。虽然目前配合的终端产品为Nokia的N系列,不过可以预测很快会推出支持Nokia E系列手机的版本。
PC-to-Anywhere 建议SIPphone再做一张Anywhere-to-Anywhere的图片
强大的应用功能
先预睹下在Nokia 770上的界面
一些功能方面的建议: