A.K.
A.K.
linkedlist.md seems to be fixed but not array.md @ronreiter can you please look at this
Here is a more useful comment: create this folder: `C:\Users\XXX\AppData\Local\Microsoft\Windows\INetCache\frida\` download frida gadgets from https://github.com/frida/frida/releases untar, rename file to gadget-android-arm64.so put the file under the path `C:\Users\XXX\AppData\Local\Microsoft\Windows\INetCache\frida\gadget-android-arm64.so`
@mmourey - I managed to get this working on Windows 8 & 10 with auto installing the driver. Thanks for the hints you included in your previous posts :) However,...
I did the same work, and worked flawlessly on Windows 10 and 8, 8.1 I'm curious to hear if you got it to work silently on Windows 7
great work! can you confirm this works on Win 7?
you need to clear your DNS cache. Depending on your OS version; for example on Yosemite you would want to run `sudo discoveryutil mdnsflushcache;sudo discoveryutil udnsflushcaches;say flushed` Google or see...
same on 2.30.28; this exploit command seems to be working and it does reboot the router, but when running the full exploit chain it fails. `http://192.168.31.1/cgi-bin/luci/;stok={{{STOK}}}/api/misystem/set_config_iotdev?bssid=XXXXXX&user_id=XXXXXX&ssid=-h%0Areboot%0A` - router model: r4a...
yes it does help as I already mentioned above the initial RCE exploit works (the router reboots) but when the exploit is chained (binary upload, and trying to execute it...
tl;dr: this solved my issue: `pip install praw==3.6.0`