I have been working on a project which implements packet capture ,injection ,SYN attack,ARP poisoning and some other attacks.Now I'm almost done...
Is there any way of incrementing IP addresses like lets say the user enters 10.xxx.xxx.20 and he wants the next 20 IP so the program should...
Hi this is a simple program that sends an echo request and recieves an echo reply.The problem is in the recieved packet #include <stdio.h>...
I have a simple question.Which is If i send a packet to a host using raw socket and in the ip source address field put some ip other than mine...
Here's a simple program that uses gethostbyname #include<stdio.h> #include<stdlib.h> #include<sys/socket.h> #include<sys/types.h>...
Could some one suggest me a good tutorial on sending spoofed packets using socket programming in C
HI this is the code I wrote for sniffer program that also parses the ethernet header. #include <stdio.h> #include <stdlib.h> #include <pcap.h>...
This is my main program #include<stdio.h> #include<sys/socket.h> #include<sys/types.h> #include<stdlib.h> #include<netdb.h>...
OK I'm trying to have a simple loop which keeps on printing each number from 1,2,... on a different line and it keeps on doing so until the user...
What does this statement mean in c sum = (sum >> 16) + (sum & 0xffff) Thanks
When i try to compile a program .The compiler throws an error saying no such file libnet.h I'm usin fedora.What could be wrong
Could some one tell me how to use gethostbyname() to convert the string entered by user into corresponding ip.If some one could show it by...
Hi could any one guide me on what language or editor to use to make a graphical interface for a c program on linux(fedora).Basically the user can...
Hi I'm using fedora 10.When I try to include pcap.h header file in my program the compiler throws an error saying No such file or directory.Also...
Does any one know a link for code in c to do a ping sweep in which you could say give the start Ip and end ip on a lan. for e.g START I/P...
Hi I'm trying to make a packet sniffer .I want my program to return packets captured and other details in graphical form how can i go about...
Now I do not have much knowledge about this but ASP.net is probably a framework.It supports many languages .So how can I learn ASP.net .Do I have...
Is there any difference between c# and c#.net ?
Hi I'm new to socket programming and i wrote a very simple port scanner.I'm having problem with the code...
Hi, My question is : I want to make a simple interface using c with some buttons which perform some action when button is pressed.Im using GCC...
Separate names with a comma.