Crafting IP packets with DNS queries .........newbie

L

laksh

hi all

im looking for some code that can capture the IP packets from my system
and craft them so that im able to put lots of DNS requests in them and
send them to the server.....

is it possible and will the DNS server takes it for legal DNS request
packets?? and should i need to incorporate some code at the server end
to decode the packets from my machine and encode the results from the
DNS??

is all this possible ?

first of all i want to know to craft some IP packets in python with
loads of DNS queries in them..............

regards
laksh
 
D

Dennis Lee Bieber

hi all

im looking for some code that can capture the IP packets from my system

That's pretty low-level -- near the bottom of the network stack,
just above the hardware driver. Most user-level code is three or more
levels higher -- look at any textbook on network protocol stacks.
and craft them so that im able to put lots of DNS requests in them and
send them to the server.....
Sounds like some scheme for a DoS attack on a server...
is it possible and will the DNS server takes it for legal DNS request
packets?? and should i need to incorporate some code at the server end

A "legal DNS request" would be one that meets the specifications
of the relevant RFC. Read some of: http://www.dns.net/dnsrd/rfc/


--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top