Concept
IrpDumper.sys is the driver part of the CFB Broker that will auto-extract and install when launched. The driver will be responsible for hooking the IRP Major Function table of the driver that is requested to be hooked, via an IOCTL passed from the Broker. Upon success, the IRP table of the driver will then be pointing to IrpDumper.sys interception routine, as we can easily see with a debugger (https://www.kitploit.com/search/label/Debugger) or tools like WinObjEx64.
___________________________
@hacking_Attack
@Hacking_Video
IrpDumper.sys is the driver part of the CFB Broker that will auto-extract and install when launched. The driver will be responsible for hooking the IRP Major Function table of the driver that is requested to be hooked, via an IOCTL passed from the Broker. Upon success, the IRP table of the driver will then be pointing to IrpDumper.sys interception routine, as we can easily see with a debugger (https://www.kitploit.com/search/label/Debugger) or tools like WinObjEx64.
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
IrpDumper.sys in itself then acts a rootkit, proxy-ing all calls to the targeted driver(s). When a DeviceIoControl is sent to a hooked driver, IrpDumper will simply capture the data if any, and push a message to the user-land agent (Broker), and yield the execution back to the legitimate drivers, allowing the intended code to continue as expected. The Broker stores all this data in user-land waiting for a event to ask for them.
Build
GUI
Clone the repository, and build the Broker in the solution CFB.sln at the project root with Visual Studio (Debug - very verbose - or Release). Additionally, you can build the App GUI by building the GUI (Universal Windows) project.
Command line
Clone the repository and in a VS prompt run msbuild CFB.sln /p:Configuration=$Conf ">C:\cfb\> msbuild CFB.sln /p:Configuration=$Conf
Where $Conf can be set to Release to Debug.
Setup
A Windows 7+ machine (Windows 10 SDK VM (https://developer.microsoft.com/en-us/windows/downloads/virtual-machines) is recommended)On this target machine, simply enable BCD test signing flag (in cmd.exe as Admin): bcdedit.exe /set {whatever-profile} testsigning on ">C:\> bcdedit.exe /set {whatever-profile} testsigning on
If using in Debug mode, IrpDumper.sys will provide a lot more valuable information as to what's being hooked (the price of performance). All those info can be visible via tools like DebugView.exe or a kernel debugger like WinDbg. In either case, you must enable kernel debug BCD flag (in cmd.exe as Admin): bcdedit.exe /set {whatever-profile} debug on ">C:\> bcdedit.exe /set {whatever-profile} debug on
It is also recommended to edit the KD verbosity level, via:the registry for a permanent effect (reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter" /v DEFAULT /t REG_DWORD /d 0xf)directly from WinDbg for only the current session (ed nt!Kd_Default_Mask 0xf)If you plan on (re-)compiling any of the tools, you must install VS (2019 preferred). If using the Release binaries, you only need VS C++ Redist installed (x86 or x64 depending on your VM architecture).Follow the indications in the Docs/ folder to improve your setup.
Command-line client
Several command line (https://www.kitploit.com/search/label/Command%20Line) tools (such as dumping all data to SQLite database, fuzzing IRP, etc.) can be found in the external repository CFB-cli (https://github.com/hugsy/CFB-cli).
Why the name?
Because I had no idea for the name of this tool, so it was graciously generated by a script of mine (https://github.com/hugsy/stuff/tree/master/random-word).
Download CFB (https://github.com/hugsy/CFB)
___________________________
@hacking_Attack
@Hacking_Video
Build
GUI
Clone the repository, and build the Broker in the solution CFB.sln at the project root with Visual Studio (Debug - very verbose - or Release). Additionally, you can build the App GUI by building the GUI (Universal Windows) project.
Command line
Clone the repository and in a VS prompt run msbuild CFB.sln /p:Configuration=$Conf ">C:\cfb\> msbuild CFB.sln /p:Configuration=$Conf
Where $Conf can be set to Release to Debug.
Setup
A Windows 7+ machine (Windows 10 SDK VM (https://developer.microsoft.com/en-us/windows/downloads/virtual-machines) is recommended)On this target machine, simply enable BCD test signing flag (in cmd.exe as Admin): bcdedit.exe /set {whatever-profile} testsigning on ">C:\> bcdedit.exe /set {whatever-profile} testsigning on
If using in Debug mode, IrpDumper.sys will provide a lot more valuable information as to what's being hooked (the price of performance). All those info can be visible via tools like DebugView.exe or a kernel debugger like WinDbg. In either case, you must enable kernel debug BCD flag (in cmd.exe as Admin): bcdedit.exe /set {whatever-profile} debug on ">C:\> bcdedit.exe /set {whatever-profile} debug on
It is also recommended to edit the KD verbosity level, via:the registry for a permanent effect (reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter" /v DEFAULT /t REG_DWORD /d 0xf)directly from WinDbg for only the current session (ed nt!Kd_Default_Mask 0xf)If you plan on (re-)compiling any of the tools, you must install VS (2019 preferred). If using the Release binaries, you only need VS C++ Redist installed (x86 or x64 depending on your VM architecture).Follow the indications in the Docs/ folder to improve your setup.
Command-line client
Several command line (https://www.kitploit.com/search/label/Command%20Line) tools (such as dumping all data to SQLite database, fuzzing IRP, etc.) can be found in the external repository CFB-cli (https://github.com/hugsy/CFB-cli).
Why the name?
Because I had no idea for the name of this tool, so it was graciously generated by a script of mine (https://github.com/hugsy/stuff/tree/master/random-word).
Download CFB (https://github.com/hugsy/CFB)
___________________________
@hacking_Attack
@Hacking_Video
Docs
Windows developer tools
Windows includes built-in tools designed for developers — a package manager, a Linux subsystem, optimized storage, and more.
Broken Link Hijacking — 404 Google Play Store— xxx$ Bounty
https://proviesec.medium.com/broken-link-hijacking-404-google-play-store-xxx-bounty-96e79a8dfd71?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://proviesec.medium.com/broken-link-hijacking-404-google-play-store-xxx-bounty-96e79a8dfd71?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Broken Link Hijacking — 404 Google Play Store— xxx$ Bounty
This is my first write-up and I will tell you how I ended up getting a xxx$ bounty for a simple Broken Link Hijacking with Google Play…
This is my first write-up and I will tell you how I ended up getting a xxx$ bounty for a simple Broken Link Hijacking with Google Play…Continue reading on Medium » (https://proviesec.medium.com/broken-link-hijacking-404-google-play-store-xxx-bounty-96e79a8dfd71?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Broken Link Hijacking — 404 Google Play Store— xxx$ Bounty
This is my first write-up and I will tell you how I ended up getting a xxx$ bounty for a simple Broken Link Hijacking with Google Play…
CCob/lsarelayx: NTLM relaying for Windows made easy
https://www.reddit.com/r/redteamsec/comments/qt9db9/ccoblsarelayx_ntlm_relaying_for_windows_made_easy/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://github.com/CCob/lsarelayx) [comments] (https://www.reddit.com/r/redteamsec/comments/qt9db9/ccoblsarelayx_ntlm_relaying_for_windows_made_easy/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/qt9db9/ccoblsarelayx_ntlm_relaying_for_windows_made_easy/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://github.com/CCob/lsarelayx) [comments] (https://www.reddit.com/r/redteamsec/comments/qt9db9/ccoblsarelayx_ntlm_relaying_for_windows_made_easy/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
CCob/lsarelayx: NTLM relaying for Windows made easy
Posted in r/redteamsec by u/dmchell • 8 points and 0 comments
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles
Windows Privilege Escaslation: HiveNightmare
Introduction CVE-2021-36934 also known as SeriousSAM and HiveNightmare vulnerability was discovered by Jonas Lykkegaard in July 2021. Due to an ACL misconfiguration in Windows 10
The post Windows Privilege Escaslation: HiveNightmare appeared first on Hacking Articles.
___________________________
@hacking_Attack
@Hacking_Video
Windows Privilege Escaslation: HiveNightmare
Introduction CVE-2021-36934 also known as SeriousSAM and HiveNightmare vulnerability was discovered by Jonas Lykkegaard in July 2021. Due to an ACL misconfiguration in Windows 10
The post Windows Privilege Escaslation: HiveNightmare appeared first on Hacking Articles.
___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles
Windows Privilege Escalation: HiveNightmare - Hacking Articles
Introduction CVE-2021-36934 also known as SeriousSAM and HiveNightmare vulnerability was discovered by Jonas Lykkegaard in July 2021. Due to an ACL misconfiguration in Windows 10
KitPloit - PenTest Tools!
Canadian Furious Beaver - A Tool For Monitoring IRP Handler In Windows Drivers, And Facilitating The Process Of Analyzing, Replaying And Fuzzing Windows Drivers For Vulnerabilities
___________________________
@hacking_Attack
@Hacking_Video
Canadian Furious Beaver - A Tool For Monitoring IRP Handler In Windows Drivers, And Facilitating The Process Of Analyzing, Replaying And Fuzzing Windows Drivers For Vulnerabilities
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
Broken Link Hijacking — 404 Google Play Store— xxx$ Bounty
This is my first write-up and I will tell you how I ended up getting a xxx$ bounty for a simple Broken Link Hijacking with Google Play…Continue reading on Medium »
Read more...
This is my first write-up and I will tell you how I ended up getting a xxx$ bounty for a simple Broken Link Hijacking with Google Play…Continue reading on Medium »
Read more...
Earn AMPT Rewards in our DAO Bug Hunt and Bounty Campaign! Official Instructions!
https://alexndr.medium.com/earn-ampt-rewards-in-our-dao-bug-hunt-and-bounty-campaign-official-instructions-200aed10719f?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://alexndr.medium.com/earn-ampt-rewards-in-our-dao-bug-hunt-and-bounty-campaign-official-instructions-200aed10719f?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Earn AMPT Rewards in our DAO Bug Hunt and Bounty Campaign! $70K in Rewards
Top Prize of $5K plus thousands of additional prizes! Everyone WINS!
Top Prize of $5K plus thousands of additional prizes! Everyone WINS!Continue reading on Medium » (https://alexndr.medium.com/earn-ampt-rewards-in-our-dao-bug-hunt-and-bounty-campaign-official-instructions-200aed10719f?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Earn AMPT Rewards in our DAO Bug Hunt and Bounty Campaign! $70K in Rewards
Top Prize of $5K plus thousands of additional prizes! Everyone WINS!