ysrn

Results 6 comments of ysrn

It looks like the latest version of aircrack-ng (specifically airodump-ng), v1.6, is able to handle PMKID captures as well. Would it be possible to include the latest aircrack-ng tools in...

It **is** possible to use the Beacon API here, by relying on the old IE fallback mechanism in the LRS ("Alternate Request Syntax"), which allows headers to be passed in...

Not quite... s.replace(' ','') will only replace the first space in the string. You want s.replace(/\s/g,'')

Woah that was fast! I tested it and played around a bit. It does exactly what I described/needed and will be incredibly useful, thank you!

Found a small bug by looking at the code. Using an escaped question mark ?? in the pattern will lead to it being misinterpreted as a pattern token instead of...

> ### 2. LRS_ENDPOINT .env example values > [...] > Changing this to `LRS_ENDPOINT="http://player:3398/lrs/default/"` (as i guess this is the xapi base uri?) also does not work: > [...] This...