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 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
SharpHook - Tool Tath Uses Various API Hooks In Order To Give Us The Desired Credentials

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 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 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 cmd idk why MobaXterm CharUpperBuffA This 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) 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 or open a Pull Request. Download SharpHook
Read more...

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
WPScan can't resolve data.wpscan.org*** on closed network

I'm using an offline hacking lab to practice - using VirtualBox locked down in DHCP, I've installed WPScan locally to my VM but it's still trying to resolve an external host to run. Any assistance would be great (or am I in the wrong sub for questions like this?)

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Anyone tried Kali on mobile?

Was wondering if I should purchase a compatible phone or tablet for the os. I want to make sure it's worth it and you don't have to pack around a wireless keyboard and mouse to actually use it. Thanks!

p.s. if you have used it, do you need a wifi adapter? How does that work...? Does it use the phone/tablets? I've only used kali in a vm so I'm not sure if it will function normally outside of that. 99% sure it will but hey, you never know.

submitted by /u/IllustratorSea6207
[link] [comments]
hacking: security in practice
Bitcoin in the rough..

The year was 2012, I was a young boy with $10 to spend. Of course I bought bitcoin. Since then, I’ve lost the login to the wallet it was stored on. Also I can’t log into the Gmail the wallet is linked to. I’ve tried for years and years to recover the linked email account, but to no avail. Recently I got the urge to try again and made some advances. The email had been setup to our old MagicJack phone number as the recovery option. Though we canceled it in 2013. After much pain and waiting on hold, I was able to reopen the old MagicJack account and get the confirmation code to recover the linked Gmail. Holycow!! I was excited! Only thing.. Google wants to confirm it’s me via another recovery code.. sent to the email I’m trying to access.

Any ideas?

submitted by /u/99applez
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Redpill : Assist Reverse Tcp Shells In Post-Exploration Tasks

Redpill project aims to assist reverse tcp shells in post-exploration tasks. Often in redteam engagements weneed to use unconventional ways to access target system, such as reverse tcp shells (not metasploit) in orderto bypass the defenses implemented by the system administrator. After the first stage was successful compleatedwe face another type of problems: “I have (shell) […]

The post Redpill : Assist Reverse Tcp Shells In Post-Exploration Tasks appeared first on Kali Linux Tutorials.