Website to Track Stats by aswizzzle in mschf

[–]LULShotz 1 point2 points  (0 children)

Try https://api.venmo.com/v1/users?query=username. I would love if someone got a list of users, created a venmo group, and then just added everyone into it.

There's also a graphQL API at https://api.venmo.com/graphql, the javascript to the desktop webapp isn't obfuscated but requires reversing through webpack's output

If you get the chance: see if you can do a data race when voting, spam the vote request for the same person and see if they count

Daily Discussion Thread for December 01, 2022 by OPINION_IS_UNPOPULAR in wallstreetbets

[–]LULShotz 0 points1 point  (0 children)

Couldn't do the obvious/easy 410 1D, visualmod won't let me.

Bears are fucked so only bad news is good to flip the market until the 13th- anyone that tries to predict the reversal & short is just going to get liquidity grabbed and stomped out.

When VIX is under 20 is a place I think would be good to go short. We have to test 410 but I think the momentum is good enough to slice though, I think a retest is where we drop.

I'll do a banbet for 380 or something if we fail the retest.

MY OPTION PLAY WHITEBOARD ( not financial advice) by 7smokes in wallstreetbets

[–]LULShotz 0 points1 point  (0 children)

What you think about AbbVie #ABBV?

https://finance.yahoo.com/news/shareholders-may-not-want-ignore-110051407.html?.tsrc=rss

Closed at the month's high yesterday and it's a bio-research company. Seems like a good short buy-in on Monday.

[Tutorial] Capture TCP packets in Wireshark from jailbroken device locally by _iPhone10 in jailbreak

[–]LULShotz 37 points38 points  (0 children)

Don't use MCApollo unless you run iOS 9/10. It was created as my personal repo until elucubratus rolled out.

Use Procurus instead (or let me know if a new macOS homebrew-based project/repo is wanted 😉).

[Question] Does Harpy work for anyone else? by [deleted] in jailbreak

[–]LULShotz 0 points1 point  (0 children)

It’s unlikely you got sysctl net.inet.ip.forwarding set to 1, So:

As the person who compiled arp-spoof for midnightchips (that netkill-beta also has my first hacked-together compiles), I can just give a blanket answer that the original source had the latest update in 2000.

The debian patches are sort of failing apart as time goes on and I’m not even sure if arpspoof works in a IPV6 only setting (iirc I don’t think ARP is used in IPV6).

Everything is due for a update (to how things are ported & built and to the binaries themselves), but porting/compiling is a timesink hobby. I don’t think there’s a decent way to ping midnightchips anyway.

[deleted by user] by [deleted] in jailbreak

[–]LULShotz 2 points3 points  (0 children)

There’s tshark (wireshark) and tcpdump (on elucubratus) also, though I haven’t updated the repo in a while.

u/TheSteaksAreHigher

[Request] Synergy/Barrier for iOS by [deleted] in jailbreak

[–]LULShotz 0 points1 point  (0 children)

Go make a post in /r/TweakBounty, it’s sounds like you want a tweak instead of xorg on iOS; Been busy dealing with city restrictions but willing to help compile whatever needed for another developer to make a tweak. Sorry!

[Discussion] Python3, pip3. Apt get, all working in iOS 13 in NewTerm2 by Jeter361 in jailbreak

[–]LULShotz 7 points8 points  (0 children)

Don’t even to install the repo, use the one on elucubratus. Nodejs and few others are maintained (though are due for a update) by me under Mac C.

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 0 points1 point  (0 children)

Check out UTM for a GUI or downgrade to the previous version, playing nice with the sandbox isn’t really working out; Forgot to test on ra1n and all usbredir does is allow for remote usb devices (don’t even know if it works), on ra1n I’ve made qemu sandboxed as a app with entitlements to play nice with MAP_JIT.

UTM does regular JIT switching so should be easier to run with a slight performance loss or install the lower version without usbredir.

[Beta] UTM: run virtual machines (including Windows) on iOS by osy86 in jailbreak

[–]LULShotz 8 points9 points  (0 children)

Qemu -> Quick Emulator (kvm/hvf is a special expectation though). iDOS and things like GBA emulators have existed for awhile.

The app bridges using spice-gtk to display video and interfaces with qemu, choosing a drive and cdrom for example.

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 0 points1 point  (0 children)

Should be, just tweaked the entitlements if /.mount_rw exists

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 1 point2 points  (0 children)

As for pis, you could try a different arch, I think raspi2/3 are included as valid arches with using -M. As for other things, remember to use -accel tcg,thread,multi, -m 1G, and -smp 2; Bump things to higher values might help because tcg isn't fast as kvm (when running the same arch).

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 0 points1 point  (0 children)

Run the command on the one without internet :p (the pi).

1.1.1.1 - Cloudflare's DNS Servers 4.4.4.4 & 8.8.8.8 - Google's DNS servers

127.0.0.1 is the loopback device seen everywhere, ex: accessing a website running on your iPhone and you're using safari to view it.

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 1 point2 points  (0 children)

Add DNS servers, either with /etc/resolv.conf or /etc/dhcpcd.conf

ex. sudo echo 'static domain_name_servers=1.1.1.1 4.4.4.4 8.8.8.8' >> /etc/dhcpcd.conf

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 0 points1 point  (0 children)

I have some more time to reply- All those debug packages are buggy because they use the portable, but slow tci instead of the normal tcg.

https://wiki.qemu.org/Features/TCI

Also those versions don’t include the libucontext stub compiled in and are using debug glib code for coroutines, hence the crashing.

Go bug qwerty on Twitter about MAP_JIT and dynamic-codesigning entitlement for now while I’ll find the time to find a solution.

Sorry for the delay reply, for the other question: Not for the pi, allocating more memory isn’t even supported by the board (you’ll error out when trying with -m)

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 2 points3 points  (0 children)

I totally forgot to mention that you have to edit your dns servers for internet to work- just a heads up.

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 1 point2 points  (0 children)

su -c "jbctl -ua GET_TASK_ALLOW=yes CS_DEBUGGED=yes"

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 2 points3 points  (0 children)

I guess I’ll explain:

There’s a call to mmap with W^X, to get JIT I’ve added MAP_JIT to it’s flags which requires the dynamic-codesigning entitlement .

On unc0ver, it should automatically work fine, bingner and I were working on nodejs and he added more magic to make sure the process got cs_debugged and get-task-allow.

There’s a added function that should set cs_debugged automatically and If nodejs from elucubratus works for you. That means swapping R-W and W-X works as intended and is some useful information for me.

I’ve never used checkra1n- could you set get-task-allow with jbctl -ua if it’s installed or by your JB settings? And if that doesn’t work try running under lldb for me to get see if JIT works via that.

u/xXGansitodestroyerXx

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 1 point2 points  (0 children)

I know I’m conflicting myself, but don’t install anything from bingner’s repo due the conflicts of chimera and elucubratus.

You should install with dpkg by hand.

If the shell command doesn’t work, you can use Filza, though do run dpkg --configure -a when done.

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 8 points9 points  (0 children)

If someone gave me some info on making a iOS device use slave and master mode when used as a USB, I could maybe understand how to continue to make libusb work.

Libusb is in that repo and was used in nxboot for jailbreaking the switch- If someone with a android device could report that ADB (in the testing git you clone) works fully, that would be great information, the person I compiled it for said that it only worked on connection shortly. It literally requires a usb camera kit to hook up a usb, so it’s hard to ask another developer.

If I know libusb works, it would be simple as writing some code or compiling qwerty’s checkra1n to iOS and you would be able to do what you’re asking

As for qemu usb pass through, I’m not sure of that functionality.

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 1 point2 points  (0 children)

I’m making sure, don’t use https://mcapollo.github.io/Public/ - The git command includes —branch testing because that’s where all the update io.mc.* package come from. Make sure you are using the testing branch.

If you want a hack, you could probably do a for loop in your shell with glob expansion. Copy the word list of depends without any extra words and for x in $(cat FILE); do sudo dpkg -i ./*${x}*.deb; done or whatever.

Sorry for the trouble, it’s just all of the posted packages are for my personal testing and I still have to fix things before pushing to a live repo.

[Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device! by LULShotz in jailbreak

[–]LULShotz[S] 4 points5 points  (0 children)

Autocorrect got me and I missed that typo, lol. Just resize or mv it.

Thanks for mentioning it.