release/0.2.23 #74
grisuno
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Full Changelog: release/0.2.22...release/0.2.23
gmsadumper
Executes the gMSADumper tool to read and parse gMSA password blobs accessible by the user.
This function:
- Installs gMSADumper if not already installed.
- Executes the gMSADumper command with the provided parameters.
- Displays the result in the terminal.
Behavior:
- Requires
python3
,python3-pip
, andgit
to be installed.- Uses parameters from
self.params
for domain, username, password, and target.Usage:
gmsadumper -u -p -d
gmsadumper -u -p <LM:NT hash> -d -l <ldap_server>
gmsadumper -k -d -l <ldap_server>
dnschef
Executes the DNSChef tool to monitor DNS queries and intercept responses.
This function:
- Installs DNSChef if not already installed.
- Executes the DNSChef command with the provided parameters.
- Displays the result in the terminal.
Behavior:
- Requires
python3
,python3-pip
, andgit
to be installed.- Uses parameters from
self.params
for domain, username, password, and target.Usage:
dnschef
dploot
Executes the dploot tool to loot DPAPI related secrets from local or remote targets.
Actions: backupkey,blob,browser,certificates,credentials,machinecertificates,machinecredentials,machinemasterkeys,machinevaults,masterkeys,mobaxterm,rdg,sccm,vaults,wam,wifi
This function:
- Installs dploot if not already installed.
- Executes the dploot command with the provided parameters.
- Displays the result in the terminal.
Behavior:
- Requires
python3
,python3-pip
, andgit
to be installed.- Uses parameters from
self.params
for domain, username, password, and target.Usage:
dploot -d -u -p -t
dploot -k -d -t
banners
createpayload
Generates an obfuscated payload to evade AV detection using the payloadGenerator tool. thanks to smokeme
This function:
- Clones the payloadGenerator repository if not already cloned.
- Installs .NET Framework 4.5 if not already installed.
- Executes the generator.py script with the provided IP, port, and XOR key.
- Displays the result in the terminal.
Parameters:
line (str): lenght of xor key
Behavior:
- Requires
git
anddotnet
to be installed.- Uses parameters from
self.params
for IP, port, and XOR key.Usage:
createpayload
bin2shellcode
Converts a binary file to a shellcode string in C or Nim format.
This function:
- Reads a binary file and converts its contents to a shellcode string.
- Supports both C and Nim formats.
- Displays the result in the terminal and saves it to a file.
Behavior:
- Requires the filename, width, quotes, and format parameters.
- Uses default values if parameters are not provided.
- Uses parameters from
self.params
for filename, width, quotes, and format.Usage:
bin2shellcode [ [ [ []]]]
This discussion was created from the release release/0.2.23.
Beta Was this translation helpful? Give feedback.
All reactions