Scapy: Finding All Wi-Fi Devices

preview_player
Показать описание

Pentester Academy is the world’s leading online cyber security education platform. We offer:

FOLLOW US ON:

Note: All our materials are strictly meant for educational purposes.
Рекомендации по теме
Комментарии
Автор

Does it work with windows as we dont see any 802.11 messages in windows

snehabati
Автор

I have installed scapy-http in my machine, but getting the following error:

Requirement already satisfied: scapy-http in (1.8.2)
Requirement already satisfied: scapy in (from scapy-http) (2.4.0)

Python 3.6.5rc1 (default, Mar 14 2018, 06:54:23)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from scapy.layers import http
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'http'

Please help to resolve this issue

radharani
Автор

Thanks a lot for your nice lecture. Could you please tell us how can we get the RSSI values for all assess points?

rashedulhasan
Автор

hi sir.. thanks for sharing and giving knowledge.. but its only show devices that connected to access point.. is it possible to scan the device not connected to access point but the wifi is on??

muhammadsyafiq
Автор

Fantatisc !!! Great Video, simple and easy to understanding, and the samples are really detailed. Congrats...
In this case using scapy, Can we can get the signal power (RSSI) ?

gamesaovivobr
Автор

This script not work my loptop i don't no way please help

souravbhardwaj
Автор

This is the error i am getting...could you help me to solve...sniff(iface= sys.argv[1], count = int(sys.argv[2]), prn = PacketHandler)
IndexError: list index out of range


Thanks in advance

logeshmuruganandham
Автор

hi,
what is the code on how can you detect all devices connected in your wifi?
thanks

jibay
Автор

It appears that it's only showing Access Points or connected devices. Is it possible to detect device with WiFi on, but not connected to any network?

purtelo
Автор

How do you find all devices connect to your wifi network

Dopeboyz
Автор

i want to print device name like iphone, samsung s5, lumia 910 or micromax a106
i can get it via wireshark but to find out using scapy

chatgptandLlama
Автор

Why are you using virtual box
Python is cross platform

SoumilShah