Hacking Articles Tips Tricks Videos Tutorials
471 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
Abusing Broken Link In Fitbit (Google Acquisition)To Collect BugBounty Reports On Behalf Of Google !

I usually track acquisitions of websites for which I am hunting bugs regularly…Continue reading on InfoSec Write-ups »
Read more...
Information Gathering:

gathering different kinds of information about the target.Continue reading on Medium »
Read more...
How I Hacked my College’s student portal

Hey guys, I am back again with another writeup about how I found a seviour bug in my college’s student portal which leads to a data leak…Continue reading on InfoSec Write-ups »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
SharpImpersonation : A User Impersonation Tool – Via Token Or Shellcode Injection

SharpImpersonation is a User Impersonation Tool – Via Token Or Shellcode Injection. This was a learning by doing project from my side. Well known techniques are used to built just another impersonation tool with some improvements in comparison to other public tools. The code base was taken from:

* https://github.com/0xbadjuju/Tokenvator

A blog post for the intruduction can be found here:

* https://s3cur3th1ssh1t.github.io/SharpImpersonation-Introduction/

List user processes
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJyz6KZjw5gUqilJYsCPckmCjwbctvNimJGn2YqUKZu5v01Ky4M0T_GrNc8xNPUTQnT04s0SBnnfQQEvQZyyLgtBWe10MNcAjuT_xw_YWnsasuTok5nd93E1ilG4oOLycG4PEVT1kynp9CPMYzuhAsbclByhYohxLZHL6s43eI788lZ77kktHbrRce/s720/v.png
List only elevated processes

PS > PS C:\temp> SharpImpersonation.exe list elevated

Impersonate the first process of the target user to start a new binary

PS > PS C:\temp> SharpImpersonation.exe user: binary:

Inject base64 encoded shellcode into the first process of the target user

PS > PS C:\temp> SharpImpersonation.exe user: shellcode:

Inject shellcode loaded from a webserver into the first process of the target user

PS > PS C:\temp> SharpImpersonation.exe user: shellcode:

Impersonate the target user via ImpersonateLoggedOnuser for the current session

PS > PS C:\temp> SharpImpersonation.exe user: technique:ImpersonateLoggedOnuser
Download

___________________________
@hacking_Attack
@Hacking_Video