a10kiloham

Results 38 comments of a10kiloham

@chipitsine thx for this. i'm trying to build now but having issues w/ the github symlink to the libhamcore, so need to rewrite my Dockerfile to git clone instead. working...

Hm having issues now finding the vpnserver binary. Post build what directory is it in? I'll tidy up this PR but as of now can't build the docker image forking...

The VNC version hangs here ``` docker-osx | docker-osx | _XSERVTransmkdir: Mode of /tmp/.X11-unix should be set to 1777 docker-osx | The XKEYBOARD keymap compiler (xkbcomp) reports: docker-osx | >...

Running the VNC version is weird. I get this error ``` docker-osx | + exec qemu-system-x86_64 -m 3000 -cpu Penryn,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check, -machine q35,accel=kvm:tcg -smp 4,cores=4 -usb -device usb-kbd -device usb-tablet -device...

Docker via wsl2 on windows. So proper Ubuntu base

it works but throws a captcha up for me. figure out which captcha it is and try the captcha solver plugin.

2captcha can solve this but I can't figure out the form to submit back. It calls a POST to a verify page but the instantiation seems to happen by Javascript...

var arkose_surl = ""; async function responseHandlerArkose(response) { let url = await response.url(); let url_surl_match_arr = url.match(/.*&surl=(.*)/); if (url_surl_match_arr && url_surl_match_arr[1]){ arkose_surl = url_surl_match_arr[1]; logger.warn("Surl found ${arkose_surl}"); } else {logger.warn("no...

add longer wait times for the timeout. for the form at the end of the block here click the form element ``` const form = await page.$(`form`); await form.evaluate(form =>...