6️
SixthCyber
  • Introduction
  • Favorite Pages
  • 🌐Active Directory
    • Timeroasting
    • AD Testing Checklist (Windows)
    • Create Machine Account
    • Searching SMB Shares
    • Active Directory Password Spraying
    • AD Testing Checklist (Linux)
    • Tunneling Windows VM to Target Environment (WireGuard)
    • 🕐Analyzing Data with Bloodhound
    • 🕐Kerberoasting
    • Configuring Windows 11 for AD Testing
  • 🕐As-Rep Roasting
  • ADCS Exploitation
  • NTLM Coercion
  • Building Custom Wordlists
Powered by GitBook
On this page
  1. Active Directory

Create Machine Account

Create machine account (Using Credentials)

impacket-addcomputer $ADDOMAIN/$ADUSER -dc-ip $ADCONTROLLER -computer-name 'pentest$'

Delete machine account (DOMAIN ADMIN ACCESS NEEDED)

impacket-addcomputer $ADDOMAIN/$ADUSER -dc-ip $ADCONTROLLER -computer-name 'pentest$' -delete
PreviousAD Testing Checklist (Windows)NextSearching SMB Shares

Last updated 6 months ago

🌐