Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
221 views

What methods, other than listening for Probe Requests, can be used to find 802.11 wifi devices?

I'm writing a Python module for finding nearby WiFi client devices. All my current scanner does is listen for Probe Requests and logs the clients MAC address. The problem I'm having is that I'm ...
2
votes
1answer
536 views

How to scan Wifi access point on Windows Mobile?

I need to scan Wifi access point on Windows Mobile and connect the one of scanned results. Currently I am using C# language, Windows Mobile 6.5 device, also to scan I am using the below code. ...
2
votes
1answer
79 views

How to start Window Mobile programme?

I am new in Window Mobile Programming. I have to make to scan Wifi networks and join to the network using Window Mobile 6.5 Professional device, CE OS 5.2. But I do not know how to start it. I am a ...
2
votes
6answers
1k views

How do I detect hosts on my LAN?

To help users, I would like my code to discover Oracle databases on the LAN. I thought to do this by first detecting all hosts, then checking each host to see if it is listening on Oracle's default ...
1
vote
2answers
369 views

How do I detect server status in a port scanner java implementation

I am writing a port scanner in Java and I want to be able to distinct the following 4 use cases: port is open port is open and server banner was read port is closed server is not live I have the ...
1
vote
4answers
431 views

Find closest IP

I know how to scan subnets in c++...I also know how to find geo location (altough it's not 100%)...But does anyone have an idea how can i find the closest ip addresses to mine ? Ex one neighbor is ...
1
vote
1answer
69 views

sockets - discover firewalled ports

I was reading the nmap source code because I'd like to find out how does it discover that certain ports are filtered or firewalled. I have some experience with sockets in c and i've built simple port ...
1
vote
4answers
1k views

c# tcp port scanner resources

hi does anyone knows of any .net library or resources that will assist me to implement a tcp port scanner? thanks
0
votes
2answers
481 views

Redirect Traffic from NIC to Another NIC On Separate Networks While Using Remoting

The project I'm working on is to handle data capture from scan guns (Pocket PC 2003) and process this data on a host (Win XP) then into our inventory database on a separate server (Win 2000). This is ...
0
votes
1answer
104 views

Crawling, spidering, getting data

I want to write a crawler to do some inventory of infrastructure (routers, WAPS, systems, etc) So I understand a crawler, implementing is a different story. So I have an app sitting on a server and ...