![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#106 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
post-edit: the above applies to broadcast echo-requests (like, ping 192.168.1.255) Last edited by devine : 08-26-2004 at 05:17 AM. |
|
|
|
|
|
#107 (permalink) | |
|
Registered Member
Join Date: Jun 2004
Posts: 67
|
Quote:
What windows are not used to answer is icmp echo-requests directed to broadcast. As far as I know sylvain suggestion of spoofing icmp requests should work |
|
|
|
|
|
#108 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
|
|
|
|
|
|
#110 (permalink) | |
|
Wireless Auditor
Join Date: Jun 2004
Location: Paris, France
Posts: 175
|
Quote:
so is this something you think you can implement independently from the type of cards we are using... in fact I really think that we should find an attack which does not depend from the type of cards we are using (implementation aspect) |
|
|
|
|
|
#111 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
) |
|
|
|
|
|
#112 (permalink) | |
|
Wireless Auditor
Join Date: Jun 2004
Location: Paris, France
Posts: 175
|
Quote:
- for the monitor mode I agree - but for sending raw 802.11 frames, why can't we use tools like Hping or any packet injector and to specify we want to use to send the raw frames...Indeed I am not sure Hping is able to create 802.11 frames... |
|
|
|
|
|
#113 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
|
|
|
|
|
|
#115 (permalink) | |
|
Wireless Auditor
Join Date: Jun 2004
Location: Paris, France
Posts: 175
|
Quote:
|
|
|
|
|
|
#116 (permalink) | |
|
Banned in DC
Join Date: Jul 2004
Posts: 102
|
Quote:
Code:
--- hostap_ioctl.c.orig 2004-08-26 13:52:07.000000000 +0100
+++ hostap_ioctl.c 2004-08-26 13:50:29.000000000 +0100
@@ -1043,7 +1043,7 @@
hostap_monitor_set_type(local);
if (hostap_set_word(dev, HFA384X_RID_CNFPORTTYPE,
- HFA384X_PORTTYPE_PSEUDO_IBSS)) {
+ 5)) {
printk(KERN_DEBUG "Port type setting for monitor mode "
"failed\n");
return -EOPNOTSUPP;
@@ -1067,6 +1067,14 @@
return -EOPNOTSUPP;
}
+ if (local->func->reset_port(dev) ||
+ local->func->cmd(dev, HFA384X_CMDCODE_TEST |
+ (0x0a << 8),
+ 0, NULL, NULL)) {
+ printk(KERN_DEBUG "Tx Exception Suppression mode failed\n");
+ return -EOPNOTSUPP;
+ }
+
return 0;
}
|
|
|
|
|
|
#117 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
Anyway, the basic ARP-request reinjection attack works reliably, I've used it several times with great success. I'm currently improving it with the help of b0nk so as to consider ICMP or UDP requests (like, DHCP discover packets). |
|
|
|
|
|
#118 (permalink) | |
|
Wireless Auditor
Join Date: Jun 2004
Location: Paris, France
Posts: 175
|
Quote:
the ARP-request reinjection attack works...if you have a Prism2 card...i think I will have to buy one.. |
|
|
|
|
|
#119 (permalink) | |
|
Wireless Auditor
Join Date: Jun 2004
Location: Paris, France
Posts: 175
|
Quote:
did you already have a look at cisco drivers (included in the kernel airo.c , airo_cs.c ..) ? |
|
|
|
|
|
#120 (permalink) | ||
|
Banned in DC
Join Date: Jul 2004
Posts: 102
|
Quote:
Quote:
|
||
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|