DeathStar | Uses Empire | Runtime Evironment library
kandi X-RAY | DeathStar Summary
kandi X-RAY | DeathStar Summary
DeathStar is a Python script that uses Empire's RESTful API to automate gaining Domain and/or Enterprise Admin rights in Active Directory environments using some of the most common offensive TTPs.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Main entry point
- Connect to Empire
- Power up
- Run agent poller
- Retrieve agent results
- Get a list of agents
- Check if agent has been staged
- Explain tasklist
- Parse the posh table
- Parse posh object
- Loadky crystals
- Check if the module is a crystal
- Load a module
- Returns a list of all admins
- Returns a list of admin names for a given domain
- List stale agents
DeathStar Key Features
DeathStar Examples and Code Snippets
self.graph_elem.move(-1,0)
if __name__ == "__main__":
def set_python_code_dir(script):
import os
import sys
python_code_dir = os.path.dirname(os.path.realpath(script))
python_code_dir = os.path.dirname
docker pull isaudits/deathstar
./build.sh
./deathstar.sh
usage: entrypoint.py [-h] [-d] [-v] [--port PORT] [--no-relay]
[--no-deathstar] [--no-mimikatz] [--no-domain-privesc]
[host_ip] [target_ip]
Empire
when(deathStar.fireAt(alderaan)).then(target -> {
assertThat(target.isDestroyed(), is(true));
assertThat(target, is(alderaan));
assertThat(target, is(not(coruscant)));
});
Community Discussions
Trending Discussions on DeathStar
QUESTION
I'm trying to implement the VXI11 protocol in Rust (to communicate with instruments like oscilloscopes, power supplies, etc) and I'm successfully sending a broadcast UDP message, but not receiving the responses. This is the code I use to set up the UDP socket:
...ANSWER
Answered 2020-Apr-07 at 12:41TL;DR Remove the UdpSocket::connect
call and then try again. It will work then.
It looks like UdpSocket::connect
is the root cause. Based on the documentation, UdpSocket::connect
should be used if the socket has to process data from the concrete remote address. If the remote address isn't known then you can avoid connect
call at all. Without the connect
call, the socket will receive data from any remote address.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install DeathStar
You should only be installing DeathStar this way if you intend to hack on the source code. You're going to Python 3.8+ and Poetry. Please refer to the Poetry installation documentation in order to install it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page