Writing a portscan utility in .NET
I’m working on a side project that is a portscan utility written in VB.net. Here’s my progress so far, and it is working. There’s some way to go…
I’m working on a side project that is a portscan utility written in VB.net. Here’s my progress so far, and it is working. There’s some way to go…
To have System.IO.FileSystemWatcher LastAccess work, the system must have access logging enabled with the following command. fsutil behavior set DisableLastAccess 0 After setting this, reboot, and you can…
The fastest routine for counting all files recursively given a path in VB.NET that I've found so far.
I have thousands of files stored on an external USB attached 1TB drive. My drive is currently 95% full. I know I have duplicate files throughout the drive…
This isn't true API access, just a WebBrowser control. I'm looking into the API though which would require me to register my Application even though it's not a…
This snippet of code worked when tested in VB.NET application I'm working on. It will set the User Agent string for the duration of the control. Private Property…
I forgot I wrote this for a specific reason some time ago and came across it this morning decluttering some folders on my NAS. I can't find the…
Convert between bits/bytes/kilobits/kilobytes/megabits/megabytes/gigabits/gigabytes What is it? This is completely based on Matisse.net's online bitcalc tool: http://www.matisse.net/bitcalc/ Enter in an amount of units and click calculate. For example, in the…
What is it? I created a small tool to help facilitate setting the default user to automatically logon to a system. Requirements Administrator Privileges .NET 2.0 or greater…
I am working on a Motion-JPEG stream viewer for the Yawcam webcam streaming software. This allows you to enter your stream's URL and choose the size for the…