473,407 Members | 2,598 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

802.11 packet inject with Hex

Hey all
Is there a program about that can inkect fake wep keys into 802.11
stream. Basicly i want a little program that will sit in the task bar
and run quitely but it just inject a packet with a fake Hex W.E.P key's
evrey 1 minute or 30 seconds or so is there source code around that can
help me do this i dont really know how to code but i need it for a
college project and i only got a week :S so any info would be a great
help.
Thanks Alot.
Paul.

Jun 22 '06 #1
4 2218
paulostreme...@googlemail.com wrote:
Hey all
Is there a program about that can inkect fake wep keys into 802.11
stream. Basicly i want a little program that will sit in the task bar
and run quitely but it just inject a packet with a fake Hex W.E.P key's
evrey 1 minute or 30 seconds or so is there source code around that can
help me do this i dont really know how to code but i need it for a
college project and i only got a week :S so any info would be a great
help.
Thanks Alot.
Paul.


You're in the wrong group. Here we talk about the C++ *langauge*, not
arbitrary applications thereof. We don't discuss wep keys (whatever
those are) or 802.11 streams (whatever that is). See this FAQ for what
is on-topic here and for a list of some possible places you could post:

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

You probably want a group that is specific to your platform.

Cheers! --M

Jun 22 '06 #2
pa************@googlemail.com wrote:
Is there a program about that can inkect fake wep keys into 802.11
stream. Basicly i want a little program that will sit in the task bar
and run quitely but it just inject a packet with a fake Hex W.E.P
key's evrey 1 minute or 30 seconds or so is there source code around
that can help me do this i dont really know how to code but i need it
for a college project and i only got a week :S so any info would be a
great help.


I don't see anything here related to C++ language at all. C++ language
doesn't define concepts like "wep" or "802.11 stream", or "task bar".
The best bet for you to start asking in the newsgroup dedicated to your
platform.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Jun 22 '06 #3

Victor Bazarov wrote:
pa************@googlemail.com wrote:
Is there a program about that can inkect fake wep keys into 802.11
stream. Basicly i want a little program that will sit in the task bar
and run quitely but it just inject a packet with a fake Hex W.E.P
key's evrey 1 minute or 30 seconds or so is there source code around
that can help me do this i dont really know how to code but i need it
for a college project and i only got a week :S so any info would be a
great help.


I don't see anything here related to C++ language at all. C++ language
doesn't define concepts like "wep" or "802.11 stream", or "task bar".
The best bet for you to start asking in the newsgroup dedicated to your
platform.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


i was just a bit confused i thought i would try to code it in C++ well
that the only language i would try to do it in does anyone know a group
where my question is more suitible for?

Jun 22 '06 #4
pa************@googlemail.com wrote:
Victor Bazarov wrote:
pa************@googlemail.com wrote:
Is there a program about that can inkect fake wep keys into 802.11
stream. Basicly i want a little program that will sit in the task bar
and run quitely but it just inject a packet with a fake Hex W.E.P
key's evrey 1 minute or 30 seconds or so is there source code around
that can help me do this i dont really know how to code but i need it
for a college project and i only got a week :S so any info would be a
great help.

I don't see anything here related to C++ language at all. C++ language
doesn't define concepts like "wep" or "802.11 stream", or "task bar".
The best bet for you to start asking in the newsgroup dedicated to your
platform.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


i was just a bit confused i thought i would try to code it in C++ well
that the only language i would try to do it in does anyone know a group
where my question is more suitible for?


alt.virus.writers?
Jun 22 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: tvmaly | last post by:
Due to the restrictions I have at my host, I cannot use smtplib in my email cgi script. They gave me a script they use that calls nullmailer-inject. I am trying to figure out how to add the...
4
by: QQ | last post by:
Hello I am a newbie on network programming. I am trying to receive a packet if((numbytes = recvfrom(udp_fd1, buf, MAXLEN-1, 0,(struct sockaddr*)&register_addr, &addr_len))==-1){ fprintf(stderr,...
5
by: Nim | last post by:
HI, I would like to know if it's possible inject a dll (create with c++) into an application with c# like c++, and which instruction use c# for do this
2
by: bobrics | last post by:
Hi, I would like to create a packet for a RAW socket transfer. Please let me know if this is the right approach. 1. First, I am creating a header structure where I store all the information I...
10
by: PH | last post by:
Hi guys! I need to get the remote EndPoint from when I receive packets when listening in a local port in my computer. I'm using UDP (connection-less) so I only bind the socket to my...
1
by: visal | last post by:
hi Please help me.i am developing a java pgm to capture network packets using jpcap.i downloded jpcap and wpcap dll files. My pgm is: import jpcap.JpcapHandler; import jpcap.Jpcap; import...
3
by: nexus024 | last post by:
I am trying to write a program that will continuously sniff eth0 for a specific UDP packet thats being sent to a specific destination IP, alter the data of the packet, and finally transmit it to the...
1
by: sangith | last post by:
Hi, I tried the packet capture module program. I did a file transfer using ftp from this host to another server. But when I ran the program, it was just hanging off and it did not print the...
1
by: =?Utf-8?B?SkhpbGJDUk0=?= | last post by:
I am trying to write a httpmodule to inject javascript includes on some of the aspx pages we have. For instance, I want to inject into the resulting IIS response something like... ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.