Questions tagged [promiscuous-mode]

19 questions
0
votes
0 answers

Is it possible to have TCPListener in promiscuous Mode?

I've used arp spoofing to forward a tcp connection request to my computer, wireshark in promiscuous mode approves that SYN packet arrives at my computer. I used TCPListener to receive the connection but I can't open a TCPListener instance using the…
Masoud
  • 101
  • 4
0
votes
2 answers

use of promiscuous mode

I have connected 3 laptops in same LAN. lap-1: 192.168.1.2 lap-2: 192.168.1.3 lap-3: 192.168.1.4 I made lap-1 as server and listen on 9333 port. lap-2 acts as client. Using netcat I sent data from lap2 to lap1. I'm able to capture packets using…
user3550166
  • 129
  • 2
  • 14
0
votes
1 answer

Sniffing in promiscuous mode

So I want to write this small C# application that would be able to sniff packets (DNS packets in particular) using the promiscuous mode. Also, I want to avoid using WinPcap as I don't want to force user to install any additional software. The…
Kamil Janowski
  • 1,872
  • 2
  • 21
  • 43
0
votes
1 answer

Emulate promiscuous mode with iptables

I am trying to run snort on my home network but I don't have a switch that will mirror a port. Instead I have an Asus RT-N16 with Tomato (dd-wrt) on it. After hours of searching the only solution I found was here:…
the4tress
  • 542
  • 6
  • 19
1
2