Skip to content

Latest commit

 

History

84 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Full Enumeration for Windows (EFEW)

Introduction

I know some of y'all get lazy when doing or working on CTF Boxes (It often called Boot2root for Indonesian and other countries out there). I went through the same thing. So, i've done writing this tool for mini-Seatbelt and my own ideas to be implemented here. I wrote all of this mainly to speed up my own learning process for Windows privilege escalation. It might look odd since there are plenty of open-source tools out there, yet I still build my own. Maybe it’s just preference, but honestly, I do it because it keeps my learning environment comfortable.

Screenshot

image

Features

Features

Notes

Example Usage

TheFrizz (HTB)

username@target$ C:\Windows\Temp\a.exe enum-sus-word --dirs '.' --exclude-exts 'lock,geLog,css,scss,js,yml,yaml,map,html,uthMicrosoftAdapter.php' --exclude-dirs '.\vendor' --exclude-words 'st,ca,mfa,2FA'

By doing command above, we got some hints here:

image

Our current user is webservice, because of RCE-ing on the web application. After that, we do some enumeration on users & groups:

image

We got some information about f.frizzle user that has two groups, Domain Users and Remote Management Use.

image

References Taken From

About

Extended Full Enumeration for Windows (EFEW)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages