Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
65.9K 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
Vpn and secure browser

What’s the best vpn and secure browsers in your guy’s opinions? Finally got some coin to spend on a nice vpn and trying to learn how to be as secure as possible (might now be the right sub to be asking Ik, but I figured hell if there’s anyone who will know it’s these guys lol)

submitted by /u/BigWomps420
[link] [comments]
hacking: security in practice
What would prevent a hacker from gaining access to an authenticator app account?

I often hear that phone-based 2FA is insecure and that an authenticator app is superior for keeping accounts secure. But what would prevent someone who obtained a list of compromised passwords from just compromising entire authenticator accounts and gaining access to everything inside? I assume you can’t set up app-based 2FA for the authenticator account, right?

submitted by /u/stressedmillenial34
[link] [comments]
hacking: security in practice
Barcode Scanner

Hey everyone,

I recently saw a TikTok of someone playing a video on a barcode scanner. I was wondering, how? I'd like to go to my local supermarket and ask permission to do this and see if they are hackable. Those things run android, so it must be possible. I searched it up and only found a few things about android hacking, Kali Linux scrcpy. Would this work? It's locked on the barcode scanning program, so that wouldnt make a difference. I think. Thanks in advance!

Evan.

submitted by /u/evandeking2
[link] [comments]
Automated penetration test on iot router device
https://www.reddit.com/r/Pentesting/comments/o8ipo0/automated_penetration_test_on_iot_router_device/

<!-- SC_OFF -->I need to create a automated penetration testing tool for a router for university and was wondering what would be the best way to go about this? I know i need to use kali linux but i have no idea of where to start. It needs to run and then show its findings afterwards and i have to create a user manual for it too. Any advice would be great. Thanks <!-- SC_ON --> submitted by /u/0MEGA44 (https://www.reddit.com/user/0MEGA44)
[link] (https://www.reddit.com/r/Pentesting/comments/o8ipo0/automated_penetration_test_on_iot_router_device/) [comments] (https://www.reddit.com/r/Pentesting/comments/o8ipo0/automated_penetration_test_on_iot_router_device/)
SharpHook - Tool Tath Uses Various API Hooks In Order To Give Us The Desired Credentials
http://www.kitploit.com/2021/06/sharphook-tool-tath-uses-various-api.html
SharpHook is inspired by the SharpRDPThief project (https://github.com/passthehashbrowns/SharpRDPThief), It uses various API hooks in order to give us the desired credentials. In the background it uses the EasyHook (http://easyhook.github.io/) project, Once the desired process is up and running SharpHook will automatically inject its dependencies into the target process and then, It will send us the credentials (https://www.kitploit.com/search/label/Credentials) through EasyHook's IPC server.
Supported Processes
Process API Call Description Progress mstsc CredUnPackAuthenticationBufferW This will hook into mstsc and should give you Username, Password and the remote ip DONE runas CreateProcessWithLogonW This will hook into runas and should give you Username, Password and the domain name DONE powershell CreateProcessWithLogonW This will hook into powershell (https://www.kitploit.com/search/label/PowerShell) and should give you output for commands for when the user enters a different credentials DONE cmd RtlInitUnicodeStringEx This should hook into cmd and then would be able to filter keywords like: PsExec,password etc.. In Progress - Crashes (https://www.kitploit.com/search/label/Crashes) cmd idk why MobaXterm CharUpperBuffA This will hook into MobaXterm (https://www.kitploit.com/search/label/MobaXterm) and should give you credentials for SSH and RDP logins In Progress - Problems with this being a 32bit process and Fody (https://github.com/Fody/Costura) not working. As a workaround you can compile the project as x86 and it'll work just fine explorer (UAC Prompt) CredUnPackAuthenticationBufferW This will hook into explorer and should give you Username, Password and the Domain name from the UAC Prompt In Progress - UAC says access denied probably integrity levels problems
Demo
Contribution
Please feel free to contribute as I'm having some issues with some processes. You can find me on Twitter (https://twitter.com/IKalendarov) or open a Pull Request.

Download SharpHook (https://github.com/IlanKalendarov/SharpHook)
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
SharpHook - Tool Tath Uses Various API Hooks In Order To Give Us The Desired Credentials

http://4.bp.blogspot.com/-Sb02-ST-2bk/YNEfgp0asEI/AAAAAAAAdO4/mnCPXyAEGKUPkc0qXeb-E5f0Vi4i6NcaACK4BGAYYCw/w640-h232/SharpHook_1_Helpscreen-719421.png
SharpHook is inspired by the SharpRDPThief project, It uses various API hooks in order to give us the desired credentials.

In the background it uses the EasyHook project, Once the desired process is up and running SharpHook will automatically inject its dependencies into the target process and then, It will send us the credentials through EasyHook's IPC server.
Supported Processes
Process API Call Description Progress mstsc CredUnPackAuthenticationBufferWThis will hook into mstsc and should give you Username, Password and the remote ip DONE runas CreateProcessWithLogonWThis will hook into runas and should give you Username, Password and the domain name DONE powershell CreateProcessWithLogonWThis will hook into powershell and should give you output for commands for when the user enters a different credentials DONE cmd RtlInitUnicodeStringExThis should hook into cmd and then would be able to filter keywords like: PsExec,password etc.. In Progress - Crashes cmd idk why MobaXterm CharUpperBuffAThis will hook into MobaXterm and should give you credentials for SSH and RDP logins In Progress - Problems with this being a 32bit process and Fody not working. As a workaround you can compile the project as x86 and it'll work just fine explorer (UAC Prompt) CredUnPackAuthenticationBufferWThis will hook into explorer and should give you Username, Password and the Domain name from the UAC Prompt In Progress - UAC says access denied probably integrity levels problems
Demo

http://4.bp.blogspot.com/-Sb02-ST-2bk/YNEfgp0asEI/AAAAAAAAdO4/mnCPXyAEGKUPkc0qXeb-E5f0Vi4i6NcaACK4BGAYYCw/w640-h232/SharpHook_1_Helpscreen-719421.png http://4.bp.blogspot.com/-XoNUvDZPBHE/YNEfhzkpJaI/AAAAAAAAdPA/bCL_DLFzqWc2gBzsAO1aqWOpKzQkXC9dQCK4BGAYYCw/w640-h344/SharpHook_2_Demo-727560.gif

Contribution

Please feel free to contribute as I'm having some issues with some processes. You can find me on Twitter or open a Pull Request.
Download SharpHook