Wireless Security
Complete list of free Web Application Security Scanner
Complete list of Free Download Open Source Web Application Security Scanner Tools
1. Grabber by Romain Gaucher
http://rgaucher.info/beta/grabber/
Grabber is a web application scanner. Basically it detects some kind of vulnerabilities in your website. Grabber is simple, not fast but portable and really adaptable. This software is designed to scan small websites such as personals, forums etc. absolutely not big application: it would take too long time and flood your network. Grabber is a very small application (currently 2.5kLOC in Python) and the first reason of this scanner is to have a "minimum bar" scanner for the Samate Tool Evaluation Program at NIST. Grabber is also for me a nice way to do some automatics verification on websites/scripts I do. Users should know some things about web vulnerabilities before using this soft because it only tell you what vulnerability it is... not how to solve it.
2. Grendel-Scan by David Byrne and Eric Duprey
http://grendel-scan.com/
Grendel-Scan is an open-source web application security testing tool. It has automated testing module for detecting common web application vulnerabilities, and features geared at aiding manual penetration tests. The only system requirement is Java 5; Windows, Linux and Macintosh builds are available.
3. Paros by Chinotec
http://parosproxy.org/
Paros is for people who need to evaluate the security of their web applications. It is free of charge and completely written in Java. Through Paros's proxy nature, all HTTP and HTTPS data between server and client, including cookies and form fields, can be intercepted and modified.
- Add new comment
- Read more
- 850 reads
Suspicious Events on WLANs
Once a sufficient number of network behavior statistics are gathered, a proper wireless IDS can start looking for the suspicious events indicating the possibility of malicious attack. These events might be manifested as the presence of certain frame types, frequency of frame transmission, frame structure and sequence number abnormalities, traffic flow deviations, and unexpected frequency use. Let's categorize the events a quality wireless IDS should be able to detect and issue a warning for.
1 RF/Physical Layer Events
- Additional transmitters in the area.
- Channels not used by the protected WLAN in use.
- Overlapping channels.
- Sudden operating channel change by one or more monitored wireless devices.
- Loss of signal quality, high level of noise, or low SNR.
These events can indicate connectivity or networking problems, severe network misconfiguration, rogue device placement, intentional jamming, and Layer 1 and Layer 2 man-in-the-middle attacks.
2 Management/Control Frames Events
- Increased frequency of normally present network frames.
- Frames of unusual size.
- Unknown frame types.
- Incomplete, corrupted, or malformed frames.
- Floods of deassociate/deauthenticate frames.
- Frequent reassociation frames on networks without enabled roaming.
- Frames out of sequence.
- Frequent probe requests.
- Frames with ESSIDs different from the WLAN ESSID.
- Frames with the broadcast ESSID ("Any").
- Add new comment
- Read more
- 449 reads
Four essential elements of wireless security
Maintaining security while providing mobile workers with access to the information they need when and where they need it is complex. Protecting enterprise IT infrastructure requires a deep understanding of the risks associated with mobile applications, handhelds and wireless networks. The move toward wireless data access extends the perimeter of the corporate network and, like earlier innovations, raises many security issues. Compared with behind-the-firewall enterprise systems, wireless handheld computing systems are fundamentally different and involve incremental security risks. To ensure security across the entire system, enterprises must recognize and address risks across the three different links in a wireless handheld computing system:
1. Perimeter or firewall security — When a corporation wishes to make enterprise systems like enterprise messaging servers, CRM, ERP or intranet Web pages accessible wirelessly, the first priority is to maintain the security of the internal network. Any programs running inside the firewall must not open avenues of attack from programs running outside. Additional perimeter security considerations include:
o Authentication — Each component of a wireless system must be able to prove that it is authorized to communicate on the network. It must not be possible for an attacker to impersonate a handheld or server, thereby misleading authentic services into communicating with it.
- Add new comment
- Read more
- 457 reads
Comparison between WPA and WPA2

The new iphone 3G that will be released on July 2008 is using WPA2 for their secure wireless connection. However there is a lot of issue and discussion about this feature risk for iphone security. Before we're going to discuss later about this feature, let we see a simple comparison between WPA and WPA2.
Both of standard is released by Wi-Fi Alliances based on IEEE 802.11i standard
| No | Area | WPA | WPA2 |
| 1 | Release Date | April 2003 | July 2004 |
| 2 | Strong encryption and authentication support | Infrastructure networks only | Infrastructure and ad-hoc networks, means that your device can talk with other device (ad-hoc networks) in secure environment |
| 3 | Encryption Mechanism | Temporal Key Integrity Protocol (TKIP), based on the RC4 cipher |
CCMP (Counter Mode with Cipher Block Chaining Message Authentication Code Protocol) based on Advanced Encryption Standard (AES) cipher |
| 4 | Functionality | A WPA compliant device however can implement AES optionally | WPA2 compliant devices must be capable of both though you’re not required to use AES. |
- Add new comment
- Read more
- 2135 reads
Wide Open 802.11 Networks Around Us
As mentioned, in the majority of cases an attacker does not have to do anything to get what he or she wants. The safe door is open and the goods are there to be taken. The Defcon 2002 wardriving contest showed that only 29.8 percent of 580 access points located by the contesters had WEP enabled. As much as 19.3 percent had default ESSID values, and (not surprisingly) 18.6 percent of discovered access points did not use WEP and had default ESSIDs. If you think that something has changed since then, you are mistaken. If there were any changes, these were the changes for the worse, because the Defcon 2003 wardrive demonstrated that only approximately 27 percent of networks in Las Vegas are protected by WEP. Because one of the teams employed a lateral approach and went to wardrive in Los Angeles instead, this number also includes some statistics for that city.
The Defcon wardrive observations were independently confirmed by one of the authors wardriving and walking around Las Vegas on his own.
Are things any better on the other side of the Atlantic? Not really. We speculated that only around 30 percent of access points in the United Kingdom would have WEP enabled. To validate this for research purpose, one of the authors embarked for a London Sightseeing Tour in the famous open-top red double-decker bus armed with a "debianized" laptop running Kismet, Cisco Aironet LMC350 card,
- Add new comment
- Read more
- 511 reads
Three factors limit the spread of Bluetooth hacking
Warnibbling or looking for Bluetooth networks will gain much higher popularity than looking for infrared connections and might one day compete with wardriving in popularity. The tools for Bluetooth network discovery such as Redfang from @Stake and a graphical user interface (GUI) for it (Bluesniff, Shmoo Group) are already available to grab and use and more tools will no doubt follow suit.
Three factors limit the spread of Bluetooth hacking. One is the still limited use of this technology, but that is very likely to change in a few years. Another factor is the limited (if compared to 802.11 LANs) coverage zone. However, Class 1 Bluetooth devices (output transmission power up to 100 mW) such as Bluetooth-enabled laptops and access points can cover a 100-meter radius or greater if high-gain antennas are used. Such networks are de facto WLANs and can be suitable targets for remote cracking. The third factor is the security mechanisms protecting Bluetooth PANs against both snooping and unauthorized connections. So far there are no known attacks circumventing the E0 streaming cipher used to encrypt data on Bluetooth PANs.
- Add new comment
- Read more
- 547 reads
Should we concentrate on 802.11 Wireless Security?
The widespread area of 802.11 network coverage zones is one of the major reasons for rising security concerns and interest: An attacker can be positioned where no one expects him or her to be and stay well away from the network's physical premises. Another reason is the widespread use of 802.11 networks themselves: By 2006 the number of shipped 802.11-enabled hardware devices is estimated to exceed 40 million units, even as the prices on these units keep falling. After 802.11g products hit the market, the price for many 802.11b client cards dropped to the cost level of 100BaseT Ethernet client cards. Of course there is a great speed disadvantage (5–7 Mbps on 802.11b vs. 100 Mbps on switched fast Ethernet), but not every network has high-speed requirements, and in many cases wireless deployment will be preferable. These cases include old houses in Europe protected as a part of the National Heritage. In such houses, drilling through obstacles to lay the cabling is prohibited by law. Another case is offices positioned on opposite sides of a busy street, highway, or office park. Finally, the last loop provider services via wireless are basically a replacement for the cable or xDSL link and 802.11b "pipe" is not likely to be a bottleneck in such cases, taking into account common xDSL or cable network bandwidth.
- Add new comment
- Read more
- 601 reads