How would i find all of our internal Url's, like for SharePoint sites, Printers, help desk portal and so one, also do i need domain admin right to get retrieve the data if i am already a user on the network? asked 27 May '14, 15:53 Yo momma |
One Answer:
Well, capture at a spot where the packets have to come through, and filter on http requests, e.g. with "http.request.method". Or use the HTTP statistics in the statistics menu. You need local admin rights on the PC where you want to capture, it doesn't have to be a domain admin. answered 27 May '14, 16:28 Jasper ♦♦ |
what do you means by capture a spot, what if i do not know any urls and what to try to find them all?
Why do you need all internal 'URLs'. Maybe that helps to understand your request....