Contact Us
Article
Hacker Tools New Update | Download Directory |

| Windows | Linux | Mac OS X | Mobile | Assessment | Defense | Documents | Miscellaneous |
Hacker Tools » Download -> Miscellaneous-> Programming » NSI Module Hook : Hiding Port Under Windows Vista
This Directory TOP18
madCodeHook
The Art Of Disassembly
BuGLe - a Graphical OpenGL Debugger
Managing Windows Networks Using Scripts - Part 6: Remote Scripting First Steps
Akathisia - Fuzzer
12 PHP optimization tips
Ways of Executing Code in a PE Executable Before the Entry
DigiChat - WebChat Administrator Access
Peach - Fuzzer Framework
Stopping Spambots : A Spambot Trap
OpenSSH v4.6 Call Graph
Secure Programming Habits in PHP
Fuzz Testing of Application Reliability
Dump Yahoo Pass (source)
Top 10 Secure Coding Practices
Get Pass (source)
Nuclear (Web Attack Tool)
128 Videos from Googles Developer Day 2007
Search

NSI Module Hook : Hiding Port Under Windows Vista

File Size: KB
Update Time: 2007-07-03
Developer:
Description:     In this post, I will share with you a simple code to hide port under Vista,hope it is useful for some guys . Actually under Windows Vista, netstat.exe will call InternalGetTcpTable2 which is exported by Iphlpapi.dll to list all open ports,then InternalGetTcpTable2 will transfer control to NsiAllocateAndGetTable which is exported by nsi.dll, and finally nsi.dll involve NsiEnumerateObjectsAllParametersEx to interact with kernel mode module of NSI -- nsiproxy.sys. nsiproxy.sys is almost like a wrapper of netio.sys, it will then call internal subroutines of netio.sys.
Download:
  NSI Module Hook : Hiding Port Under Windows Vista