tags:

views:

143

answers:

2

I think my question is "no comment", and I must say is is not a bot-net.it is for education.

please tell me if this kind of question (hacking related) is not allowed in stackoverflow.

Edit:

While(Countries::C_Iran::LastMessage::Nuclear>0.05)IAEA::GetCountryA(Countries::C_Iran::Handle)->Boycott++;
if(IAEA::GetCountryA(Countries::C_Iran::Handle)->Boycot!=0)Sourceforge::GetCountryPermissions(Countries::C_Iran::Handle)->DnyAnything();
+1  A: 

I'm pretty sure you'd use raw sockets to do that - there's a bit of info in this question that should get you started.

Harper Shelby
+1,I think the link helps a lot,but I'm going to wait a few hours for an example or something.
Behrooz
+3  A: 

In general, if you need to send forged or custom-made packets, it's always a good idea to see if there is a port of libpcap for your platform. In this case, there are at least two:

http://pcapdotnet.codeplex.com/

http://sourceforge.net/apps/mediawiki/sharppcap/index.php?title=Main_Page

EDIT: here's a tutorial for sharpcap http://www.codeproject.com/KB/IP/sharppcap.aspx#sendPackets

Chinmay Kanchi
it was really cool.thanks.
Behrooz
@Chinmay Kanchi:sharppcap didn't help.because While(Countries::C_Iran::LastMessage::Nuclear>0.05)IAEA::GetCountryA(Countries::C_Iran::Handle)->Boycott++;
Behrooz
Can you post this as an edit please? I can't really understand the code as it is.
Chinmay Kanchi