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

@Hacking_Video
@Hacking_attack
Download Telegram
Innovation in the Free World

Objective ReviewersContinue reading on Medium »
Read more...
hacking: security in practice
what can be done with a phishing link

what's the most damage that we can do to someone who sends you a phishing page trying to get your password. Is there way to infect their pc through the page

submitted by /u/ball-sack-patato
[link] [comments]
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