rofl0r

Results 896 comments of rofl0r

> WPS: * Device Password ID (4) the [interesting stuff](https://github.com/wiire-a/pixiewps/issues/107#issuecomment-1019581082) comes before that. > Are sure it's not cause Reaver use the Pin method while the router is using PBC...

@minanagehsalalma if you can provide 2 pcaps: - reaver wps session against PBC-mode ap (failing) - wps session against PBC-mode ap (working) made with whatever tool, be it OneShot or...

> The output is the same as always yes, but i requested a pcap, not the output, in order to compare it with routerscan pcap. > again .. i still...

i've been busy with RL so i didn't have time to look into your PCAPs. hopefully next week.

iirc debug on/off is a compile time option because there was concern it might make the binary slower. if you can show numbers that the speed is essentially unchanged for...

can you make a wiki page with @kcdtv -style screenshots taken from wireshark highlighting all the right fields (and i mean *all*, not just the value from m7) ?

actually more problematic, and likely direct source of the crash, are the casts done in src/Mayaqua/Network.c ``` /src/build/softethervpn/SoftEtherVPN-5.02.5180/src/Mayaqua/Network.c: In function 'NewCancelSpecial': /src/build/softethervpn/SoftEtherVPN-5.02.5180/src/Mayaqua/Network.c:10169:17: warning: cast from pointer to integer of different...

yes, including pthread.h fixes the crash. i still couldnt get a connection to vpngate working though, as all tutorials are written for gui users, so there's no info for what...

> And Socks 5 actually has UDP support as well. that's true, however implementing it seems a lot more elaborate than TCP side of things. i for my part would...

> Without the help of a virtual NIC, how can we assign an IP to the client? you don't. the VPN client uses the existing internet ip to connect to...