Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K 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
How to get administrator on W11.

My father is very restrictive, and I' can't even install games without his permision because after installing them, when running the game trough steam it asks for the admin permision.

I've tried every possible thing I've seen on the internet but they don't help very much.

The main problem is that I'm the user account and my father has the Admin account setted on the PC, the admin password is the same as his user but I don't know it, and my I've tried making keyloggers but my father is really paranoic and reeboots the pc before using it.

Is there a way to overpass this excessive control measures, some kind os script for giving me administrator privileges with out needing at any time any kind of privileges for doing the process.

Thanks for your attention.

submitted by /u/Dtar380
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Pool on the roof - July 11, 2022

Have a no0b question? New to hacking? Looking for a script? Need help with your github project? Something wrong with your payload? Stuck on a CTF or bug bounty?

This is a weekly recurring post to make friends with other hackers, ask questions, and get any type of help you may need.

Make sure to read our wiki as it's full of resources for you.

Keep all beginner questions in this weekly stickied post.

submitted by /u/AutoModerator
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
How to secretly monitor a computer I have access to?

As the title suggests, I have access to a computer (I know the password) but I want to have continuous direct access from my own computer without the other person knowing about it. Specifically, I would like to track web browsing and messages send and received. How would I be able to do this?

submitted by /u/JezebelBoy
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hacker Stole $1.4 Million From Omni NFT Lending Platform

https://cdn-images-1.medium.com/max/738/1*QL6akjHppKBaxkcfqzf8Xg.jpeg
OMNI — an NFT finance platform that lends out cryptocurrency in exchange for staked NFTs — fell victim to a re-entrancy exploit that led…

Continue reading on Medium »

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Tofu - Windows Offline Filesystem Hacking Tool For Linux

https://blogger.googleusercontent.com/img/a/AVvXsEiRBblKzDIJUpBED4aFKrwcceuJwrAGbBsHbhYlR2qEJzpay49ageL-4FocWW4koV6DTl2ecr546jmm5DBNtX2wIcX3Pk7DaVhl3fVMriqDzh72wiFS_H_YGCYK59TfIbeL35Ct5CzwsMDfb3LsG8WK4iCMmcHluJk4HIqf6cPqUZXwocWNhtEVNMsi=w640-h436
A modular tool for hacking offline Windows filesystems and bypassing login screens. Can do hashdumps, OSK-Backdoors, user enumeration and more.
How it works :
When a Windows machine is shut down, unless it has Bitlocker or another encryption service enabled, it's storage device contains everything stored on the device as if it was unlocked. This means that you can boot from an operating system on a bootable USB and access it's files - or even just connect the filesystem to another computer.
This tool helps for when you can access the Windows filesystem from Linux (using one of the mentioned methods); it has utilities that can dump NTLM password hashes, list users, install backdoors to spawn an elevated command prompt at the login screen and more.
Modules :
Because tofu works on modules, it can be expanded for different purposes. See the 'modules' section for examples.
Current Modules:
1. hashdump.py- Dumps NTLM hashes from the target Windows filesystem
2. osk_backdoor.py- Backdoor osk.exe to bypass the login; also includes an 'unbackdoor' module
3. list_users.py- List the users with a profile on the Windows filesystem
4. chrome.py- Dump chrome history and login data of all users on the Windows filesystem
5. get_dpapi_masterkeys.py- Dump DPAPI master keys from the Windows filesystem
6. enum_unattend.py- Enumerate unattend files
7. memory_strings.py- Search through the memory of the computer to find data
8. startup.py- Inject a program into a user's startup directory
9. wifi.py- Get Wi-Fi passwords with DPAPI

Usage :
'list' : List all storage devices at /dev/ with a format of MSDOS, NTFS or -FVE-FS- (BITLOCKER) ; This will load the drive paths into memory
'usedrive' : Set the drive to use; can use numbers assigned from the 'list' command
'modules' : List modules ; This will load the module names into memory, so you need to run this command before selecting a module
'use' : Use the selected module

Setup :
(need to run as root because PyPyKatz' import path directory is dependent on the current user, and this needs to run as root)
sudo pip3 install -r requirements.txt
sudo python3
tofu.py
Built With :
PyCryptodome
PypyKatz

Warning : If you're writing a module, make sure it won't do any damage before running it

Download Tofu

___________________________
@hacking_Attack
@Hacking_Video
A modular tool for hacking offline Windows filesystems and bypassing login screens. Can do hashdumps, OSK-Backdoors, user enumeration (https://www.kitploit.com/search/label/User%20Enumeration) and more.

How it works : When a Windows machine is shut down, unless it has Bitlocker or another encryption (https://www.kitploit.com/search/label/Encryption) service enabled, it's storage device contains everything stored on the device as if it was unlocked. This means that you can boot from an operating system on a bootable USB and access it's files - or even just connect the filesystem to another computer.
This tool helps for when you can access the Windows filesystem from Linux (using one of the mentioned methods); it has utilities that can dump NTLM password hashes, list users, install backdoors to spawn an elevated command prompt at the login screen and more.
Modules : Because tofu works on modules, it can be expanded for different purposes. See the 'modules' section for examples.
Current Modules:
1. hashdump.py - Dumps NTLM hashes from the target Windows filesystem
2. osk_backdoor.py - Backdoor osk.exe to bypass the login; also includes an 'unbackdoor' module
3. list_users.py - List the users with a profile on the Windows filesystem
4. chrome.py - Dump chrome history (https://www.kitploit.com/search/label/Chrome%20History) and login data of all users on the Windows filesystem
5. get_dpapi_masterkeys.py - Dump DPAPI master keys from the Windows filesystem
6. enum_unattend.py - Enumerate unattend files
7. memory_strings.py - Search through the memory of the computer to find data
8. startup.py - Inject a program into a user's startup directory
9. wifi.py - Get Wi-Fi passwords with DPAPI
Usage : 'list' : List all storage devices at /dev/ with a format of MSDOS, NTFS or -FVE-FS- (BITLOCKER) ; This will load the drive paths into memory
'usedrive' : Set the drive to use; can use numbers assigned from the 'list' command
'modules' : List modules ; This will load the module names into memory, so you need to run this command before selecting a module
'use' : Use the selected module
Setup : (need to run as root because PyPyKatz' import path directory is dependent on the current user, and this needs to run as root)
sudo pip3 install -r requirements.txt
sudo python3 tofu.py Built With : PyCryptodome (https://github.com/Legrandin/pycryptodome)
PypyKatz (https://github.com/skelsec/pypykatz)
Warning : If you're writing a module, make sure it won't do any damage before running it


Download Tofu (https://github.com/puckblush/tofu)

___________________________
@hacking_Attack
@Hacking_Video