Scapy: Sending forged Probe Requests and capturing them in a different device

Objective:

Sending a forged Probe Request frame from one machine and capturing it on a second machine.

I have two codes running:

sender.py

interface = sys.argv[1]

dot11 = Dot11(addr1=’ff:ff:ff:ff:ff:ff’, addr2=’11:11:1… Continue reading Scapy: Sending forged Probe Requests and capturing them in a different device

Is there any method or tool other than nmap for the detection of an OS?

I wanted to know if there was any other way to detect the OS of a network (other than nmap) since nmap doesn’t detect most versions of Windows 10 at all and identifies them as a different OS altogether or as a different versi… Continue reading Is there any method or tool other than nmap for the detection of an OS?

Nmap giving different result between Mac OS scan and Linux (Kali) scan [on hold]

I try to do a simple TCP scan on an Kubunt VM (is on VirtualBox), from two different OS.
From the Host (Mac OS system) and from a Kali Linux VM (tried VirtualBox and Parallels also).
Kali Linux (same result VirtualBox and P… Continue reading Nmap giving different result between Mac OS scan and Linux (Kali) scan [on hold]