Maxim Muzafarov

Results 18 comments of Maxim Muzafarov

можно поисследовать.. В коде уже есть проверки на ошибки https://github.com/m-messiah/ip2geo/blob/master/ip2proxy.go#L92 и на статус-код https://github.com/m-messiah/ip2geo/blob/master/ip2proxy.go#L96 и обе в этот момент не срабатывают. А вот проверка на то, что скаченное является Zip-архивом...

I can record traffic by tcpdump successfully, don't know how it helps. And if I use pcap file as input for sniff - it works. I will attach it later.

Yep. The issue is about capturing from airport in monitoring mode

Any thoughts? In addition, when I use sendp in fuzzing way, as ``` python from scapy.all import * sendp(RadioTap(version=0, pad=0)/ Dot11(addr1="ff:ff:ff:ff:ff:ff",addr2="aa:aa:aa:aa:aa:aa",addr3="aa:aa:aa:aa:aa:aa")/ Dot11Beacon(cap="ESS")/ Dot11Elt(ID="SSID",info="RUCTF")/ Dot11Elt(ID="Rates")/ Dot11Elt(ID="DSset")/ Dot11Elt(ID="TIM"), iface="en1", loop=1, verbose=True) ```...

@0x5e nope, my problem does not depend from mac address

dnet = False - nothing changes winpcapy = False: ``` python Traceback (most recent call last): File "sniff.py", line 7, in sniff(iface='en1', prn=ssid) File "/usr/local/lib/python3.5/site-packages/scapy/sendrecv.py", line 572, in sniff s...

Of course, libdnet installed (from homebrew). Without it, message is more informative: ``` python Traceback (most recent call last): File "sniff.py", line 1, in from scapy.all import * File "/usr/local/lib/python3.5/site-packages/scapy/all.py",...

About previous exception: ``` python if L2socket is None: L2socket = conf.L2listen s = L2socket(type=ETH_P_ALL, *arg, **karg) ``` But if use_winpcapy = False, L2socket is not initialized. It does not...

Hi! We updated samples in https://github.com/kubernetes-sigs/cluster-api-provider-nested/pull/301 1.22.13 is the last version tested, but you could try anything else, as you see, the tenant cluster version is configurable

We have another issue creating VirtualCluster in 1.20, where we have apiserver v1.19: ``` {"level":"error","ts":1664969234.2211943,"logger":"controller-runtime.manager.controller.virtualcluster","msg":"Reconciler error","reconciler group":"tenancy.x-k8s.io","reconciler kind":"VirtualCluster","name":"test","namespace":"default","error":"VirtualCluster.tenancy.x-k8s.io \"test\" is invalid: [status.reason: Invalid value: \"null\": status.reason in body must be...