 |
|
 |
it clarify a lot of concepts
|
|
|
|
 |
|
 |
I want to know that if it is possible to block a certain ip packets and copying its packet and resending it on server after altering them so that its http request to server is altered.Is this possible with this.And if yes how to protect.
|
|
|
|
 |
|
 |
Hello Everyone!
I have installed wine into my ubuntu machine and followed all instructions as given but while typing in terminal;
$ wine application.exe is giving to errors
I am getting these two errors;
err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\home\\anuj\\fire.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\anuj\\fire.exe" failed, status c0000135
please suggest me what to do..reply please
Thanks.
|
|
|
|
 |
|
 |
hi,
I tried filter hook drivers for script filtering.I able to get raw packets for script filtering. ok Now problem is that i want to scan the script for malicious or harmful (virus related) contents. scripts may be contained in two or more packets, so how to scan? suppose i intigrate such packets and then scan then how shoud i drop or recreate packects and route then to browser or NIC.
Can you help to give details how packects are used by browser to create the dom and attach to browser.
Thanks in advance
|
|
|
|
 |
|
 |
It is simple to learn about firewall programming. But I have poor knowledge on C++. So, I want to learn this source code by using C#.Net 2005 (or) C#.Net 2003 programming language. Can I get it?
|
|
|
|
 |
|
 |
You can't access the OS with C#, hence you need to use C++ or C.
|
|
|
|
 |
|
 |
Dear Sudhir,
i am a 4th yr. student of iter,bbsr working on a project of Firewall getting some error as "error loading Driver" .When i am executing u r "firewall.exe" file in release folder there is no error but the same when i am trying by executing your source code the same error occurs .
i have even started the ipfilterdriver service in command prompt.
Please help me to avoid the error .
please check it & reply soon.
|
|
|
|
 |
|
 |
Hi
I am also facing same problem i.e its showing "Error loading this drive" while trying to run this application. But previously its running ,and its blocking and unblocking urls ,for now its not loading sys file .If u know can pls tell me so that i can fix for loading sys file .
Thanks,
Surendra Jain
|
|
|
|
 |
|
 |
http://www.codeplex.com/netdefender[^]
Don't know if it is still maintained. The last version is NetDefender 1.5 which was released in Sep 9 2007 and they say
This firewall (Netdefender) is made by Sudhir Mangla and Rajender Singh (from India, Faridabad ) as Final year project in our B.E. Course at Lingaya's Institute of Management & Technology.
|
|
|
|
 |
|
 |
is there a demo for this project?
|
|
|
|
 |
|
 |
Has anyone tried transfering or copying files/folder across firewalled server or machine?
Hope anyone knows how to?
Most Gracious..
janverge@hotmail.com
nice one..
|
|
|
|
 |
|
 |
Can anyone help me that by using this driver how i can see packet contents i.e the data field of the packet.
Please help me in this problem
|
|
|
|
 |
|
 |
I have made some changes in the code of the driver DrvFltip to make it a complete stateful firewall. I added my functions which are called from cbFilerFunction e.g a function add_entry with arguments ip and tcp header and return value int.
When I run the firewall and it receives any packet a blue screen appears and shows and asks to restart windows
DRIVER_IRQL_NOT_LESS_OR_EQUAL
Technical Information
STOP:0x0000000D1(0x00000002,0x00000001,0xF7A8B567)
DrvFltIp.sys- Address F7A8B567 base at F7A8B000 Date stamp 448a6009
I am unable to solve this problem
Please help
|
|
|
|
 |
|
 |
Hello guys
I detected the problem and came to the conclusion that because of saving the present session entries in firewall (as the requirement of statefulness) it is giving this error.
But could not find the solution
please help
Thanks
|
|
|
|
 |
|
 |
We have freely available tools and libraries that capture packets for us e.g WinPcap etc. What if we use these tools to capture packet for us and we use the packet fields in our firewall to filter?With this without going into complexity of driver programing we can filter data contents too.
-- modified at 11:32 Wednesday 7th June, 2006
|
|
|
|
 |
|
 |
just because capturing packets does only mean you make a "copy" of the packets, which still continue to go to its detination user application.
Intercepting the packet, and modify or decide to forward as is or even drop the packet is a completly different story.
|
|
|
|
 |
|
 |
im having the same problem as that other guy. only wut he has probably failed to realize is that the driver is not even loading. the weird thing is that it used to be working for me and it loaded with no problems. now it wont load. "System32\\Drivers\\IpFltDrv.sys" loads but "DrvFltIp" does not. and yes the file is in the directory that it runs from.
|
|
|
|
 |
|
 |
1. You must be admin of the Syatem
2. Windows XP deafult firewall should be off.
3. Your OS must be windows 2000 or above
Sudhir Mangla
http://Programmerworld.net
AND http://DevelopersVoice.com
(Free books , articles , Source Code and Programming Tools and Utilities)
|
|
|
|
 |
|
 |
how to retrieve the packet before sending it to the client. give some tips for implementing using VC++
kk
|
|
|
|
 |
|
 |
Can redirect packets via it.
for example:
Redirect all http packets to a cache server,
--------------------------
if (Dest. IP = 80)
Redirect 127.0.0.1:8081
--------------------------
--Thanks
|
|
|
|
 |
|
 |
I have written a visual basic programme which
1.sniffs out packets and looks up the country in which the packet is either being sent to or recieved from.
2.Now if the country is, to be blocked I want to filter and drop all packets from this IP.
Is there anyway I can send ip's to be blocked to and from this programme using only visual basic.
i.e when the programme is loaded upload my own rules defined by my own visual basic programme??
I know it is complicated but i have nowhere else to turn
|
|
|
|
 |
|
 |
Does anyone know how to retrieve the http content. I have a linux based content filter, and would like to port to Windows, and build an internet content filter.
Thanks
|
|
|
|
 |
|
 |
I'd be very interested in your Linux filter, and am working on such a Windows filter. Keep me posted... see me on eBay, user mjwiseman
|
|
|
|
 |
|
 |
Can somebody explain me, why i got about 50 errors like this
fire error LNK2001: unresolved external symbol @__security_check_cookie@4
when I want to debug this project?
i have already installed the windows xp sp1 dkk und I use visual studio .net.
|
|
|
|
 |
|
 |
With your project, I can create new rule and write into DrvFltIp.sys
So now I want to read information from DrvFltIp.sys. For example: I want to show all information (destination ip, source ip, destination port, source port,.......) of packet - which DrvFltIp.sys catch - to interface.
In class TDriver.h, I see the function:
DWORD TDriver::ReadIo(DWORD code, PVOID buffer, DWORD count)
I don't understand the meaning of value return in this function, and if it can help me show information of packet to interface??? If yes, can you show me detail the code???
Else, you can show me another solutiion??
I wait for your response with impatience. Please reply as soon as possible. Thanks in advance
LonelyStar
|
|
|
|
 |