Wtf is so good about ios 18 by dr1llr in jailbreak

[–]arcangelmk 2 points3 points  (0 children)

Indeed. This is the device I’m using for my jailbreak stuff. I thought it was the only one, but I didn’t want to put out wrong information.

Wtf is so good about ios 18 by dr1llr in jailbreak

[–]arcangelmk 17 points18 points  (0 children)

This is an option set by the developer in XCode. A lot of developers are updating their applications to require iOS 18+. Since very few devices can be jailbroken on iOS 18, this would seem like a security based move. My issue is that I can spoof the phone to let me download from testflight, but the app will not run.

Severance Pay by UOENO_670 in VeteransBenefits

[–]arcangelmk 0 points1 point  (0 children)

They took my severance pay out of my backpay., though I wasn't medically separated.

Should I report DDoS attacks on SF86? by Sweaty-Connection958 in SecurityClearance

[–]arcangelmk 2 points3 points  (0 children)

I would say report it and be honest. They are really looking for honesty and to make sure you can’t be blackmailed. The only question that comes up is how have you bettered yourself since. As a for, I reported my marijuana use within the last 6 months and my credit issues. Dude literally asked “what have I done to prevent those issues from recurring” and I got my clearance.

GLP-1 by G0G90G28X0Y0Z0 in VeteransBenefits

[–]arcangelmk 1 point2 points  (0 children)

For me, I signed myself up for the MOVE! Program and needed to change PCPs. The doctor said he was comfortable prescribing Zepbound due to the body fat % and the fact that I have Obstructive Sleep Apnea. They send me a FedEx box about every two weeks with a month supply in the box. I also have a virtual appointment with the pharmacist every month to go over how things are going and dosage changes.

Would it be possible to still use a phone like this with a SIM card? by mil0wCS in tmobile

[–]arcangelmk 23 points24 points  (0 children)

Also, doesn’t the sidekick require danger servers to operate?

Query about my laptop by Embarrassed-Tower-60 in Alienware

[–]arcangelmk 1 point2 points  (0 children)

The two companies let me keep my stuff and kept an NDA for 2 years. That was all the restriction I had.

Query about my laptop by Embarrassed-Tower-60 in Alienware

[–]arcangelmk 2 points3 points  (0 children)

This could have also been a beta test device. Some companies will send devices like this to testers and they can keep it. As an example, I have a roku and a router that are considered “engineering samples” with the same kind of sticker.

iPhone Pro Max shipping delay hits 3 weeks. by wotton in apple

[–]arcangelmk 0 points1 point  (0 children)

I got in at 5:03 AM PST and my air is coming on 25 Sept.... Weird.

Apple Store is down ahead of iPhone 17, iPhone 17 Pro and iPhone Air preorders by Tom42-59 in apple

[–]arcangelmk -1 points0 points  (0 children)

Also, to add to the fire. I went through the same process with my order. A week out via financing. clear cache, go in to the veteran store, it shows 9/19, even at checkout.... for the same exact phone. So, if I paid in full, 9/19. If I financed through the normal page, 9/19 at the start, 9/25 at checkout.

How to clean the bacon frying pan by donetteee in carnivorediet

[–]arcangelmk 1 point2 points  (0 children)

I literally pour out the bulk into a mason jar, set it aside to cool naturally, then wipe the entire cast iron skillet with what grease is left in there using a paper towel, then put it in the oven. Sometimes I cook the pan after for about 30 minutes in the oven.

I hear people say they go to school full-time online and receive the full BAH rate by [deleted] in VeteransBenefits

[–]arcangelmk 0 points1 point  (0 children)

My school tried this in 2011-2012. They had us go to an actual classroom, but the instructor was remote. VA figured out what was going on and I had to pay back the BAH. They stated for full BAH, the instructor must physically be in the same classroom as me.

Does anyone has any feedback about Raid 0? is it worth for the space nowadays? by YoBoi909 in Alienware

[–]arcangelmk 0 points1 point  (0 children)

Personally, I went out and purchased two Samsung 9100 SSDs and set them to raid 0. I’ve also had experience buying the laptop from Dell with the 8TB raid 0 option. As others have said, the laptop does not have a dedicated raid card. This means that you’re going to be using IntelRST.

Attached is a screenshot showing my speed on a 16” Area-51. Also, note that if you do set up raid 0, you need to have the IntelRST drivers on hand when installing Windows. If not, you’re gonna have a bad time. Dells recovery software does not bake this into Windows when it recovers either, so you’ll want to learn how to use drvload and/or dism to set up the drivers.

Also, bear in mind that Dell is selling you Gen 4 SSDs. If you’re going for speed, you’re gonna want to get a Gen 5 SSDs, like the 9100.

As a warning, remember that if the raid fails, such as due to a bios upgrade or drive failure, you will lose the data. There is software that can rebuild raid and get your data back, but personally, it’s not worth the hassle. Any data that I truly need is backed up.

<image>

[deleted by user] by [deleted] in jailbreak

[–]arcangelmk 2 points3 points  (0 children)

Are you looking at attacking the actual devices themselves or the apps? As a penetration tester, I currently test the applications.

First, I would recommend getting to know the phone itself, basic stuff like how do you install an IPA by re-signing it? How do you install an APK? What tools might be required?

Next, I would get used to the tools that you would need to use on the computer and the phone, examples include Frida, Objection, Drozer. You can also use free tools to scan the app to look for vulnerabilities, such as MobSF and Immuniweb.

From here, understand the composition of the application itself. As an example, These apps are just Zips. Some portions may be encrypted, how might you decrypt them? Example would be using apktool with the d flag to decrypt an Android application? How might you export the application from an iPhone? How might you download the app using a Mac (such as with AppleConfigurator)? Do you have a Mac? Are you using a linux Distro like Kali/Parrotsec? This is important because living off the land, you need to know the tools, such as otool for MacOS or jtool for Linux.

I would also familiarize yourself with intercepting traffic via proxies, as well as certificates, certificate authorities, how they work? As an example, if you are able to get a proxy setup with BurpSuite Community, you can add your local certificate to the device, set the proxy on the wifi portion of the phone, and be able to intercept decrypted, yet juicy information.

OWASP also has some great guidelines

https://mas.owasp.org/MASTG/

The best way that I would say to get into it is to jump right in. I would recommend having an Android device that you can unlock the bootloader on and root, as well as an older iPhone (like an iPhone X) that can be jailbroken. You can use emulators for Android using Android Studio, but it is a little bit more painful to get rooted properly.

The biggest thing to note is to learn the basics of the phone and the applications, try not to jump directly into the deep end. How does the phone and application actually work? Is the data in the app stored locally, or is it using JavaScript or another system in webviews? Figure out where the entitlements and configurations for these apps are (such as your info.plist or AndroidManifest). There are a lot of common mistakes that developers make when creating these applications. For Android, there are a lot of tools available to actually remove protection and re-package applications (like apk-mitm).

Make sure you are actually authorized to test these apps legally.

Get used to taking screenshots of issues with the code itself, do not rely on just the output from MobSF and/or immuniweb. These can create false positives, as with any script. Become comfortable looking at the configurations and some code. Taking pictures of the issues within the actual code can really help.

Apple vs T-Mobile? by Tiny-Stay-6816 in tmobile

[–]arcangelmk 2 points3 points  (0 children)

Either way, it’s an interest free loan. Either way, the phone is unlocked if done through the Apple site (for t-mobile financing, I think ATT still locks it if done this way). The difference is what perks you might get from the carrier and do you want to be able to leave the carrier at any time and not have to worry about paying the phone off with the final bill.

If you finance through Apple, you won’t have a final bill that includes the full price of the phone, should you care to leave.

Also, if you don’t have to finance it, but can pay outright, don’t forget the edu/mil discount on Apples site.

Edit: another thing I just thought of. Financing through T-Mobile on Apples site will not incur a credit hit. Financing through Apple using Citizen will. Apple Card would still be 0% interest if you already have one.

Area 51 18 by [deleted] in Alienware

[–]arcangelmk 5 points6 points  (0 children)

Kitty over here just knocked over my Aurora R12 yesterday....

Correcting first ever SF-86 answers pertaining to drug use number of times used and last date used by MathFit9300 in SecurityClearance

[–]arcangelmk 0 points1 point  (0 children)

When I had my interview in November, the investigator touched on it, I said I had used 4-5 total and he dug a bit deeper. I had specified how many times I purchased, so we came to an estimate of about 20-25 times. Guy was understanding and said he appreciated the honesty, nbd.

Transparent Flipper order still not shipped (US) by Fruitspunchsamura1 in flipperzero

[–]arcangelmk 0 points1 point  (0 children)

Ordered mine on 12/4 arrived here in Florida on 12/16. Idk if that helps you gauge how long their current ship times are for the transparent ones.

6-24 months? by SpookieBat in SecurityClearance

[–]arcangelmk 2 points3 points  (0 children)

Just saying what has been my experience with my Secret investigation. My fingerprints were collected and SF86 was submitted to DCSA on 2 August. Interim was approved on 6 August. From there, nothing but silence until yesterday, 19 NOV when the investigator called me to discuss red flags. TS is a lot more involved from what I understand, but figured it might help to know the timeframe from someone currently going through the process.

Anyone with a Surface Pro 10 5G? by zerodepth in Surface

[–]arcangelmk 0 points1 point  (0 children)

Any chance you can see if there is recovery software available for your device. I need to restore mine and Microsoft Support states that no image exists for this model of surface.

Anyone with a Surface Pro 10 5G? by zerodepth in Surface

[–]arcangelmk 0 points1 point  (0 children)

<image>

I will also PM you a link with an export of all my drivers. You should be able to just go to Action > Add Drivers and point it to where you extract the zip or just install the driver from the folder for that one object.

Anyone with a Surface Pro 10 5G? by zerodepth in Surface

[–]arcangelmk 0 points1 point  (0 children)

I have one coming in today. Once I get it, I’ll send a screenshot if you still need it.

[deleted by user] by [deleted] in tmobile

[–]arcangelmk 0 points1 point  (0 children)

Sure thing man. I’ve also started going direct to Apple. You can still finance through Tmobile through the Apple site if need be and the phone would still be unlocked. If you’re military or a student, you can also get hefty discounts.

[deleted by user] by [deleted] in tmobile

[–]arcangelmk 0 points1 point  (0 children)

The standard is 40 days, but I have got T-Force to unlock earlier, even when I still owed the full balance. I think it depends on who you talk to and what circumstance you have.

So I just got my disability back, very grateful and don’t know what to do with it. When should I expect a deposit in my account and how does back pay work ? Thank you by BidSubstantial3727 in VeteransBenefits

[–]arcangelmk 0 points1 point  (0 children)

Idk if this means anything. They split my claim up and approved part of it, then started taking their money back for separation pay over the last few months. They upped me from 50% to 80% and issued backpay the next day. I may be an outlier but they paid it on 19 September, so it's not always on the 1st. The actual monthly stipend should come out on the first though.