Git Product home page Git Product logo

Comments (4)

ChrisTruncer avatar ChrisTruncer commented on September 23, 2024

There is a Threaded-UserHunter, but even that will potentially be slow depending on the number of end points. Probably the best thing to do in such a large environment (I just was in a similar situation as you) is to identify the Domain Controllers and File Servers, and run Get-NetSessions against those. You're not hitting every single system, but you're hitting the high priority systems, or file servers that users may have mounted.

Powershell actually consumed too much memory when I used UserHunter because of being in such a large environment, so we did it the way above.

from powertools.

Viss avatar Viss commented on September 23, 2024

so the trick is we don't have DA on the target domain yet.
What we're after here is basically finding machines that are in multiple domains, and hoping we can snare DA creds from a machine on which a user with DA is logged into, so we can mimikatz their machine, and use that to hop to the domain controller.

from powertools.

ChrisTruncer avatar ChrisTruncer commented on September 23, 2024

You can still run Get-NetSessions against a domain controller even if you aren't running in the context of a domain admin.

from powertools.

HarmJ0y avatar HarmJ0y commented on September 23, 2024

This post and slidedeck cover the various methods of userhunting, including pre-elevated/post-elevated access http://www.harmj0y.net/blog/penetesting/i-hunt-sysadmins/ http://www.slideshare.net/harmj0y/i-hunt-sys-admins-20

from powertools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.