Skip to content

Kahvi-0/EDRAV_ENUM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDR / AV Enumeration Tools

Local on Windows

AEcheck.ps1

IEX(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/Kahvi-0/EDRAV_ENUM/main/AEcheck.ps1')

Remote from Linux

AERemote.sh

wget https://raw.githubusercontent.com/Kahvi-0/EDRAV_ENUM/main/AERemote.sh && chmod +x AERemote.sh

Usage:

AERemote.sh [user] [password] [domain] [target host]

Example:

./AERemote.sh CoolUser 'Password123!' lab 10.10.10.1

Local on Linux

AEChecker.sh

Place the output if the list of services and/or processes from target hosts into a file and run as shown below.

wget https://raw.githubusercontent.com/Kahvi-0/EDRAV_ENUM/main/AEChecker.sh && chmod +x AEChecker.sh
tasklist /svc

sc query | findstr _NAME
./AEChecker.sh Processes.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published