Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Ransomware Attack Led Bridgestone to Halt US Tire Production for a Week
Japanese manufacturer confirmed a Feb. 27 attack on its US subsidiary that led to a temporary production shutdown.
___________________________
@hacking_Attack
@Hacking_Video
Ransomware Attack Led Bridgestone to Halt US Tire Production for a Week
Japanese manufacturer confirmed a Feb. 27 attack on its US subsidiary that led to a temporary production shutdown.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Ransomware Attack Led Bridgestone to Halt US Tire Production for a Week
Japanese manufacturer confirmed a Feb. 27 attack on its US subsidiary that led to a temporary production shutdown.
Pen Test Diaries: Last One In
https://mike-sheward.medium.com/pen-test-diaries-last-one-in-ae205cfb6a3b?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://mike-sheward.medium.com/pen-test-diaries-last-one-in-ae205cfb6a3b?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Pen Test Diaries: Last One In
This story is part of the Pen Test Diaries series, you can read more about the series here.
This story is part of the Pen Test Diaries series, you can read more about the series here.Continue reading on Medium » (https://mike-sheward.medium.com/pen-test-diaries-last-one-in-ae205cfb6a3b?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Pen Test Diaries: Last One In
This story is part of the Pen Test Diaries series, you can read more about the series here.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Wslu : A Collection Of Utilities For Windows 10 Linux Subsystems
Wslu is a collection of utilities for Windows 10 Linux Subsystem, such as retrieving Windows 10 environment variables or creating your favorite Linux GUI application shortcuts on Windows 10 Desktop.
Requires Windows 10 Creators Update; Some of the feature requires a higher version of Windows 10; Supports WSL2. Featurewslusc
A WSL shortcut creator to create a shortcut on your Windows 10 Desktop.
wslsys
A WSL system information printer to print out system informations from Windows 10 or WSL.
wslfetch
A WSL screenshot information tool to print information in an elegant way.
wslvar
A WSL tool to help you get Windows system environment variables.
wslview
With alias
wslupath
Deprecated
A WSL tool to convert path styles.
wslact
A set of quick actions for WSL such as quickly mounting all drives or manually sync time between Windows and WSL. InstallationAlpine LinuxYou can install
sudo apk add wslu Arch LinuxAUR version of
Download the latest package from release and install using the command:
CentOS 7
sudo yum-config-manager –add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_7/home:wslutilities.repo
CentOS 8
sudo dnf install -y epel-release
sudo dnf config-manager –set-enabled PowerTools
sudo yum-config-manager –add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_8/home:wslutilities.repo
Oracle Linux 8
sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo subscription-manager repos –enable codeready-builder-for-rhel-8-$(/bin/arch)-rpms
sudo yum-config-manager –add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_8/home:wslutilities.repo DebianYou can install
sudo apt install gnupg2 apt-transport-https
wget -O – https://pkg.wslutiliti.es/public.key | sudo tee -a /etc/apt/trusted.gpg.d/wslu.asc
echo “deb https://pkg.wslutiliti.es/debian buster main” | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install wslu
Fedora
sudo dnf copr enable wslutilities/wslu
sudo dnf install wslu Kali LinuxYou can install
sudo apt install gnupg2 apt-transport-https
wget -O – https://pkg.wslutiliti.es/public.key | sudo tee -a /etc/apt/trusted.gpg.d/wslu.asc
echo “deb https://pkg.wslutiliti.es/kali kali-rolling main” | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install wslu UbuntuAttention!
For Ubuntu version, you should not only report bug here but also report bug at Launchpad.
Preinstalled in the latest apps. On older installations of Ubuntu please install
sudo apt update
sudo apt install ubuntu-wsl SUSE Linux Enperprise ServerYou can install
SLESCUR_VERSION=”$(grep VERSION= /etc/os-release | sed -e s/VERSION=//g -e s/\”//g -e s/-//g)” sudo zypper addrepo https://download.opensuse.org/repositories/home:/wslutilities/SLE$SLESCUR_VERSION/home:wslutilities.repo
sudo zypper addrepo https://download.opensuse.org/repositories/graphics/SLE_12_SP3_Backports/graphics.repo
sudo zypper up
sudo zypper in wslu Download
___________________________
@hacking_Attack
@Hacking_Video
Wslu : A Collection Of Utilities For Windows 10 Linux Subsystems
Wslu is a collection of utilities for Windows 10 Linux Subsystem, such as retrieving Windows 10 environment variables or creating your favorite Linux GUI application shortcuts on Windows 10 Desktop.
Requires Windows 10 Creators Update; Some of the feature requires a higher version of Windows 10; Supports WSL2. Featurewslusc
A WSL shortcut creator to create a shortcut on your Windows 10 Desktop.
wslsys
A WSL system information printer to print out system informations from Windows 10 or WSL.
wslfetch
A WSL screenshot information tool to print information in an elegant way.
wslvar
A WSL tool to help you get Windows system environment variables.
wslview
With alias
wview/wslstart/wstartA fake WSL browser that can help you open link in default Windows browser or open files on Windows.wslupath
Deprecated
A WSL tool to convert path styles.
wslact
A set of quick actions for WSL such as quickly mounting all drives or manually sync time between Windows and WSL. InstallationAlpine LinuxYou can install
wsluon Alpine Linux 3.12+ with the following command:sudo apk add wslu Arch LinuxAUR version of
wsluis pulled due to that it violated its policy.Download the latest package from release and install using the command:
sudo pacman -U *.zstCentOS/RHEL/Oracle LinuxAdd the repository for the corresponding Linux distribution:CentOS 7
sudo yum-config-manager –add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_7/home:wslutilities.repo
CentOS 8
sudo dnf install -y epel-release
sudo dnf config-manager –set-enabled PowerTools
sudo yum-config-manager –add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_8/home:wslutilities.repo
Oracle Linux 8
sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo subscription-manager repos –enable codeready-builder-for-rhel-8-$(/bin/arch)-rpms
sudo yum-config-manager –add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_8/home:wslutilities.repo DebianYou can install
wsluwith the following command:sudo apt install gnupg2 apt-transport-https
wget -O – https://pkg.wslutiliti.es/public.key | sudo tee -a /etc/apt/trusted.gpg.d/wslu.asc
echo “deb https://pkg.wslutiliti.es/debian buster main” | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install wslu
Fedora
sudo dnf copr enable wslutilities/wslu
sudo dnf install wslu Kali LinuxYou can install
wsluwith the following command:sudo apt install gnupg2 apt-transport-https
wget -O – https://pkg.wslutiliti.es/public.key | sudo tee -a /etc/apt/trusted.gpg.d/wslu.asc
echo “deb https://pkg.wslutiliti.es/kali kali-rolling main” | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install wslu UbuntuAttention!
For Ubuntu version, you should not only report bug here but also report bug at Launchpad.
Preinstalled in the latest apps. On older installations of Ubuntu please install
ubuntu-wslthat depends on wslu:sudo apt update
sudo apt install ubuntu-wsl SUSE Linux Enperprise ServerYou can install
wsluwith the following command:SLESCUR_VERSION=”$(grep VERSION= /etc/os-release | sed -e s/VERSION=//g -e s/\”//g -e s/-//g)” sudo zypper addrepo https://download.opensuse.org/repositories/home:/wslutilities/SLE$SLESCUR_VERSION/home:wslutilities.repo
sudo zypper addrepo https://download.opensuse.org/repositories/graphics/SLE_12_SP3_Backports/graphics.repo
sudo zypper up
sudo zypper in wslu Download
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
Wslu : A Collection Of Utilities For Windows 10 Linux Subsystems
Wslu is a collection of utilities for Windows 10 Linux Subsystem, such as retrieving Windows 10 environment variables.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
EDRHunt : Scan Installed EDRs And AVs On Windows
EDRHunt scans Windows services, drivers, processes, registry for installed EDRs (Endpoint Detection And Response). Read more about EDRHunt
Install
* Binary
* Download the latest release from the release section. Releases are built for windows/amd64.
* Go
* Requires Go to be installed on system. Tested on Go1.17+.
*
Usage
* Find installed EDRs
$ .\EDRHunt.exe scan
[EDR]
Detected EDR: Windows Defender
Detected EDR: Kaspersky Security
Scan Everything
$ .\EDRHunt.exe all
Running in user mode, escalate to admin for more details.
Scanning processes, services, drivers, and registry…
[PROCESSES]
Suspicious Process Name: MsMpEng.exe
Description: MsMpEng.exe
Caption: MsMpEng.exe
Binary:
ProcessID: 6764
Parent Process: 1148
Process CmdLine :
File Metadata:
Matched Keyword: [msmpeng]
Suspicious Process Name: NisSrv.exe
Description: NisSrv.exe
Caption: NisSrv.exe
Binary:
ProcessID: 9840
Parent Process: 1148
Process CmdLine :
File Metadata:
Matched Keyword: [nissrv]
Find drivers matching EDR keywords
/ / _ \/ _ \ / / / / / / / | / / / / / / / / / // / / // / / / / |/ / / /
/ // // / , / / _ / // / /| / / / //// || // //___// |/ /_/
FourCore Labs (https://fourcore.vision) | Version: 1.1
Running in user mode, escalate to admin for more details.
[DRIVERS]
Suspicious Driver Module: WdFilter.sys
Driver FilePath: c:\windows\system32\drivers\wd\wdfilter.sys
Driver File Metadata:
ProductName: Microsoft® Windows® Operating System
OriginalFileName: WdFilter.sys
InternalFileName: WdFilter
Company Name: Microsoft Corporation
FileDescription: Microsoft antimalware file system filter driver
ProductVersion: 4.18.2109.6
Comments:
LegalCopyright: © Microsoft Corporation. All rights reserved.
LegalTrademarks:
Matched Keyword: [antimalware malware]
Suspicious Driver Module: hvsifltr.sys
Driver FilePath: c:\windows\system32\drivers\hvsifltr.sys
Driver File Metadata:
ProductName: Microsoft® Windows® Operating System
OriginalFileName: hvsifltr.sys.mui
InternalFileName: hvsifltr.sys
Company Name: Microsoft Corporation
FileDescription: Microsoft Defender Application Guard Filter Driver
ProductVersion: 10.0.19041.1
Comments:
LegalCopyright: © Microsoft Corporation. All rights reserved.
LegalTrademarks:
Matched Keyword: [defender]
Suspicious Driver Module: WdNisDrv.sys
Driver FilePath: c:\windows\system32\drivers\wd\wdnisdrv.sys
Driver File Metadata:
ProductName: Microsoft® Windows® Operating System
OriginalFileName: wdnisdrv.sys
InternalFileName: wdnisdrv.sys
Company Name: Microsoft Corporation
FileDescription: Windows Defender Network Stream Filter
ProductVersion: 4.18.2109.6
Comments:
LegalCopyright: © Microsoft Corporation. All rights reserved.
LegalTrademarks:
Matched Keyword: [defender]
…
Detections
EDR Detections Currently Available
* Windows Defender
* Kaspersky Security
* Symantec Security
* Crowdstrike Security
* Mcafee Security
* Cylance Security
* Carbon Black
* SentinelOne
* FireEye
* Elastic EDR
More to be added soon
Download
___________________________
@hacking_Attack
@Hacking_Video
EDRHunt : Scan Installed EDRs And AVs On Windows
EDRHunt scans Windows services, drivers, processes, registry for installed EDRs (Endpoint Detection And Response). Read more about EDRHunt
Install
* Binary
* Download the latest release from the release section. Releases are built for windows/amd64.
* Go
* Requires Go to be installed on system. Tested on Go1.17+.
*
go install github.com/FourCoreLabs/EDRHunt/cmd/EDRHunt@masterUsage
* Find installed EDRs
$ .\EDRHunt.exe scan
[EDR]
Detected EDR: Windows Defender
Detected EDR: Kaspersky Security
Scan Everything
$ .\EDRHunt.exe all
Running in user mode, escalate to admin for more details.
Scanning processes, services, drivers, and registry…
[PROCESSES]
Suspicious Process Name: MsMpEng.exe
Description: MsMpEng.exe
Caption: MsMpEng.exe
Binary:
ProcessID: 6764
Parent Process: 1148
Process CmdLine :
File Metadata:
Matched Keyword: [msmpeng]
Suspicious Process Name: NisSrv.exe
Description: NisSrv.exe
Caption: NisSrv.exe
Binary:
ProcessID: 9840
Parent Process: 1148
Process CmdLine :
File Metadata:
Matched Keyword: [nissrv]
Find drivers matching EDR keywords
/ / _ \/ _ \ / / / / / / / | / / / / / / / / / // / / // / / / / |/ / / /
/ // // / , / / _ / // / /| / / / //// || // //___// |/ /_/
FourCore Labs (https://fourcore.vision) | Version: 1.1
Running in user mode, escalate to admin for more details.
[DRIVERS]
Suspicious Driver Module: WdFilter.sys
Driver FilePath: c:\windows\system32\drivers\wd\wdfilter.sys
Driver File Metadata:
ProductName: Microsoft® Windows® Operating System
OriginalFileName: WdFilter.sys
InternalFileName: WdFilter
Company Name: Microsoft Corporation
FileDescription: Microsoft antimalware file system filter driver
ProductVersion: 4.18.2109.6
Comments:
LegalCopyright: © Microsoft Corporation. All rights reserved.
LegalTrademarks:
Matched Keyword: [antimalware malware]
Suspicious Driver Module: hvsifltr.sys
Driver FilePath: c:\windows\system32\drivers\hvsifltr.sys
Driver File Metadata:
ProductName: Microsoft® Windows® Operating System
OriginalFileName: hvsifltr.sys.mui
InternalFileName: hvsifltr.sys
Company Name: Microsoft Corporation
FileDescription: Microsoft Defender Application Guard Filter Driver
ProductVersion: 10.0.19041.1
Comments:
LegalCopyright: © Microsoft Corporation. All rights reserved.
LegalTrademarks:
Matched Keyword: [defender]
Suspicious Driver Module: WdNisDrv.sys
Driver FilePath: c:\windows\system32\drivers\wd\wdnisdrv.sys
Driver File Metadata:
ProductName: Microsoft® Windows® Operating System
OriginalFileName: wdnisdrv.sys
InternalFileName: wdnisdrv.sys
Company Name: Microsoft Corporation
FileDescription: Windows Defender Network Stream Filter
ProductVersion: 4.18.2109.6
Comments:
LegalCopyright: © Microsoft Corporation. All rights reserved.
LegalTrademarks:
Matched Keyword: [defender]
…
Detections
EDR Detections Currently Available
* Windows Defender
* Kaspersky Security
* Symantec Security
* Crowdstrike Security
* Mcafee Security
* Cylance Security
* Carbon Black
* SentinelOne
* FireEye
* Elastic EDR
More to be added soon
Download
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
EDRHunt : Scan Installed EDRs And AVs On Windows
EDRHunt scans Windows services, drivers, processes, registry for installed EDRs (Endpoint Detection And Response). Read more about EDRHunt.
Hacking on Medium
Can anyone restore a Wallet from it’s address.
John Cantrell
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Can anyone restore a Wallet from it’s address.
John Cantrell
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Can anyone restore a Wallet from it’s address.
John Cantrell
Hacking on Medium
Why Phishing is Still the Most Successful Hacking Technique
https://cdn-images-1.medium.com/max/2600/0*OwebcY51SsQKIrz_
New Phishing Techniques Explained and How to Avoid Falling for it
Continue reading on Technology Hits »
___________________________
@hacking_Attack
@Hacking_Video
Why Phishing is Still the Most Successful Hacking Technique
https://cdn-images-1.medium.com/max/2600/0*OwebcY51SsQKIrz_
New Phishing Techniques Explained and How to Avoid Falling for it
Continue reading on Technology Hits »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Why Phishing is Still the Most Successful Hacking Technique
New Phishing Techniques Explained and How to Avoid Falling for it
Hacking on Medium
Active Directory Certificate Services: Domain Dominance
https://cdn-images-1.medium.com/max/962/0*BmHlrgiVQZOuBOw8.png
When I’m taking part in a penetration test or red team engagement, I love digging down into the intricacies of Active Directory…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Active Directory Certificate Services: Domain Dominance
https://cdn-images-1.medium.com/max/962/0*BmHlrgiVQZOuBOw8.png
When I’m taking part in a penetration test or red team engagement, I love digging down into the intricacies of Active Directory…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Active Directory Certificate Services: Domain Dominance
When I’m taking part in a penetration test or red team engagement, I love digging down into the intricacies of Active Directory…
Hacking on Medium
Is Parrot OS really better than Kali linux? How to choose the best ?(kali linux vs parrot OS)
https://cdn-images-1.medium.com/max/1481/1*KkqwpHj9I3CM2UOzkR9Zpw.png
A security OS is a key part of an architecture that helps in building, maintaining, and testing the stability of the product or the…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Is Parrot OS really better than Kali linux? How to choose the best ?(kali linux vs parrot OS)
https://cdn-images-1.medium.com/max/1481/1*KkqwpHj9I3CM2UOzkR9Zpw.png
A security OS is a key part of an architecture that helps in building, maintaining, and testing the stability of the product or the…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Is Parrot OS really better than Kali linux? How to choose the best ?(kali linux vs parrot OS)
A security OS is a key part of an architecture that helps in building, maintaining, and testing the stability of the product or the…
Hacking on Medium
What are the topics that you must know in order to become an ethical hacker or cybersecurity expert?
https://cdn-images-1.medium.com/max/2600/1*9B466DbLTXHF1ts4CYcW6A.jpeg
Cybersecurity have a vast and ever-increasing syllabus but in this blog we will look at the foundational as well as important topics that…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
What are the topics that you must know in order to become an ethical hacker or cybersecurity expert?
https://cdn-images-1.medium.com/max/2600/1*9B466DbLTXHF1ts4CYcW6A.jpeg
Cybersecurity have a vast and ever-increasing syllabus but in this blog we will look at the foundational as well as important topics that…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
What are the topics that you must know in order to become an ethical hacker or cybersecurity expert?
Cybersecurity have a vast and ever-increasing syllabus but in this blog we will look at the foundational as well as important topics that…
Hacking on Medium
Is Exploiting Live Smart Contracts Really Unethical?
https://cdn-images-1.medium.com/max/784/1*K_U85XsLHphnKvcfHY-FGg.png
Black hat hacking has often gotten a bad wrap. I mean, it makes sense naturally. You’re taking advantage of a system for some personal…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Is Exploiting Live Smart Contracts Really Unethical?
https://cdn-images-1.medium.com/max/784/1*K_U85XsLHphnKvcfHY-FGg.png
Black hat hacking has often gotten a bad wrap. I mean, it makes sense naturally. You’re taking advantage of a system for some personal…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Is Exploiting Live Smart Contracts Really Unethical?
Black hat hacking has often gotten a bad wrap. I mean, it makes sense naturally. You’re taking advantage of a system for some personal…
hacking: security in practice
What's the best Bad usb (cheap)
I've found the digispark, raspberry pi pico and ATMega32U4 by CJMCU.
What's the best?
submitted by /u/Tom47x
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
What's the best Bad usb (cheap)
I've found the digispark, raspberry pi pico and ATMega32U4 by CJMCU.
What's the best?
submitted by /u/Tom47x
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
What's the best Bad usb (cheap)
I've found the digispark, raspberry pi pico and ATMega32U4 by CJMCU. What's the best?
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Unconstrained Delegation
https://external-preview.redd.it/VWxBi7XmyObkAz-JnGXbPAHZwZinvzDeb8OGvy7bZbQ.jpg?width=640&crop=smart&auto=webp&s=68d421f06c8f5887a7089be393cfce8bb0427802 submitted by /u/netbiosX
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Unconstrained Delegation
https://external-preview.redd.it/VWxBi7XmyObkAz-JnGXbPAHZwZinvzDeb8OGvy7bZbQ.jpg?width=640&crop=smart&auto=webp&s=68d421f06c8f5887a7089be393cfce8bb0427802 submitted by /u/netbiosX
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Unconstrained Delegation
Posted in r/hacking by u/netbiosX • 1 point and 0 comments