Advertisement
shadiff

AD Passwords

Feb 9th, 2024 (edited)
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. forend -Klmcargo2
  2. backupagent - h1backup55
  3. wley - transporter@4
  4. svc_qualys - security#1
  5. sgage - Welcome1
  6.  
  7.  
  8. neo4j1 -password
  9. zip -r ilfreight_bh.zip *.json
  10.  
  11. proxychains xfreerdp /v:172.16.5.225 /u:forend /p:Klmcargo2 export DISPLAY=:1.01
  12.  
  13. ssh user@ip -D 9050
  14. proxychains xfreerdp /v:host /u:user /p:password /drive:linux,/home/user/
  15.  
  16.  
  17. xfreerdp /v:10.129.98.241 /u:htb-student /p:Academy_student_AD!
  18.  
  19.  
  20. foreach($line in [System.IO.File]::ReadLines("C:\Users\htb-student\ad_users.txt")) {get-acl "AD:\$(Get-ADUser $line)" | Select-Object Path -ExpandProperty Access | Where-Object {$_.IdentityReference -match 'INLANEFREIGHT\\wley'}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement