Results for "Author: roger reeder"
Quickly scan your computer or subnet for open ports. Will show info about open port if in database. Scans 32,000 ports in less than a minute. You can update the database with new ports that are vulnerable. Mess with the number of winsocks that you use to see what works best on your computer. Feel free to send me an updated mdb I put it together from information collected from sites off the web. The ip resolve was submitted by someone on PSC can't remember the name. I wanted something that would show possible explanations for why the port was open and allow scanning for just known ports to speed up scan process. I let the system run as fast as it can through the winsocks using the next available winsock and looking for open states and tossing all others that have been trying to connect longer than the timeout setting. You can adjust this if it's to short for you particular connection. Comments appreciated
Prints a Hexagonal map, let's user select hexagon and line width. It's a simple way to calculate hexagons. I have code that will overlay a hexagonal map using the bitblt for speed if anyone is interested.
Quickly scan your computer or subnet for open ports. Will show info about open port if in database. Scans 32,000 ports in less than a minute. You can update the database with new ports that are vulnerable. Mess with the number of winsocks that you use to see what works best on your computer. Feel free to send me an updated mdb I put it together from information collected from sites off the web. The ip resolve was submitted by someone on PSC can't remember the name. I wanted something that would show possible explanations for why the port was open and allow scanning for just known ports to speed up scan process. I let the system run as fast as it can through the winsocks using the next available winsock and looking for open states and tossing all others that have been trying to connect longer than the timeout setting. You can adjust this if it's to short for you particular connection. Comments appreciated
Prints a Hexagonal map, let's user select hexagon and line width. It's a simple way to calculate hexagons. I have code that will overlay a hexagonal map using the bitblt for speed if anyone is interested.
Quickly scan your computer or subnet for open ports. Will show info about open port if in database. Scans 32,000 ports in less than a minute. You can update the database with new ports that are vulnerable. Mess with the number of winsocks that you use to see what works best on your computer. Feel free to send me an updated mdb I put it together from information collected from sites off the web. The ip resolve was submitted by someone on PSC can't remember the name. I wanted something that would show possible explanations for why the port was open and allow scanning for just known ports to speed up scan process. I let the system run as fast as it can through the winsocks using the next available winsock and looking for open states and tossing all others that have been trying to connect longer than the timeout setting. You can adjust this if it's to short for you particular connection. Comments appreciated
Prints a Hexagonal map, let's user select hexagon and line width. It's a simple way to calculate hexagons. I have code that will overlay a hexagonal map using the bitblt for speed if anyone is interested.
Quickly scan your computer or subnet for open ports. Will show info about open port if in database. Scans 32,000 ports in less than a minute. You can update the database with new ports that are vulnerable. Mess with the number of winsocks that you use to see what works best on your computer. Feel free to send me an updated mdb I put it together from information collected from sites off the web. The ip resolve was submitted by someone on PSC can't remember the name. I wanted something that would show possible explanations for why the port was open and allow scanning for just known ports to speed up scan process. I let the system run as fast as it can through the winsocks using the next available winsock and looking for open states and tossing all others that have been trying to connect longer than the timeout setting. You can adjust this if it's to short for you particular connection. Comments appreciated
Another SMTP Emailer, but this has some nice enhancements. Let's you mail to multiple addresses. Does not relay through SMTP Servers. Get's MX Records in email addresses and contacts the Mail server directly. Is event fired so there is not a lot of built in waiting and it emails to multiple address with multiple winsocks. There's some code here from several other programs on PSC. Especially the MX Record Lookup and getting the DNS server info. Thanks to all who contribute. I put this together for work I'm doing and I thought I'd pass it on to others who may need the same things. You'll notice that you can just add this form to your project and have instant ability to email by calling the exposed sub routine in the form. Look at the main sub in modMain to see how you can do this.
Prints a Hexagonal map, let's user select hexagon and line width. It's a simple way to calculate hexagons. I have code that will overlay a hexagonal map using the bitblt for speed if anyone is interested.
Quickly scan your computer or subnet for open ports. Will show info about open port if in database. Scans 32,000 ports in less than a minute. You can update the database with new ports that are vulnerable. Mess with the number of winsocks that you use to see what works best on your computer. Feel free to send me an updated mdb I put it together from information collected from sites off the web. The ip resolve was submitted by someone on PSC can't remember the name. I wanted something that would show possible explanations for why the port was open and allow scanning for just known ports to speed up scan process. I let the system run as fast as it can through the winsocks using the next available winsock and looking for open states and tossing all others that have been trying to connect longer than the timeout setting. You can adjust this if it's to short for you particular connection. Comments appreciated
Another SMTP Emailer, but this has some nice enhancements. Let's you mail to multiple addresses. Does not relay through SMTP Servers. Get's MX Records in email addresses and contacts the Mail server directly. Is event fired so there is not a lot of built in waiting and it emails to multiple address with multiple winsocks. There's some code here from several other programs on PSC. Especially the MX Record Lookup and getting the DNS server info. Thanks to all who contribute. I put this together for work I'm doing and I thought I'd pass it on to others who may need the same things. You'll notice that you can just add this form to your project and have instant ability to email by calling the exposed sub routine in the form. Look at the main sub in modMain to see how you can do this.
Prints a Hexagonal map, let's user select hexagon and line width. It's a simple way to calculate hexagons. I have code that will overlay a hexagonal map using the bitblt for speed if anyone is interested.
Quickly scan your computer or subnet for open ports. Will show info about open port if in database. Scans 32,000 ports in less than a minute. You can update the database with new ports that are vulnerable. Mess with the number of winsocks that you use to see what works best on your computer. Feel free to send me an updated mdb I put it together from information collected from sites off the web. The ip resolve was submitted by someone on PSC can't remember the name. I wanted something that would show possible explanations for why the port was open and allow scanning for just known ports to speed up scan process. I let the system run as fast as it can through the winsocks using the next available winsock and looking for open states and tossing all others that have been trying to connect longer than the timeout setting. You can adjust this if it's to short for you particular connection. Comments appreciated
Another SMTP Emailer, but this has some nice enhancements. Let's you mail to multiple addresses. Does not relay through SMTP Servers. Get's MX Records in email addresses and contacts the Mail server directly. Is event fired so there is not a lot of built in waiting and it emails to multiple address with multiple winsocks. There's some code here from several other programs on PSC. Especially the MX Record Lookup and getting the DNS server info. Thanks to all who contribute. I put this together for work I'm doing and I thought I'd pass it on to others who may need the same things. You'll notice that you can just add this form to your project and have instant ability to email by calling the exposed sub routine in the form. Look at the main sub in modMain to see how you can do this.
Prints a Hexagonal map, let's user select hexagon and line width. It's a simple way to calculate hexagons. I have code that will overlay a hexagonal map using the bitblt for speed if anyone is interested.
Quickly scan your computer or subnet for open ports. Will show info about open port if in database. Scans 32,000 ports in less than a minute. You can update the database with new ports that are vulnerable. Mess with the number of winsocks that you use to see what works best on your computer. Feel free to send me an updated mdb I put it together from information collected from sites off the web. The ip resolve was submitted by someone on PSC can't remember the name. I wanted something that would show possible explanations for why the port was open and allow scanning for just known ports to speed up scan process. I let the system run as fast as it can through the winsocks using the next available winsock and looking for open states and tossing all others that have been trying to connect longer than the timeout setting. You can adjust this if it's to short for you particular connection. Comments appreciated
Prints a Hexagonal map, let's user select hexagon and line width. It's a simple way to calculate hexagons. I have code that will overlay a hexagonal map using the bitblt for speed if anyone is interested.
Quickly scan your computer or subnet for open ports. Will show info about open port if in database. Scans 32,000 ports in less than a minute. You can update the database with new ports that are vulnerable. Mess with the number of winsocks that you use to see what works best on your computer. Feel free to send me an updated mdb I put it together from information collected from sites off the web. The ip resolve was submitted by someone on PSC can't remember the name. I wanted something that would show possible explanations for why the port was open and allow scanning for just known ports to speed up scan process. I let the system run as fast as it can through the winsocks using the next available winsock and looking for open states and tossing all others that have been trying to connect longer than the timeout setting. You can adjust this if it's to short for you particular connection. Comments appreciated
Another SMTP Emailer, but this has some nice enhancements. Let's you mail to multiple addresses. Does not relay through SMTP Servers. Get's MX Records in email addresses and contacts the Mail server directly. Is event fired so there is not a lot of built in waiting and it emails to multiple address with multiple winsocks. There's some code here from several other programs on PSC. Especially the MX Record Lookup and getting the DNS server info. Thanks to all who contribute. I put this together for work I'm doing and I thought I'd pass it on to others who may need the same things. You'll notice that you can just add this form to your project and have instant ability to email by calling the exposed sub routine in the form. Look at the main sub in modMain to see how you can do this.
Prints a Hexagonal map, let's user select hexagon and line width. It's a simple way to calculate hexagons. I have code that will overlay a hexagonal map using the bitblt for speed if anyone is interested.