i need determine per-process network usage statistics similar tcpview can do. example http://img513.imageshack.us/img513/861/6601f15814544055a590e26.png so before shoot me posting duplicate of this question , or this question , point out neither of have thorough answer me this. i've been doing research, , there many ways list out active connections , associated processes, whether netstat or other windows api's iphlpapi.dll . now, google'ing i've done, have not found - except these vague terms: getpertcpconnectionestats , getpertcp6connectionestats . presumably tcp on ipv4 , ipv6 respectively. reading supposedly able need do. however, still leaves out udp. , not available on xp systems, tcpviewer works on. i satisfied using tcp, problem is, can't seem find examples of how use them c#. so guess boils down these few questions: does know how tcpview it? how use getpertcpconnectionestats tcp? or can accomplish i'm suggesting? is there known alte...
i need kow how sql injection recorded in log file. in other words need example of web log file entry contains sql injection. question please: log file recorded first or query executed @ database first? thanks in logs ; search single quote (') or %27 . basic sql injection attack check when attacker checks if server vulnerable. in depth, search ' or 1=1-- (or) @ end of querystring find appended ( and 1=0-- or and 1=1-- ). blind sql injection attack test.
Comments
Post a Comment