Install Winpcap on Windows XP without admin rights

2

Is there a way to install Winpcap on Windows XP without admin rights?

Steve

Posted 2010-10-31T19:20:48.230

Reputation: 2 473

You could always compile it from source. – MaQleod – 2010-10-31T20:57:03.807

2Guess you are trying Firesheep... Your wireless card prob won't capture packets unless run as an admin anyway, so even if you could run pcap, it won't work. – Rich Bradshaw – 2010-10-31T22:18:52.063

Answers

0

You can take advantage of Wireshark to use the portable version of Winpcap. You won't need admin rights as they are portable apps.

Mehper C. Palavuzlar

Posted 2010-10-31T19:20:48.230

Reputation: 51 093

4And this probably could be used for analyzing logs only, not for capturing data, since putting a NIC into promiscuous mode still requires administrator privileges. – vtest – 2010-10-31T19:49:15.980