Hacking Articles Tips Tricks Videos Tutorials
467 subscribers
65.7K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
hacking: security in practice
Windows user password

Hope this is the right place. So, I have this old laptop at home and decided to check it out. The user account is my sisters, but she doesn't remember the password. How can I get around this? I saw some videos on youtube but it wasn't very helpful. Any ideas?

submitted by /u/rumblingThunder_
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Haxx - Untethered + Unsandboxed Code Execution Haxx As Root On iOS 14 - iOS 14.8.1

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWVCO1LxlAqpuAhEH4rFW4Kv0SI6KfZrmKnEDYgb_Ds93Tcb0EmC5R8tNbovKecRK6A_yF6sSPi7G7Tv50jBTZHa9oAXK69Wa76J8guIBa5u41HRUgKuV92-NAO1GI86zXWj3eOC_UR_IhvR1lKmLmSWWKBhTnwSGfK1nYp95zAx7sRjM1keq3KhYH/w640-h426/Unsandboxed.jpg
Untethered + Unsandboxed code execution haxx as root on iOS 14 - iOS 14.8.1.

Based on CoreTrustDemo, also please note that certificates are not copyrightable.
Usage

Note: requires macOS + existing jailbreak

Get up and running

1. On your mac import dev_certificate.p12 into the keychain, and the password is password.
2. Modify haxx.c to include your own code (if you need it).
3. Run maketo build
4. On the device, Copy /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsdto /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd.back
5. Then replace /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsdwith /usr/bin/fileproviderctl
6. Create the /private/var/haxxdirectory, mode should be 0777
7. Copy fileproviderctl_internaland haxxgenerated from the build to /usr/local/binon the device, mode should be 0755.
8. Profit.

Fixing fileproviderctl

After doing the above steps, fileproviderctlwill be broken, to fix it do the following steps

1. Grab a copy of /usr/bin/fileproviderctlon your device to your mac
2. Patch the binary with GNU sed: gsed -i 's|/usr/local/bin/fileproviderctl_internal|/usr/local/bin/fileproviderctl_XXXXXXXX|g' fileproviderctl
3. Resign it: codesign -s "Worth Doing Badly iPhone OS Application Signing" --preserve-metadata=entitlements --force fileproviderctl
4. Put the fixed binary back onto your device.

Removal

To remove the installation, do the following steps

1. Copy /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsdto /usr/bin/fileproviderctl
2. Move /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd.backto /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd
3. Delete /var/haxx, /usr/local/bin/fileproviderctl_internalas well as /usr/local/bin/haxx
Download Haxx

___________________________
@hacking_Attack
@Hacking_Video
Untethered + Unsandboxed code execution haxx as root on iOS 14 - iOS 14.8.1. Based on CoreTrustDemo (https://github.com/zhuowei/CoreTrustDemo), also please note that certificates (https://www.kitploit.com/search/label/Certificates) are not copyrightable.
Usage Note: requires macOS + existing jailbreak Get up and running On your mac import dev_certificate.p12 into the keychain, and the password is password. Modify haxx.c to include your own code (if you need it). Run make to build On the device, Copy /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd to /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd.back Then replace /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd with /usr/bin/fileproviderctl Create the /private/var/haxx directory, mode should be 0777 Copy fileproviderctl_internal and haxx generated from the build to /usr/local/bin on the device, mode should be 0755. Profit. Fixing fileproviderctl After doing the above steps, fileproviderctl will be broken, to fix it do the following steps Grab a copy of /usr/bin/fileproviderctl on your device to your mac Patch the binary (https://www.kitploit.com/search/label/Binary) with GNU (https://www.kitploit.com/search/label/GNU) sed: gsed -i 's|/usr/local/bin/fileproviderctl_internal|/usr/local/bin/fileproviderctl_XXXXXXXX|g' fileproviderctl Resign it: codesign -s "Worth Doing Badly iPhone (https://www.kitploit.com/search/label/iPhone) OS Application Signing" --preserve-metadata=entitlements --force fileproviderctl Put the fixed binary back onto your device. Removal To remove the installation, do the following steps Copy /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd to /usr/bin/fileproviderctl Move /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd.back to /System/Library/PrivateFrameworks/CoreAnalytics.framework/Support/analyticsd Delete /var/haxx, /usr/local/bin/fileproviderctl_internal as well as /usr/local/bin/haxx

Download Haxx (https://github.com/asdfugil/haxx)

___________________________
@hacking_Attack
@Hacking_Video