Max Williams
Max Williams
Resolves https://github.com/FutureSharks/rpi-security/issues/53
Sure: ``` >>> from scapy.all import conf >>> conf.route Network Netmask Gateway Iface Output IP Metric 0.0.0.0 0.0.0.0 192.168.178.1 wlan1 192.168.178.35 303 127.0.0.0 255.0.0.0 0.0.0.0 lo 127.0.0.1 1 192.168.178.0 255.255.255.0...
> Do we agree you are talking about the field hwsrc in the ARP layer of the sent packets? I think so. Will the capture files help? [kamene-scapy-pcap-files.zip](https://github.com/secdev/scapy/files/4012806/kamene-scapy-pcap-files.zip) And this...
Correct. Here, you can reproduce it easily using docker.... ``` $ docker run --name python -it python:latest bash root@28a734defeca:/# apt update; apt install -y tcpdump root@28a734defeca:/# pip3 install scapy root@28a734defeca:/#...
> when you send a packet to your own address, you use the loopback interface I guess that's correct in the real world. If I ping my own `eth0` address,...
I still think it's a bug. If you're going to use `00:00:00:00:00:00` as a source address, then you should also send that packet to `00:00:00:00:00:00`, just like any other packets...
That's a shame but there is some other reverse engineered examples I think? https://github.com/ajhsu/chromecast-device-emulator https://github.com/vbaicu/mMusicCast
Yes and version `0.4.0`, @bendog?
I have the same problem as @antgel Using commit ID `4616921`, it installs `futures>=3.0.5` which is only for Python2. For me on AWS Lambda this doesn't work: ``` Syntax error...
@GregDMeyer can you review?